...
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>
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 |
...