Searched refs:testtype (Results 1 – 4 of 4) sorted by relevance
330 def check_rule(self, testtype, metric_list): argument338 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)
87 testtype = data[res]["configuration"].get("TEST_TYPE")88 if testtype not in configmap:89 raise ValueError("Unknown test type %s" % testtype)90 testpath = "/".join(data[res]["configuration"].get(i) for i in configmap[testtype])
274 testtype = str(key).split('.')[0]275 … if ((machine in self.ltptests and testtype == "ltpiresult" and self.ltptests[machine]) or276 … (machine in self.ltpposixtests and testtype == "ltpposixresult" and self.ltpposixtests[machine])):
3554 int testtype; in rcu_torture_init_srcu_lockdep() local3560 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()