Home
last modified time | relevance | path

Searched refs:plan (Results 1 – 22 of 22) sorted by relevance

/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_release.jsp39 …<a class="${testType == 'plan' ? 'active' : 'inactive'}" href="${requestScope['javax.servlet.forwa…
49 …set var="typeParam" scope="session" value="${testType == 'suite' ? '&type=suite' : '&type=plan'}"/>
51 <c:forEach items='${planNames}' var='plan'>
55 <a href='/show_plan_release?plan=${plan}${typeParam}'>
57 <span class='entry valign'>${plan}</span>
62 …<a href='/show_green_release?plan=${plan}${typeParam}' class="waves-effect waves-light btn">Green<…
67 <a href='/show_plan_release?plan=${plan}${typeParam}'>
69 <span class='entry valign'>${plan}</span>
Dshow_plan_release.jsp42 search = $('#filter-bar').createSearchHeader('Plan: ', '${plan}', refresh);
70 '/show_plan_release?plan=${plan}&endTime=' + endTime +
83 '/show_plan_release?plan=${plan}&startTime=' + startTime +
94 '/show_plan_release?plan=${plan}' + search.args();
Dshow_green_plan_release.jsp39 <h4 id="test-plan-section-header">Test Plans</h4>
42 <div class='row' id='test-plan-green-release-container'>
65 … <a href="/show_plan_run?plan=${plan}&time=${deviceBuildInfo.candidateBuildIdTimestamp}">
84 … <a href="/show_plan_run?plan=${plan}&time=${deviceBuildInfo.greenBuildIdTimestamp}">
Dshow_suite_release.jsp121 <b>Plan: </b><span><c:out value="${plan}"></c:out></span>
164 …></c:out>" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testTyp…
167 …></c:out>" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testTyp…
170 …></c:out>" href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testTyp…
327 …<a href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&testC…
338 …<a href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&testC…
346 …<a href="${requestScope['javax.servlet.forward.servlet_path']}?plan=${plan}&type=${testType}&testC…
Dshow_green_suite_release.jsp43 <div class='row' id='test-plan-green-release-container'>
Dshow_plan_run.jsp137 // Draw a test plan run summary box.
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py120 plan = 'vts-staging-fuzz'
124 plan = old_plans[0]
132 hal_name, hal_version, fuzzer_type, plan, bp_template)
135 hal_name, hal_version, fuzzer_type, plan, xml_template)
187 def _FillOutTemplate(self, hal_name, hal_version, fuzzer_type, plan, argument
210 config = config.replace('{PLAN}', plan)
/test/mts/tools/mts-tradefed/
DREADME21 To run a test plan on a single device:
29 'run mts' to run the default MTS plan
39 To shard a plan test run on multiple devices
/test/vts/tools/vts-tradefed/res/config/
Dplans.md3 A VTS test plan consists of a set of VTS tests. Typically the tests within a
4 plan are for the same target component or testing the same or similar aspect
27 name of a serving plan always starts with 'vts-staging-'.
/test/vts/tools/vts-core-tradefed/
DREADME36 To run a test plan on a single device:
46 'run vts' to run the default VTS plan
56 To shard a plan test run on multiple devices
/test/suite_harness/tools/cts-tradefed/
DREADME38 To run a test plan on a single device:
48 'run cts' to run the default CTS plan
58 To shard a plan test run on multiple devices
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DInvocationResult.java150 public void setTestPlan(String plan) { in setTestPlan() argument
151 mTestPlan = plan; in setTestPlan()
DLightInvocationResult.java153 public void setTestPlan(String plan) { in setTestPlan() argument
154 mTestPlan = plan; in setTestPlan()
DIInvocationResult.java51 void setTestPlan(String plan); in setTestPlan() argument
/test/vti/dashboard/
DREADME.md114 http://127.0.0.1:8080/api/test_data/plan
123 First, in test-plan-report-data.json, you need to set the same number of data under "testCaseNames"
172 test-plan-report-data.json
197 curl -d @testdata/test-plan-report-data.json -m 30 -X POST http://127.0.0.1:8080/api/test_data/plan
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java115 ISubPlan plan = mSubPlanHelper.createSubPlan(mBuildHelper); in testCreateSubPlan() local
116 Set<String> planIncludes = plan.getIncludeFilters(); in testCreateSubPlan()
117 Set<String> planExcludes = plan.getExcludeFilters(); in testCreateSubPlan()
/test/vts/testcases/vts_selftest/test_framework/python_virtualenv_preparer_test/
DREADME.md10 …er a python module installed in previous tests is still available through plan level virtual envir…
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPlanRunServlet.java71 String plan = request.getParameter("plan"); in doGetHandler() local
93 Key planKey = KeyFactory.createKey(TestPlanEntity.KIND, plan); in doGetHandler()
/test/vti/dashboard/src/main/webapp/css/
Dplan_runs.css19 .release-entry .plan-run-metadata {
/test/vts/proto/
DVtsReportMessage.proto329 // this plan.
333 // The test plan name.
340 // Only used for profiling test plan.
/test/vti/test_serving/proto/
DGreenBuildScheduleConfigMessage.proto45 // To specify a test plan scheduling policy.
/test/vts/doc/
Duser_manual.md78 ### <a name="run_vts" /> 2.1. Run a VTS test plan