Changes between Version 2 and Version 3 of AutomatedTesting
- Timestamp:
- Aug 12, 2010 12:52:50 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AutomatedTesting
v2 v3 52 52 2. Create a scenario from a template by running: 53 53 {{{ 54 $ python configure.py file.xml.template -o file.xml 54 $ cd tests/automated 55 $ ./configure.py file.xml.template -o file.xml 55 56 }}} 56 57 3. Run the scenario by running: 57 58 {{{ 58 $ python run.py scenariofile.xml59 $ ./run_scenario.py file.xml 59 60 }}} 60 61 … … 66 67 {{{ 67 68 $ ./configure.py -t gnu -o gnu.xml gnu.xml.template 68 $ ./run .py scenariognu.xml69 $ ./run_scenario.py gnu.xml 69 70 }}} 70 71 … … 87 88 $ export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/opt/intel/ipp/6.1.2.051/em64t/sharedlib' 88 89 $ ./configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template 89 $ ./run .py scenariognu-ipp.xml90 $ ./run_scenario.py gnu-ipp.xml 90 91 }}} 91 92