Home
last modified time | relevance | path

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

/test/framework/harnesses/host_controller/campaigns/testdata/
Ddefault_testcase.py109 test_suite, test_plan = test_name.split("/")
113 line = line.replace('{{test_plan}}', test_plan)
114 if test_plan != "cts-on-gsi":
117 or test_plan.startswith("cts-")):
121 '--retry_plan=%s-retry' % test_plan)
/test/vts/script/
Dcreate-test-project.py51 def __init__(self, test_name, test_plan, test_dir_under_testcases, argument
72 if not test_plan:
73 self.test_plan = 'vts-misc'
75 self.test_plan = test_plan
189 test_plan=self.test_plan,
230 test_case_creater = TestCaseCreator(args.test_name, args.test_plan,
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto47 // Test name (e.g., test_group/test_plan)
DTestScheduleConfigMessage.proto60 // Test name (e.g., test_group/test_plan)