Home
last modified time | relevance | path

Searched refs:subtest_name (Results 1 – 25 of 77) sorted by relevance

1234

/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_test_runner.py29 def run_once(self, subtest_name, **kwargs): argument
41 module_name = os.path.join(self._TEST_AREA_FOLDER, subtest_name + ".py")
43 test_module = imp.load_source(subtest_name, module_name)
48 test_class = getattr(test_module, subtest_name)
51 'Test class %s not found', subtest_name)
/external/autotest/client/site_tests/video_YouTubePage/
Dvideo_YouTubePage.py465 def run_once(self, subtest_name, test_page): argument
485 if subtest_name is 'playing':
487 elif subtest_name is 'pausing':
489 elif subtest_name is 'resuming':
491 elif subtest_name is 'seeking':
493 elif subtest_name is 'frame_drop':
495 elif subtest_name is 'fullscreen':
497 elif subtest_name is 'ending':
499 elif subtest_name is 'last_second':
501 elif subtest_name is '360':
/external/autotest/client/site_tests/video_YouTubeMseEme/
Dvideo_YouTubeMseEme.py282 def run_once(self, subtest_name): argument
290 function_to_call = getattr(self, 'test_' + subtest_name)
295 raise error.TestFail('No function named: test_' + subtest_name)
Dcontrol.attach_source26 subtest_name=_TEST_NAME,
Dcontrol.append26 subtest_name=_TEST_NAME,
Dcontrol.append_abort26 subtest_name=_TEST_NAME,
Dcontrol.can_play_webm26 subtest_name=_TEST_NAME,
Dcontrol.append_timestamp_offset26 subtest_name=_TEST_NAME,
Dcontrol.can_play_clear_key26 subtest_name=_TEST_NAME,
Dcontrol.can_play_widevine26 subtest_name=_TEST_NAME,
Dcontrol.media_source_presence26 subtest_name=_TEST_NAME,
Dcontrol.add_source_buffer_exception26 subtest_name=_TEST_NAME,
/external/autotest/client/site_tests/longevity_Tracker/
Dlongevity_Tracker.py519 self.subtest_name = app_name
532 if self.subtest_name:
533 self.test_suite_name += '.' + self.subtest_name
/external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
Dcontrol.CM1525 subtest_name='cellular_MbimComplianceCM15')
Dcontrol.CM1326 subtest_name='cellular_MbimComplianceCM13')
Dcontrol.CM0326 subtest_name='cellular_MbimComplianceCM03')
Dcontrol.CM0226 subtest_name='cellular_MbimComplianceCM02')
Dcontrol.CM1025 subtest_name='cellular_MbimComplianceCM10')
Dcontrol.CM0626 subtest_name='cellular_MbimComplianceCM06')
Dcontrol.CM0426 subtest_name='cellular_MbimComplianceCM04')
/external/autotest/client/site_tests/cellular_MbimComplianceDescriptor/
Dcontrol.DES0225 subtest_name='cellular_MbimComplianceDES02')
/external/autotest/client/site_tests/cellular_MbimComplianceControlCommand/
Dcontrol.CID0125 subtest_name='cellular_MbimComplianceCID01')
/external/autotest/client/site_tests/cellular_MbimComplianceError/
Dcontrol.ERR0425 subtest_name='cellular_MbimComplianceERR04')
Dcontrol.ERR0225 subtest_name='cellular_MbimComplianceERR02')
Dcontrol.ERR0325 subtest_name='cellular_MbimComplianceERR03')

1234