Changes between Version 2 and Version 3 of AutomatedTesting


Ignore:
Timestamp:
Aug 12, 2010 12:52:50 PM (14 years ago)
Author:
bennylp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AutomatedTesting

    v2 v3  
    5252 2. Create a scenario from a template by running: 
    5353    {{{ 
    54      $ python configure.py file.xml.template -o file.xml 
     54     $ cd tests/automated 
     55     $ ./configure.py file.xml.template -o file.xml 
    5556    }}} 
    5657 3. Run the scenario by running: 
    5758    {{{ 
    58      $ python run.py scenario file.xml 
     59     $ ./run_scenario.py file.xml 
    5960    }}} 
    6061 
     
    6667{{{ 
    6768 $ ./configure.py -t gnu -o gnu.xml gnu.xml.template 
    68  $ ./run.py scenario gnu.xml 
     69 $ ./run_scenario.py gnu.xml 
    6970}}} 
    7071 
     
    8788 $ export LD_LIBRARY_PATH='$LD_LIBRARY_PATH:/opt/intel/ipp/6.1.2.051/em64t/sharedlib' 
    8889 $ ./configure.py -t gnu -o gnu-ipp.xml gnu-ipp.xml.template 
    89  $ ./run.py scenario gnu-ipp.xml 
     90 $ ./run_scenario.py gnu-ipp.xml 
    9091}}} 
    9192