Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dltp_stress.py62 def runltp(self, stress_group): argument
63 … 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] = sections
82 testname = ("ltpstressresult." + stress_group + "." + test)
85 failed_tests[stress_group] = test