Configuring a System for Script Testing
Follow these steps to configure a new machine to run the script test system.
Create a new local user on the machine (for example,
testuser).Make sure the user is enabled for RDC logins.
Record the login credentials in
credentials.txtin the GMAT network directory.
Install the following software:
MATLAB 64-bit (latest)
MATLAB 32-bit (latest)
configure this one for libMatlabInterface
with the optional command-line tools
with MSYS selected
Microsoft Excel
Check out the test system repository:
svn --username <user> co https://gs580s-jazz.ndc.nasa.gov/svn/GMAT/trunk/test/script testsysCheck out the requirements:
svn co svn://svn.code.sf.net/p/gmat/code/trunk/doc/SystemDocs/Requirements reqsEdit this line at the top of each
testsys/bin/autorundef.*.template.mfile:RunDef.SysConfig = '<machine name>/<OS>-<bits>/GMAT-<gmat bits>/M<matlab version>/<compiler>/<gmat configuration>';For example:
RunDef.SysConfig = 'GS580W-GMAT-T4/Win7-64/GMAT-32/M2013a/VS/Internal';Edit the configuration lines at the top of
testsys/bin/autorun.m.Log into the Jazz repository once using the
svncommand-line client.Run
autorun.mto start the tests.
Maintenance
On every NDC password expiration:
Log into the Jazz repository once using the
svncommand-line client.