Searched refs:test_suite (Results 1 – 7 of 7) sorted by relevance
/test/vts/testcases/template/binary_test/ |
D | binary_test_case.py | 59 test_suite, argument 71 self.test_suite = test_suite 114 self.test_suite, self.test_name) 115 if self.test_suite else self.test_name) 147 def test_suite(self): member in BinaryTestCase 151 @test_suite.setter 152 def test_suite(self, test_suite): argument 154 self._test_suite = _SafeStrip(test_suite)
|
/test/framework/harnesses/host_controller/campaigns/testdata/ |
D | default_testcase.py | 109 test_suite, test_plan = test_name.split("/") 112 line = line.replace('{{test_suite}}', test_suite) 116 if (test_suite == "cts" or test_suite == "gts" or test_suite == "sts" 119 if test_suite == "vts":
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 114 test_suite = '' 125 test_suite, test_name, path, tag, self.PutTag, 131 test_suite = line.strip() 132 if test_suite.endswith('.'): 133 test_suite = test_suite[:-1] 243 for test_suite in root: 245 test_suite.tag, 246 test_suite.attrib) 247 for test_case in test_suite: 249 test_suite.get('name'),
|
/test/framework/harnesses/host_controller/build/ |
D | build_provider.py | 152 def SetTestSuitePackage(self, test_suite, path): argument 160 if re.match("[vcgs]ts", test_suite): 161 suite_name = "android-%s" % test_suite 162 tradefed_name = "%s-tradefed" % test_suite 175 self._test_suites[test_suite] = path 293 test_suite = (file_name.split("-")[-1]).split(".")[0] 294 self.SetTestSuitePackage(test_suite, file_path)
|
/test/vts/proto/ |
D | VtsFuzzTaskMessage.proto | 57 optional bytes test_suite = 1; field
|
D | VtsReportMessage.proto | 279 optional bytes test_suite = 1 [deprecated=true]; field
|
/test/vts-testcase/kernel/ltp/ |
D | KernelLtpTest.py | 85 logging.info("%s: %s", keys.ConfigKeys.KEY_TEST_SUITE, self.test_suite)
|