FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 206648d8 authored by L. Bower's avatar L. Bower
Browse files

more test work

parent 2961c647
No related branches found
No related tags found
No related merge requests found
......@@ -123,9 +123,14 @@ full_fat_depo:
--config /storage/app/EWS_prod/regions/EastAfrica/resources/configs/coordinator/fc/depo_config_EastAfrica_fc_live.json
--outdir ${TEST_WORKSPACE_DIR}/integration/full/
--email_cred /storage/app/EWS_prod/envs/credentials/Cred_gmail.json
--test_report_dir $CI_PROJECT_DIR/test_reports
--test_report_dir ${TEST_WORKSPACE_DIR}/integration/full/temp_depo_2024-07-12_095208/
--custom_run_date $CUSTOM_RUN_DATE
--custom_dir_prefix "temp_depo_$RUN_TIME"
--custom_dir_prefix temp_depo_2024-07-12_095208
artifacts:
paths:
- $CI_PROJECT_DIR/coverage
- $CI_PROJECT_DIR/test_reports
expire_in: 10 days
full_fat_env_suit:
when: manual
......
......@@ -130,7 +130,7 @@ class IntegrationTestUtils:
TEST_OUT_PATH, which is the top-level test directory for this run, not the TEST_JOB_DIR, which is the dir
for the pipeline being tested
"""
runner = HTMLTestRunner(output = IntegrationTestUtils.TEST_OUT_PATH, log = True, report_name = f"{test_prefix}_results")
runner = HTMLTestRunner(output = _test_report_dir, log = True, report_name = f"{test_prefix}_results")
result: TestResult = runner.run(tests)
return result.wasSuccessful()
......
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