<html>
<head>
    <base href="https://wiki.asterisk.org/wiki">
            <link rel="stylesheet" href="/wiki/s/2041/1/7/_/styles/combined.css?spaceKey=TOP&amp;forWysiwyg=true" type="text/css">
    </head>
<body style="background: white;" bgcolor="white" class="email-body">
<div id="pageContent">
<div id="notificationFormat">
<div class="wiki-content">
<div class="email">
    <h2><a href="https://wiki.asterisk.org/wiki/display/TOP/Testing+Environment">Testing Environment</a></h2>
    <h4>Page <b>edited</b> by             <a href="https://wiki.asterisk.org/wiki/display/~dsessions@digium.com">Darren Sessions</a>
    </h4>
        <br/>
                         <h4>Changes (2)</h4>
                                 
    
<div id="page-diffs">
                    <table class="diff" cellpadding="0" cellspacing="0">
    
            <tr><td class="diff-deleted-lines" style="color:#999;background-color:#fdd;text-decoration:line-through;">WIP <br></td></tr>
            <tr><td class="diff-added-lines" style="background-color: #dfd;">{note}Work in Progress{note} <br></td></tr>
            <tr><td class="diff-unchanged" > <br>The testing environment will be comprised of VMware vSphere servers using a generic virtual machine template to create customized virtual machines used to test a specific feature / functionality. <br></td></tr>
            <tr><td class="diff-snipped" >...<br></td></tr>
    
            </table>
    </div>                            <h4>Full Content</h4>
                    <div class="notificationGreySide">
        <div class='panelMacro'><table class='noteMacro'><colgroup><col width='24'><col></colgroup><tr><td valign='top'><img src="/wiki/images/icons/emoticons/warning.gif" width="16" height="16" align="absmiddle" alt="" border="0"></td><td>Work in Progress</td></tr></table></div>

<p>The testing environment will be comprised of VMware vSphere servers using a generic virtual machine template to create customized virtual machines used to test a specific feature / functionality.</p>

<p>The VMware vSphere servers will be controlled via scripts using the vSphere SDK.</p>


<h2><a name="TestingEnvironment-VTMSInstallation%28VirtualTestingManagementSystem%29"></a>VTMS Installation (Virtual Testing Management System)</h2>
<h4><a name="TestingEnvironment-Dependancies"></a>Dependancies</h4>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>apt-get install build-essential uuid-dev git-core libdbi-perl libdbd-mysql-perl libyaml-perl libclass-methodmaker-perl libcrypt-ssleay-perl libsoap-lite-perl libuuid-perl mysql-server mysql-client
</pre>
</div></div>
<h4><a name="TestingEnvironment-vSphereSDKforPerl"></a>vSphere SDK for Perl</h4>
<p>Download the vSphere SDK for Perl <a href="http://www.vmware.com/support/developer/viperltoolkit/" class="external-link" rel="nofollow">here</a>.</p>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>cd vmware-vsphere-cli-distrib
perl Makefile.PL
make
make install
</pre>
</div></div>
<h4><a name="TestingEnvironment-DatabaseTables"></a>Database Tables</h4>
<div class="preformatted panel" style="border-width: 1px;"><div class="preformattedContent panelContent">
<pre>mysql -u root -p
</pre>
</div></div>
    </div>
        <div id="commentsSection" class="wiki-content pageSection">
        <div style="float: right;">
            <a href="https://wiki.asterisk.org/wiki/users/viewnotifications.action" class="grey">Change Notification Preferences</a>
        </div>
        <a href="https://wiki.asterisk.org/wiki/display/TOP/Testing+Environment">View Online</a>
        |
        <a href="https://wiki.asterisk.org/wiki/pages/diffpagesbyversion.action?pageId=12550374&revisedVersion=6&originalVersion=5">View Changes</a>
                |
        <a href="https://wiki.asterisk.org/wiki/display/TOP/Testing+Environment?showComments=true&amp;showCommentArea=true#addcomment">Add Comment</a>
            </div>
</div>
</div>
</div>
</div>
</body>
</html>