Skip to content

Commit

Permalink
Updated test_int_dswx_hls.sh to utilize CalVal v3.3 test assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Collins committed Feb 2, 2023
1 parent d1f9e52 commit 603bd65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/scripts/test_int_dswx_hls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ SAMPLE_TIME=15
# RUNCONFIG should be the name of the runconfig in s3://operasds-dev-pge/dswx_hls/
[ -z "${WORKSPACE}" ] && WORKSPACE=$(realpath "$(dirname "$(realpath "$0")")"/../..)
[ -z "${PGE_TAG}" ] && PGE_TAG="${USER}-dev"
[ -z "${INPUT_DATA}" ] && INPUT_DATA="dswx_hls_expected_input.zip"
[ -z "${EXPECTED_DATA}" ] && EXPECTED_DATA="dswx_hls_cal_val_3.2_expected_output.zip"
[ -z "${RUNCONFIG}" ] && RUNCONFIG="opera_pge_dswx_hls_delivery_3.2_cal_val_runconfig.yaml"
[ -z "${INPUT_DATA}" ] && INPUT_DATA="dswx_hls_cal_val_3.3_expected_input.zip"
[ -z "${EXPECTED_DATA}" ] && EXPECTED_DATA="dswx_hls_cal_val_3.3_expected_output.zip"
[ -z "${RUNCONFIG}" ] && RUNCONFIG="opera_pge_dswx_hls_delivery_3.3_cal_val_runconfig.yaml"
[ -z "${TMP_ROOT}" ] && TMP_ROOT="$DEFAULT_TMP_ROOT"

# Create the test output directory in the work space
Expand Down Expand Up @@ -156,7 +156,7 @@ do
-v "${output_dir}":/out:ro \
-v "${expected_data_dir}":/exp:ro \
--entrypoint python3 ${PGE_IMAGE}:"${PGE_TAG}" \
proteus-0.5.1/bin/dswx_compare.py \
proteus-0.5.2/bin/dswx_compare.py \
/out/"${output_file}" /exp/"${expected_file}")
echo "$docker_out"

Expand Down

0 comments on commit 603bd65

Please sign in to comment.