Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_compliance.py62 def runltp(self, posix_group): argument
63 …/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] = sections
83 testname = ("ltpposixresult." + posix_group + "." + test)
86 failed_tests[posix_group] = test
96 for posix_group in self.posix_groups:
97 self.runltp(posix_group)