Searched refs:stress_group (Results 1 – 1 of 1) sorted by relevance
62 def runltp(self, stress_group): argument63 … cmd = '/opt/ltp/runltp -f %s -p -q 2>@1 | tee /opt/ltp/results/%s' % (stress_group, stress_group)67 with open(os.path.join(self.ltptest_log_dir, "%s" % stress_group), 'w') as f:73 … results, sections = parser.parse(os.path.join(self.ltptest_log_dir, "%s" % stress_group))77 self.sections[stress_group] = sections82 testname = ("ltpstressresult." + stress_group + "." + test)85 failed_tests[stress_group] = test