Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/ltp/
Dtest_cases_parser.py85 scenario_groups = (ltp_configs.TEST_SUITES_LOW_MEM
87 logging.info('LTP scenario groups: %s', scenario_groups)
89 run_scritp = self.GenerateLtpRunScript(scenario_groups, is_hwasan=is_hwasan)
208 def GenerateLtpRunScript(self, scenario_groups, is_hwasan=False): argument
224 for testsuite in scenario_groups:
/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_test_cases.py167 scenario_groups = (ltp_configs.TEST_SUITES_LOW_MEM
169 logging.info('LTP scenario groups: %s', scenario_groups)
176 run_scritp = self.GenerateLtpRunScript(scenario_groups, is_hwasan=is_hwasan)
304 def GenerateLtpRunScript(self, scenario_groups, is_hwasan=False): argument
320 for testsuite in scenario_groups: