Skip to content

Test Configuration

michaelfox-tamu edited this page Jul 29, 2025 · 1 revision

Overview

The test suite configuration defines the set of test and variations of those tests that constitute the official list of tests that must be passed. The Governance or Program Management organization defines the official list of required tests and test variations. The development team translates those requirements into the test_info and test_config files.

Location

The test suite configuration is located in the "test_configs" folder, located in the root directory of the repository.

Modification

The test user should NOT modify the test suite configuration.

Advanced users who wish to remove tests or test variations or add test variations may do so in the run_config file.

Clone this wiki locally