Skip to content
Snippets Groups Projects
Commit 8fdca5a8 authored by Karim Ahmed's avatar Karim Ahmed
Browse files

feat:print_base_url_calcat_tests

parent 254b8d4b
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !1028. Comments created here will be created in the context of that merge request.
......@@ -69,6 +69,7 @@ automated_test:
script:
- export LANG=C # Hopefully detect anything relying on locale
- python3 -m pip install ".[test]"
- python3 -c "from cal_tools.restful_config import restful_config; print(restful_config.get('calcat')['base-api-url'])"
- echo "Running automated test. This can take sometime to finish depending on the test data."
- echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTORS=$DETECTORS, CALIBRATION=$CALIBRATION"
- python3 -m pytest ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/d/cal_tst/reference_folder --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTORS --calibration $CALIBRATION
......
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