Searched refs:test_hours (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/site_tests/power_Standby/ |
D | control | 17 standby time of test_hours. The S3->S0 transistions are added to 24 test_hours: float, the number of hours to run the test. 30 test_hours > sample_hours 40 test_hours = float(args_dict.get('test_hours', TEST_HOURS)) 43 job.run_test('power_Standby', sample_hours=sample_hours, test_hours=test_hours,
|
D | power_Standby.py | 29 def run_once(self, test_hours=None, sample_hours=None, argument 36 if test_hours < sample_hours: 66 if max_hours < test_hours: 78 while elapsed_hours < test_hours:
|
D | control.1hour | 16 total standby time of test_hours. The suspend to S0 transitions are added to 24 job.run_test('power_Standby', sample_hours=1, test_hours=1,
|
D | control.fast_force_discharge | 16 total standby time of test_hours. The suspend to S0 transitions are added to 24 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.fast | 17 total standby time of test_hours. The suspend to S0 transitions are added to 25 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.fast_suspend_to_ram | 16 total standby time of test_hours. The suspend to S0 transitions are added to 26 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.fast_suspend_to_idle | 16 total standby time of test_hours. The suspend to S0 transitions are added to 26 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.6min | 16 total standby time of test_hours. The suspend to S0 transitions are added to 27 job.run_test('power_Standby', sample_hours=0.1, test_hours=0.1,
|
D | control.36sec | 18 job.run_test('power_Standby', sample_hours=0.01, test_hours=0.01, ac_ok=True,
|
/external/autotest/server/site_tests/sequences/ |
D | control.power_dashboard_full | 20 'tag' : 'fast', 'sample_hours' : 0.334, 'test_hours' : 0.334}),
|
D | control.power_dashboard_fast | 21 'tag' : '36sec', 'sample_hours' : 0.01, 'test_hours' : 0.01}),
|