Searched refs:test_type (Results 1 – 10 of 10) sorted by relevance
85 if not args.test_type:86 args.test_type = 'target'87 elif args.test_type != 'target' and args.test_type != 'host':90 elif args.test_type == 'host' and args.is_replay:104 if args.test_type == 'target' and not args.disable_stop_runtime:110 args.test_type,121 args.test_type,
50 def __init__(self, test_name, test_dir_under_testcases, test_type): argument69 if not test_type:70 self.test_type = 'HidlHalTest'72 self.test_type = test_type181 test_type=self.test_type,217 args.test_type)
130 test_type = 'func_fuzzer'132 test_type = 'iface_fuzzer'133 return test_type145 test_type = 'FuncFuzzer'147 test_type = 'IfaceFuzzer'148 return test_type
2 "test_type": "presubmit"
2 "test_type": "stable"
2 "test_type": "staging"
56 if self.test_type == "presubmit":58 elif self.test_type == "stable":60 elif self.test_type == "staging":
78 test_type, argument96 self._test_type = test_type
80 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
259 optional VtsTestType test_type = 3; field