Searched refs:test_cmd (Results 1 – 5 of 5) sorted by relevance
/test/vts-testcase/kernel/linux_kselftest/ |
D | test_case.py | 29 def __init__(self, testsuite, test_cmd, supported_arch, supported_bits): argument 31 self._testname = "%s/%s" % (testsuite, test_cmd) 32 self._test_cmd = "./%s" % test_cmd 47 def test_cmd(self): member in LinuxKselftestTestcase
|
D | LinuxKselftestTest.py | 127 "%s && %s" % (cd_cmd, testcase.test_cmd)
|
/test/vts-testcase/fuzz/template/libfuzzer_test/ |
D | libfuzzer_test_case.py | 87 test_cmd = '%s ./%s %s %s %s' % (ld_path, self._binary_name, 90 test_cmd += ' > /dev/null' 91 return ' && '.join([cd_cmd, chmod_cmd, test_cmd])
|
/test/vts-testcase/security/poc/host/ |
D | SecurityPoCKernelTest.py | 150 test_cmd = "%s %s" % ( 153 logging.info("Executing: %s", test_cmd) 156 stdout = self._dut.adb.shell(test_cmd)
|
/test/vts/testcases/template/llvmfuzzer_test/ |
D | llvmfuzzer_test.py | 178 test_cmd = "./%s" % fuzzer 181 test_cmd, corpus_dir,
|