Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dresultutils.py78 testtype = data[res]["configuration"].get("TEST_TYPE")
79 if testtype not in configmap:
80 raise ValueError("Unknown test type %s" % testtype)
81 testpath = "/".join(data[res]["configuration"].get(i) for i in configmap[testtype])
H A Dreport.py274 testtype = str(key).split('.')[0]
275 … if ((machine in self.ltptests and testtype == "ltpiresult" and self.ltptests[machine]) or
276 … (machine in self.ltpposixtests and testtype == "ltpposixresult" and self.ltpposixtests[machine])):
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py330 def check_rule(self, testtype, metric_list): argument
338 if testtype == "RelationshipTest":
525 testtype = r['TestType']
526 if not self.check_rule(testtype, r['Metrics']):
528 if testtype == 'RelationshipTest':
530 elif testtype == 'SingleMetricTest':
533 print("Unsupported Test Type: ", testtype)
/openbmc/linux/kernel/rcu/
H A Drcutorture.c3554 int testtype; in rcu_torture_init_srcu_lockdep() local
3560 testtype = (test_srcu_lockdep / 10) % 100; in rcu_torture_init_srcu_lockdep()
3574 if (testtype == 0) { in rcu_torture_init_srcu_lockdep()
3590 if (testtype == 1) { in rcu_torture_init_srcu_lockdep()
3611 if (testtype == 2) { in rcu_torture_init_srcu_lockdep()
3633 if (testtype == 3) { in rcu_torture_init_srcu_lockdep()