...
Code Block |
---|
config: type: tests testsID: <test id> timeout: <how long to wait before the test is considered a failure. If not provided then the script will wait until killed by the AT>AT. If a list of tests are provided the time the script will wait will be timeout * num_of_tests> tests: 0: <test set name> 1: <test set name> 2: <test set name> .... N: <test set name> # "test set name" is the name of the directory under lutf/python/tests # which includes the tests to be run. For example: dlc, multi-rail, etc |
...