Home
last modified time | relevance | path

Searched refs:plans (Results 1 – 5 of 5) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowReleaseServlet.java85 List<String> plans = testPlanEntityList.stream() in getTestPlanDispatcher() local
90 request.setAttribute("planNames", plans); in getTestPlanDispatcher()
101 List<String> plans = in getTestSuiteDispatcher() local
107 request.setAttribute("planNames", plans); in getTestSuiteDispatcher()
/test/vts/tools/vts-tradefed/res/config/
Dplans.md6 of plans in VTS:
10 Official plans contain only verified tests, and are for all Android developers
25 Serving plans contain experimental tests, and are for Android
31 The following plans are also available for development purposes.
/test/vts/proto/
DTestSchedulingPolicyMessage.proto34 // one or multitple tareget test plans.
36 // one or multitple tareget tests. used if plans is not defined.
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py68 plans = [e.attrib["value"] for e in root.iterfind("option") if
72 return plans
/test/vts/doc/
Duser_manual.md131 Documented at [here](../tools/vts-tradefed/res/config/plans.md).