Searched refs:test_suite (Results 1 – 9 of 9) sorted by relevance
/test/vts/testcases/template/binary_test/ |
D | binary_test_case.py | 58 test_suite, argument 70 self.test_suite = test_suite 112 self.test_suite, self.test_name) 113 if self.test_suite else self.test_name) 145 def test_suite(self): member in BinaryTestCase 149 @test_suite.setter 150 def test_suite(self, test_suite): argument 152 self._test_suite = _SafeStrip(test_suite)
|
/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 112 test_suite = '' 120 test_suite, test_name, path, tag, self.PutTag, 126 test_suite = line.strip() 127 if test_suite.endswith('.'): 128 test_suite = test_suite[:-1] 240 for test_suite in root: 242 test_suite.tag, 243 test_suite.attrib) 244 for test_case in test_suite: 246 test_suite.get('name'),
|
/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-testcase/hal/media/omx/V1_0/host/ |
D | VtsHalMediaOmxV1_0HostTest.py | 106 test_suite = gtest_case.full_name 109 if not self.COMPONENT_TEST in test_suite and not role in self.whitelist_roles: 111 if self.AUDIO_ENC_TEST in test_suite and not "audio_encoder" in role: 113 if self.AUDIO_DEC_TEST in test_suite and not "audio_decoder" in role: 115 if self.VIDEO_ENC_TEST in test_suite and not "video_encoder" in role: 117 if self.VIDEO_DEC_TEST in test_suite and not "video_decoder" in role:
|
/test/vts-testcase/hal/media/c2/V1_0/host/ |
D | VtsHalMediaC2V1_0HostTest.py | 95 test_suite = gtest_case.full_name 97 if self.AUDIO_ENC_TEST in test_suite and \ 100 if self.AUDIO_DEC_TEST in test_suite and \ 103 if self.VIDEO_ENC_TEST in test_suite and \ 106 if self.VIDEO_DEC_TEST in test_suite and \
|
/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)
|