Home
last modified time | relevance | path

Searched refs:_flatten_test_infos (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest/test_runners/
Datest_tf_test_runner_unittest.py709 test_infos = self.tr._flatten_test_infos({uc.MODULE_INFO})
714 test_infos = self.tr._flatten_test_infos([uc.MODULE_INFO, MODULE2_INFO])
719 test_infos = self.tr._flatten_test_infos({CLASS1_INFO})
722 test_infos = self.tr._flatten_test_infos({uc.INT_INFO})
725 test_infos = self.tr._flatten_test_infos({uc.METHOD_INFO})
731 test_infos = self.tr._flatten_test_infos({CLASS1_INFO, CLASS2_INFO})
736 test_infos = self.tr._flatten_test_infos(
743 test_infos = self.tr._flatten_test_infos(
750 test_infos = self.tr._flatten_test_infos(
759 test_infos = self.tr._flatten_test_infos(
[all …]
Datest_tf_test_runner.py948 def _flatten_test_infos(self, test_infos): member in AtestTradefedTestRunner
1077 test_infos = self._flatten_test_infos(test_infos)