/test/vts/script/ |
D | create-test-project.py | 52 test_type): argument 77 if not test_type: 78 self.test_type = 'HidlHalTest' 80 self.test_type = test_type 190 test_type=self.test_type, 231 args.test_dir, args.test_type)
|
/test/vts-testcase/hal/script/ |
D | launch_hal_test.py | 123 if args.test_type != 'target' and args.test_type != 'host': 126 elif args.test_type == 'host' and args.is_replay: 143 if args.test_type == 'target' and not args.disable_stop_runtime: 150 args.test_type,
|
D | update_hal_adapter_tests.py | 56 test_type='adapter',
|
/test/vts-testcase/fuzz/script/config/ |
D | config_gen.py | 167 test_type = 'func_fuzzer' 169 test_type = 'iface_fuzzer' 170 return test_type 182 test_type = 'FuncFuzzer' 184 test_type = 'IfaceFuzzer' 185 return test_type
|
/test/vti/test_serving/gae/webapp/src/tasks/ |
D | indexing.py | 101 test_type = schedule_worker.GetTestVersionType( 105 test_type |= ( 107 entity.test_type = test_type
|
/test/vti/test_serving/gae/webapp/src/scheduler/ |
D | schedule_worker.py | 38 def GetTestVersionType(manifest_branch, gsi_branch, test_type=0): argument 52 if not test_type: 56 value = test_type & ~(1 | 1 << 1) 328 test_type = GetTestVersionType(schedule.manifest_branch, 332 test_type |= Status.TEST_TYPE_DICT[Status.TEST_TYPE_SIGNED] 335 test_type |= Status.TEST_TYPE_DICT[Status.TEST_TYPE_MANUAL] 337 new_job.test_type = test_type
|
/test/vts-testcase/kernel/linux_kselftest/ |
D | LinuxKselftestTest.py | 55 if self.test_type == "presubmit": 57 elif self.test_type == "stable": 59 elif self.test_type == "staging":
|
/test/vts/runners/adapters/acts/ |
D | acts_adapter.py | 74 test_type = 'ACTS' variable in ActsAdapter 79 self.test_type, str(time.time())) 81 logging.debug('Result path for %s: %s' % (self.test_type,
|
/test/vts-testcase/kernel/linux_kselftest/stable/ |
D | LinuxKselftestTest.runner_conf | 2 "test_type": "stable"
|
/test/vts-testcase/kernel/linux_kselftest/presubmit/ |
D | LinuxKselftestTestPresubmit.runner_conf | 2 "test_type": "presubmit"
|
/test/vts-testcase/kernel/linux_kselftest/staging/ |
D | LinuxKselftestTestStaging.runner_conf | 2 "test_type": "staging"
|
/test/vti/test_serving/gae/frontend/src/app/model/ |
D | job.ts | 17 test_type: number = void 0; property in Job
|
/test/vts-testcase/hal/script/configure/ |
D | test_case_creator.py | 75 test_type, argument 100 self._test_type = test_type
|
/test/vti/dashboard/src/main/proto/ |
D | TestSuiteResultMessage.proto | 51 optional int32 test_type = 33 [default = 0]; field
|
/test/vti/test_serving/gae/webapp/src/proto/ |
D | model.py | 252 test_type = ndb.IntegerProperty() variable in JobModel 309 test_type = messages.IntegerField(29) variable in JobMessage
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_upload.py | 193 suite_res_msg.test_type = vti.GetJobTestType()
|
/test/vts/utils/python/web/ |
D | web_utils.py | 87 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 285 optional VtsTestType test_type = 3; field
|