You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
405 B
16 lines
405 B
AUTHOR = "Autotest Team"
|
|
NAME = "Sleeptest"
|
|
TIME = "SHORT"
|
|
TEST_CATEGORY = "Functional"
|
|
TEST_CLASS = "General"
|
|
TEST_TYPE = "client"
|
|
|
|
DOC = """
|
|
This test simply sleeps for 1 second by default. It's a good way to test
|
|
profilers and double check that autotest is working.
|
|
The seconds argument can also be modified to make the machine sleep for as
|
|
long as needed.
|
|
"""
|
|
|
|
job.run_test('sleeptest', seconds = 1)
|