Searched refs:posix_group (Results 1 – 1 of 1) sorted by relevance
62 def runltp(self, posix_group): argument63 …/bin/run-posix-option-group-test.sh %s 2>@1 | tee /opt/ltp/results/%s" % (posix_group, posix_group)68 with open(os.path.join(self.ltptest_log_dir, "%s" % posix_group), 'w') as f:74 … results, sections = parser.parse(os.path.join(self.ltptest_log_dir, "%s" % posix_group))78 self.sections[posix_group] = sections83 testname = ("ltpposixresult." + posix_group + "." + test)86 failed_tests[posix_group] = test 96 for posix_group in self.posix_groups: 97 self.runltp(posix_group)