Searched refs:HOUR_IN_SECS (Results 1 – 7 of 7) sorted by relevance
/external/autotest/server/site_tests/hardware_StorageQual/ |
D | generate_storage_qual_control_files.py | 35 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/ |
D | control.memory_qual | 16 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}),
|
D | control.memory_qual_moblab | 19 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/ |
D | generate_control_files.py | 21 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/ |
D | control.memory_qual | 17 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/ |
D | control.memory_qual | 25 HOUR_IN_SECS=60*60 32 job.run_test('hardware_SAT', tag='memory_qual', seconds=8 * HOUR_IN_SECS)
|
/external/autotest/server/ |
D | sequence.py | 29 HOUR_IN_SECS = HOUR_IN_MINUTES * MINUTE_IN_SECS variable 31 DAY_IN_SECS = DAY_IN_HOURS*HOUR_IN_SECS
|