Create, update, enable or disable, and list Genesis system test processes to ensure platform reliability.
Define Test Processes
Control Execution
Prioritize Runs
Audit and Monitor
manage_tests
Name | Definition | Format |
---|---|---|
action | Operation to perform. One of CREATE , UPDATE , CHANGE_STATUS , LIST . | String |
test_process_id | Unique test id. Required for CREATE , UPDATE , and CHANGE_STATUS . | String |
test_process_name | Human readable unique name for the test. | String |
test_priority | Execution priority. Lower values run earlier. | Integer |
test_type | Test state. Use enabled for active or disabled for inactive. | String |
test_priority
values execute first. Reserve gaps to allow future inserts.enabled
to participate in schedules and disabled
to pause execution.