Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 18 of 18) sorted by relevance

/test/vts/script/
Dcreate-test-project.py52 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/
Dlaunch_hal_test.py123 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,
Dupdate_hal_adapter_tests.py56 test_type='adapter',
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py167 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/
Dindexing.py101 test_type = schedule_worker.GetTestVersionType(
105 test_type |= (
107 entity.test_type = test_type
/test/vti/test_serving/gae/webapp/src/scheduler/
Dschedule_worker.py38 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/
DLinuxKselftestTest.py55 if self.test_type == "presubmit":
57 elif self.test_type == "stable":
59 elif self.test_type == "staging":
/test/vts/runners/adapters/acts/
Dacts_adapter.py74 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/
DLinuxKselftestTest.runner_conf2 "test_type": "stable"
/test/vts-testcase/kernel/linux_kselftest/presubmit/
DLinuxKselftestTestPresubmit.runner_conf2 "test_type": "presubmit"
/test/vts-testcase/kernel/linux_kselftest/staging/
DLinuxKselftestTestStaging.runner_conf2 "test_type": "staging"
/test/vti/test_serving/gae/frontend/src/app/model/
Djob.ts17 test_type: number = void 0; property in Job
/test/vts-testcase/hal/script/configure/
Dtest_case_creator.py75 test_type, argument
100 self._test_type = test_type
/test/vti/dashboard/src/main/proto/
DTestSuiteResultMessage.proto51 optional int32 test_type = 33 [default = 0]; field
/test/vti/test_serving/gae/webapp/src/proto/
Dmodel.py252 test_type = ndb.IntegerProperty() variable in JobModel
309 test_type = messages.IntegerField(29) variable in JobMessage
/test/framework/harnesses/host_controller/command_processor/
Dcommand_upload.py193 suite_res_msg.test_type = vti.GetJobTestType()
/test/vts/utils/python/web/
Dweb_utils.py87 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
/test/vts/proto/
DVtsReportMessage.proto285 optional VtsTestType test_type = 3; field