Searched refs:plan (Results 1 – 17 of 17) sorted by relevance
39 …<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>
42 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();
39 <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}">
121 <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…
43 <div class='row' id='test-plan-green-release-container'>
137 // Draw a test plan run summary box.
22 To run a test plan on a single device:30 'run cts-root' to run the default MTS plan40 To shard a plan test run on multiple devices
21 To run a test plan on a single device:29 'run mts' to run the default MTS plan39 To shard a plan test run on multiple devices
29 To run a test plan on a single device:39 'run catbox' to run the default CATBOX plan49 To shard a plan test run on multiple devices
36 To run a test plan on a single device:46 'run vts' to run the default VTS plan56 To shard a plan test run on multiple devices
21 To run a test plan on a single device:42 run <plan-name>
114 http://127.0.0.1:8080/api/test_data/plan123 First, in test-plan-report-data.json, you need to set the same number of data under "testCaseNames"172 test-plan-report-data.json197 curl -d @testdata/test-plan-report-data.json -m 30 -X POST http://127.0.0.1:8080/api/test_data/plan…
71 String plan = request.getParameter("plan"); in doGetHandler() local93 Key planKey = KeyFactory.createKey(TestPlanEntity.KIND, plan); in doGetHandler()
12 plan.
19 .release-entry .plan-run-metadata {
329 // this plan.333 // The test plan name.340 // Only used for profiling test plan.
45 // To specify a test plan scheduling policy.