Skip to content
Snippets Groups Projects
Commit 18f78da8 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
1 merge request!1028Test[Jungfrau][Correct]: Test ROI for JF1M
......@@ -69,6 +69,8 @@ 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'])"
- python3 -c "from cal_tools.restful_config import restful_config; print(restful_config.get('calcat')['token-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