Home
last modified time | relevance | path

Searched refs:GetRunCommand (Results 1 – 5 of 5) 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()
68 cmd=super(GtestTestCase, self).GetRunCommand(),
Dgtest_binary_test.py107 cmd = ['chmod 755 %s' % path, list_test_case.GetRunCommand()]
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py121 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))