Searched refs:test_exe (Results 1 – 10 of 10) sorted by relevance
/external/autotest/server/site_tests/firmware_Fingerprint/ |
D | firmware_Fingerprint.py | 19 def initialize(self, host, test_exe, test_exe_args=None, argument 26 self._test_exe = test_exe
|
D | control.reboot_to_ro | 33 job.run_test("firmware_Fingerprint", host=host, test_exe="reboot_to_ro.sh")
|
D | control.read_flash | 33 job.run_test("firmware_Fingerprint", host=host, test_exe="read_flash.sh")
|
D | control.rw_no_update_ro | 36 test_exe="rw_no_update_ro.sh", test_exe_args=test_images)
|
D | control.sw_write_protect | 37 test_exe="sw_write_protect.sh")
|
D | control.ro_only_boots_valid_rw | 41 test_exe="ro_only_boots_valid_rw.sh",
|
D | control.ro_can_update_rw | 38 test_exe="ro_can_update_rw.sh",
|
D | control.add_entropy | 35 job.run_test("firmware_Fingerprint", host=host, test_exe="add_entropy.sh")
|
D | control.obeys_rollback | 42 test_exe="obeys_rollback.sh",
|
/external/python/cpython3/Lib/test/ |
D | test_embed.py | 28 self.test_exe = exe = os.path.join(exepath, exename) 42 cmd = [self.test_exe] 206 expected_path = self.test_exe
|