You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The aim of this page is to record the sequence of commands needed to run the system test  (More details on the systests code and usage can be found in:  System test overview and instructions)

 

A complete version of the code can be downloaded from cvs:

cvs co systests  

 

 run the test: 

bash
cd systests
export  SYSTESTS=`pwd`
tcsh setModePass8.csh (to be done just once)

./runSysTests  Config_testSCons.txt

refer to Instructions for Running with SCons   for the explanation about  the config_file content

 

 

Loading the histograms and comparison results to the database

> cd $SYSTESTS/src/exec
> source setup.sh
> python insert_metadata_version_sequence.py -b <version_name>

 

 

 

  • No labels