Home
last modified time | relevance | path

Searched refs:suiteRoot (Results 1 – 2 of 2) sorted by relevance

/cts/tools/cts-tradefed/tests/src/com/android/compatibility/common/tradefed/loading/
DCtsConfigLoadingTest.java154 String suiteRoot = System.getProperty(rootVar); in testConfigurationLoad() local
155 if (Strings.isNullOrEmpty(suiteRoot)) { in testConfigurationLoad()
160 suiteRoot, in testConfigurationLoad()
170 stubFolder.setRootDir(new File(suiteRoot)); in testConfigurationLoad()
172 stubFolder.addBuildAttribute("ROOT_DIR", suiteRoot); in testConfigurationLoad()
175 stubTestInfo.executionFiles().put(FilesKey.TESTS_DIRECTORY, new File(suiteRoot)); in testConfigurationLoad()
DCommonConfigLoadingTest.java134 String suiteRoot = System.getProperty(rootVar); in testConfigurationLoad() local
135 if (Strings.isNullOrEmpty(suiteRoot)) { in testConfigurationLoad()
138 …File testcases = new File(suiteRoot, String.format("/android-%s/testcases/", getSuiteName().toLowe… in testConfigurationLoad()
147 stubFolder.setRootDir(new File(suiteRoot)); in testConfigurationLoad()
149 stubFolder.addBuildAttribute("ROOT_DIR", suiteRoot); in testConfigurationLoad()
152 stubTestInfo.executionFiles().put(FilesKey.TESTS_DIRECTORY, new File(suiteRoot)); in testConfigurationLoad()