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

CONF: update the tests to CALLAB files

parent 96f6f8ca
No related branches found
No related tags found
1 merge request!610Add a pytest to run a dict of CALLAB test runs before releases
...@@ -67,7 +67,6 @@ automated_test: ...@@ -67,7 +67,6 @@ automated_test:
- export LANG=C # Hopefully detect anything relying on locale - export LANG=C # Hopefully detect anything relying on locale
- python3 -m pip install ".[automated_test]" - python3 -m pip install ".[automated_test]"
- echo "Running automated test. This can take sometime to finish depending on the test data." - echo "Running automated test. This can take sometime to finish depending on the test data."
- echo " Source branch = $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME, Target branch = CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
- echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTOR=$DETECTOR, CALIBRATION=$CALIBRATION" - echo "Given variables are REFERENCE=$REFERENCE, OUTPUT=$OUTPUT, DETECTOR=$DETECTOR, CALIBRATION=$CALIBRATION"
- python3 -m pytest ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/data/scratch/xcaltst/test/$REFERENCE --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTOR --calibration $CALIBRATION - python3 -m pytest ./tests/test_reference_runs --color yes --verbose --release-test --reference-folder /gpfs/exfel/data/scratch/xcaltst/test/$REFERENCE --out-folder /gpfs/exfel/data/scratch/xcaltst/test/$OUTPUT --detectors $DETECTOR --calibration $CALIBRATION
......
This diff is collapsed.
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