CMS 3D CMS Logo

Variables

testRegParams Namespace Reference

Variables

string cmdList
tuple pipe = subprocess.Popen(cmdList, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
tuple stdout_value = pipe.communicate()

Variable Documentation

Initial value:
00001 """
00002 SCRAM_ARCH=slc5_amd64_gcc451
00003 CYC=4_2
00004 RELEASE=$(scram l CMSSW | grep CMSSW_$CYC | tail -2 | head -1 | awk '{print $2}')
00005 RPATH=$(scram l CMSSW | grep CMSSW_$CYC | tail -1 | awk '{print $2}')
00006 REF_RELEASE=$(scram l CMSSW | grep CMSSW_$CYC | tail -4 | head -1 | awk '{print $2}')
00007 REF_PATH=$(scram l CMSSW | grep CMSSW_$CYC | tail -4 | head -2 | tail -1 | awk '{print $2}')
00008 echo "python testRegression.py -R $RELEASE -A $SCRAM_ARCH -P $RPATH --R $REF_RELEASE --A $SCRAM_ARCH --P $REF_PATH"  
00009 """

Definition at line 5 of file testRegParams.py.

tuple testRegParams::pipe = subprocess.Popen(cmdList, shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
tuple testRegParams::stdout_value = pipe.communicate()

Definition at line 16 of file testRegParams.py.