Searched refs:testid (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/ |
H A D | selftest | 64 testid = ".%s.%s" % (klass,testname) variable 67 if testid in resultline: 72 print("XFAIL: %s (file: %s)" % (testid.strip("."), os.path.basename(patch))) 75 print("XPASS: %s (file: %s)" % (testid.strip("."), os.path.basename(patch))) 78 print("XSKIP: %s (file: %s)" % (testid.strip("."), os.path.basename(patch))) 80 … print("%s: %s (%s)" % (result.upper(), testid.strip("."), os.path.basename(patch))) 88 … print("Bad result on test %s against %s" % (testid.strip("."), os.path.basename(patch)))
|
/openbmc/u-boot/post/ |
H A D | post.c | 115 static void post_log_mark_start(unsigned long testid) in post_log_mark_start() argument 117 gd->post_log_word |= testid; in post_log_mark_start() 120 static void post_log_mark_succ(unsigned long testid) in post_log_mark_succ() argument 122 gd->post_log_res |= testid; in post_log_mark_succ() 131 if (gd->post_log_word & (post_list[j].testid)) { in post_output_backlog() 133 if (gd->post_log_res & post_list[j].testid) in post_output_backlog() 251 post_log_mark_start(test->testid); in post_run_single() 260 post_log_mark_succ(test->testid); in post_run_single()
|
/openbmc/linux/tools/testing/selftests/rcutorture/bin/ |
H A D | kvm.sh | 428 echo Build directory: `pwd` > $resdir/$ds/testid.txt 431 echo Current commit: `git rev-parse HEAD` >> $resdir/$ds/testid.txt 432 echo >> $resdir/$ds/testid.txt 433 echo ' ---' Output of "'"git status"'": >> $resdir/$ds/testid.txt 434 git status >> $resdir/$ds/testid.txt 435 echo >> $resdir/$ds/testid.txt 436 echo >> $resdir/$ds/testid.txt 437 echo ' ---' Output of "'"git diff HEAD"'": >> $resdir/$ds/testid.txt 438 git diff HEAD >> $resdir/$ds/testid.txt
|
/openbmc/linux/tools/testing/selftests/tc-testing/plugin-lib/ |
H A D | valgrindPlugin.py | 86 cmdlist.insert(0, '--log-file=vgnd-{}.log'.format(self.args.testid)) 105 res = TestResult('{}-mem'.format(self.args.testid), 128 with open('vgnd-{}.log'.format(self.args.testid)) as vfd:
|
/openbmc/u-boot/include/ |
H A D | post.h | 104 unsigned long testid; member
|
/openbmc/linux/tools/testing/selftests/tc-testing/creating-plugins/ |
H A D | AddingPlugins.txt | 32 def pre_case(self, test_ordinal, testid) # see "PRE_CASE" below
|
/openbmc/linux/Documentation/RCU/ |
H A D | torture.rst | 260 The most frequently used file in the top-level directory is testid.txt.
|