Home
last modified time | relevance | path

Searched refs:test_cmd (Results 1 – 5 of 5) sorted by relevance

/test/vts-testcase/kernel/linux_kselftest/
Dtest_case.py29 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
DLinuxKselftestTest.py127 "%s && %s" % (cd_cmd, testcase.test_cmd)
/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test_case.py87 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/
DSecurityPoCKernelTest.py150 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/
Dllvmfuzzer_test.py178 test_cmd = "./%s" % fuzzer
181 test_cmd, corpus_dir,