xref: /aosp_15_r20/external/autotest/client/tests/sleeptest/control (revision 9c5db1993ded3edbeafc8092d69fe5de2ee02df7)
1*9c5db199SXin LiAUTHOR = "Autotest Team"
2*9c5db199SXin LiNAME = "Sleeptest"
3*9c5db199SXin LiTIME = "SHORT"
4*9c5db199SXin LiTEST_CATEGORY = "Functional"
5*9c5db199SXin LiTEST_CLASS = "General"
6*9c5db199SXin LiTEST_TYPE = "client"
7*9c5db199SXin Li
8*9c5db199SXin LiDOC = """
9*9c5db199SXin LiThis test simply sleeps for 1 second by default.  It's a good way to test
10*9c5db199SXin Liprofilers and double check that autotest is working.
11*9c5db199SXin LiThe seconds argument can also be modified to make the machine sleep for as
12*9c5db199SXin Lilong as needed.
13*9c5db199SXin Li"""
14*9c5db199SXin Li
15*9c5db199SXin Lijob.run_test('sleeptest', seconds = 1)
16