Skip to content
Snippets Groups Projects
Commit 3f600065 authored by Ross John Hunter's avatar Ross John Hunter
Browse files

Add extra step to do downloading to sprucing test

parent 94e726d8
No related branches found
No related tags found
1 merge request!359[RTADPA BW tests] Test feasibility of copying HLT2 output to read into sprucing test
Pipeline #6486898 failed
......@@ -219,6 +219,14 @@ echo 'Combining all rate and bandwidth tables'
time python $PRCONFIGROOT/python/MooreTests/combine_rate_output.py --process $PROCESS
STORE_ERR_CODE
# 7. Produce plots and HTML pages; add the --building-locally flag to make the links work if you are building the html pages locally
# 7. Test on the feasibility of a chained HLT2->Sprucing test
if [ $PROCESS = "spruce" ] && [ $INPUTDATA = "nominal" ]
then
echo 'Testing downloads of Hlt2 output for the future'
time python -m MooreTests.download_hlt2_output
fi
STORE_ERR_CODE
# 8. Produce plots and HTML pages; add the --building-locally flag to make the links work if you are building the html pages locally
echo 'Making plots and HTML pages'
time python -m MooreTests.make_bandwidth_test_page -p $PROCESS -c $CONFIG_FILE -s $SCRIPT_PATH -e $ERR_CODE
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment