Skip to content
Snippets Groups Projects

[RTADPA BW TESTS] Fix Moore_spruce_latest_bandwidth test

Merged Ross John Hunter requested to merge rjhunter-patch-bw-tests into master
All threads resolved!
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -174,8 +174,7 @@ esac
if [ $PROCESS = "spruce" ] && [ $INPUTDATA = "latest" ]; then
echo "Downloading the Hlt2 output metadata to use as input config."
DOWNLOAD_INPUT_CONFIG_LOCATION=(`python -c "from PRConfig.bandwidth_helpers import FileNameHelper; hlpr = FileNameHelper('hlt2'); print( hlpr.metadata_prwww_path(stream_config='production', stream='full') )"`)
# xrdcp -f $DOWNLOAD_INPUT_CONFIG_LOCATION $CONFIG_FILE
cp -f "/storage/epp2/phrhbm/modern_stack/tmp_spruce_prevhlt2/hlt2_bw_testing__production__full__metadata.yaml" $CONFIG_FILE
xrdcp -f $DOWNLOAD_INPUT_CONFIG_LOCATION $CONFIG_FILE
STORE_ERR_CODE
fi
for STREAM_CONFIG in "${STREAM_CONFIGS[@]}"; do
Loading