check_test_list¶
Source code: check_test_list.py
A step to check test list.
Description¶
Check if the test list exists before we use it. ref: go/factory-smt-flow
Test Procedure¶
- Check if the given test list id exists. 
Dependency¶
None
Examples¶
To check if RMA test list exists, add this to test list:
{
  "pytest_name": "check_test_list",
  "args": {
    "test_list_id": "generic_rma"
  }
}
Test Arguments¶
| Name | Type | Description | 
|---|---|---|
| test_list_id | str | An id of a test list needed to be checked. |