Home
last modified time | relevance | path

Searched refs:create_atest_script (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/asuite/atest/integration_tests/
H A Datest_command_success_tests.py59 script = self.create_atest_script()
H A Dadevice_command_success_tests.py138 script = self.create_atest_script()
H A Datest_test_archetype_integration_tests.py187 script = test_case.create_atest_script()
H A Datest_dry_run_diff_tests.py65 script = self.create_atest_script()
H A Datest_command_verification_tests.py676 script = self.create_atest_script()
H A Datest_integration_test.py326 def create_atest_script(self, name: str = None) -> SplitBuildTestScript: member in AtestTestCase