Searched refs:sample_hours (Results 1 – 11 of 11) sorted by relevance
/external/autotest/client/site_tests/power_Standby/ |
D | control | 16 Test uses RTC wake to transistion from S3 to S0 every sample_hours for a total 23 sample_hours: float, number of hours between charge use samples. 29 sample_hours > 0.1 30 test_hours > sample_hours 39 sample_hours = float(args_dict.get('sample_hours', SAMPLE_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: 43 if sample_hours < self._min_sample_hours and not bypass_check: 45 sample_hours) 81 suspender.suspend(duration=sample_hours * 3600) 92 percent_diff = math.fabs((actual_hours - sample_hours) / ( 93 (actual_hours + sample_hours) / 2) * 100)
|
D | control.1hour | 15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a 24 job.run_test('power_Standby', sample_hours=1, test_hours=1,
|
D | control.fast_force_discharge | 15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a 24 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.fast | 16 Test uses RTC wake to transition from suspend to S0 every sample_hours for a 25 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.fast_suspend_to_ram | 15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a 26 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.fast_suspend_to_idle | 15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a 26 job.run_test('power_Standby', sample_hours=0.334, test_hours=0.334,
|
D | control.6min | 15 Test uses RTC wake to transition from suspend to S0 every sample_hours for a 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}),
|