Home
last modified time | relevance | path

Searched refs:GetRunCommand (Results 1 – 10 of 10) sorted by relevance

/test/vts/testcases/template/gtest_binary_test/
Dgtest_test_case.py39 def GetRunCommand(self, member in GtestTestCase
55 return super(GtestTestCase, self).GetRunCommand()
63 cmd=super(GtestTestCase, self).GetRunCommand(),
Dgtest_binary_test.py105 cmd = ['chmod 755 %s' % path, list_test_case.GetRunCommand()]
/test/vts-testcase/fuzz/template/libfuzzer_test/
Dlibfuzzer_test_case.py78 def GetRunCommand(self, debug_mode=False): member in LibFuzzerTestCase
Dlibfuzzer_test.py191 fuzz_cmd = '"%s"' % test_case.GetRunCommand()
/test/vts-testcase/fuzz/kernel/syzkaller/
Dsyzkaller_test_case.py105 def GetRunCommand(self): member in SyzkallerTestCase
Dsyzkaller_test.py108 test_command = test_case.GetRunCommand()
/test/vts-testcase/fuzz/template/iface_fuzzer_test/
Diface_fuzzer_test.py131 repro_cmd = '"%s %s"' % (test_case.GetRunCommand(debug_mode=True),
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py119 def GetRunCommand(self): member in BinaryTestCase
Dbinary_test.py484 cmd = test_case.GetRunCommand()
/test/vts/testcases/template/hal_hidl_gtest/
Dhal_hidl_gtest.py137 list_service_test_case.GetRunCommand(raw_command=True))