| # Config file for OTA update test suite on master branch. |
| # |
| # PROPERTIES |
| |
| # Dot-notation path to the module containing the TestCase class: |
| TEST_CASE_MODULE=eurtest.tests.ota_update.ota_update_test_case |
| |
| # Name of the TestCase sub-class: |
| TEST_CASE_CLASS=OtaUpdateTestCase |
| |
| # Dot-notation path to the module containing the TestSequence class: |
| TEST_SEQUENCE_MODULE=eurtest.framework.disabled_logging_test_sequence |
| |
| # Name of the TestSequence sub-class: |
| TEST_SEQUENCE_CLASS=DisabledLoggingTestSequence |
| |
| # Get second to latest build |
| BUILD_SELECTION_POLICY=second_to_latest |
| |
| # OTA update master version. fetcher will use the value to download latest OTA. |
| BRANCH_TO_TEST=master |
| |
| |