Home | History | Annotate | Download | only in sleeptest
      1 AUTHOR = "Autotest Team"
      2 NAME = "Sleeptest"
      3 TIME = "SHORT"
      4 TEST_CATEGORY = "Functional"
      5 TEST_CLASS = "General"
      6 TEST_TYPE = "client"
      7 
      8 DOC = """
      9 This test simply sleeps for 1 second by default.  It's a good way to test
     10 profilers and double check that autotest is working.
     11 The seconds argument can also be modified to make the machine sleep for as
     12 long as needed.
     13 """
     14 
     15 job.run_test('sleeptest', seconds = 1)
     16