Home
last modified time | relevance | path

Searched refs:HOUR_IN_SECS (Results 1 – 7 of 7) sorted by relevance

/external/autotest/server/site_tests/hardware_StorageQual/
Dgenerate_storage_qual_control_files.py35 HOUR_IN_SECS = MINUTE_IN_SECS * 60 variable
36 DAY_IN_SECS = HOUR_IN_SECS * DAY_IN_HOURS
57 'duration': 4 * HOUR_IN_SECS
79 SOAK_QUICK['args']['duration'] = HOUR_IN_SECS
101 'suspend_duration': 12 * HOUR_IN_SECS,
118 'args': {'tag': 'suspend', 'duration': 4 * HOUR_IN_SECS},
134 'args': {'duration': 4 * HOUR_IN_SECS},
156 'duration': HOUR_IN_SECS / 2
172 'args': {'tag': 'suspend', 'duration': HOUR_IN_SECS / 2},
188 'args': {'duration': HOUR_IN_SECS / 2},
[all …]
/external/autotest/server/site_tests/sequences/
Dcontrol.memory_qual16 HOUR_IN_SECS=60*60
41 'tag' : 'memory_qual', 'seconds' : 8 * HOUR_IN_SECS}),
48 'sec' : 5 * HOUR_IN_SECS}),
53 'tag' : 'idle', 'seconds' : HOUR_IN_SECS, 'suspend': False}),
55 'tag' : 'suspend', 'seconds' : HOUR_IN_SECS, 'suspend': True}),
Dcontrol.memory_qual_moblab19 HOUR_IN_SECS=60*60
44 'tag' : 'memory_qual', 'seconds' : 8 * HOUR_IN_SECS}),
51 'sec' : 5 * HOUR_IN_SECS}),
56 'tag' : 'idle', 'seconds' : HOUR_IN_SECS, 'suspend': False}),
58 'tag' : 'suspend', 'seconds' : HOUR_IN_SECS, 'suspend': True}),
/external/autotest/server/site_tests/hardware_StorageQualV2/
Dgenerate_control_files.py21 HOUR_IN_SECS = 60 * 60 variable
30 'duration': 1 * HOUR_IN_SECS,
37 'duration': 5 * HOUR_IN_SECS,
44 'duration': 1 * HOUR_IN_SECS,
/external/autotest/server/site_tests/hardware_MemoryIntegrity/
Dcontrol.memory_qual17 HOUR_IN_SECS=60*60
21 'tag' : 'idle', 'seconds' : HOUR_IN_SECS, 'suspend': False}),
23 'tag' : 'suspend', 'seconds' : HOUR_IN_SECS, 'suspend': True}),
/external/autotest/client/site_tests/hardware_SAT/
Dcontrol.memory_qual25 HOUR_IN_SECS=60*60
32 job.run_test('hardware_SAT', tag='memory_qual', seconds=8 * HOUR_IN_SECS)
/external/autotest/server/
Dsequence.py29 HOUR_IN_SECS = HOUR_IN_MINUTES * MINUTE_IN_SECS variable
31 DAY_IN_SECS = DAY_IN_HOURS*HOUR_IN_SECS