Home
last modified time | relevance | path

Searched refs:VtsPythonRunnerHelper (Results 1 – 7 of 7) sorted by relevance

/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DVtsPythonRunnerHelperTest.java42 private VtsPythonRunnerHelper mVtsPythonRunnerHelper = null;
102 new VtsPythonRunnerHelper(new File(mVirtualenvPath), null, runUtil); in testProcessRunSuccess()
116 new VtsPythonRunnerHelper(new File(mVirtualenvPath), null, runUtil); in testProcessRunFailed()
130 new VtsPythonRunnerHelper(new File(mVirtualenvPath), null, runUtil); in testProcessRunTimeout()
148 new VtsPythonRunnerHelper(new File(mVirtualenvPath), null, runUtil); in testProcessRunInterrupted()
160 assertEquals(null, VtsPythonRunnerHelper.getPythonBinDir(mVirtualenvPath)); in testActivateVirtualEnvNotExist()
161 VtsPythonRunnerHelper.activateVirtualenv(runUtil, mVirtualenvPath); in testActivateVirtualEnvNotExist()
177 VtsPythonRunnerHelper.getPythonBinDir(mVirtualenvPath)); in testActivateVirtualEnvExist()
178 VtsPythonRunnerHelper.activateVirtualenv(runUtil, mVirtualenvPath); in testActivateVirtualEnvExist()
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DVtsPythonRunnerHelper.java30 public class VtsPythonRunnerHelper { class
42 public VtsPythonRunnerHelper(IBuildInfo buildInfo, File workingDir) { in VtsPythonRunnerHelper() method in VtsPythonRunnerHelper
47 public VtsPythonRunnerHelper(String virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() method in VtsPythonRunnerHelper
51 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir) { in VtsPythonRunnerHelper() method in VtsPythonRunnerHelper
55 public VtsPythonRunnerHelper(File virtualEnvPath, File workingDir, IRunUtil runUtil) { in VtsPythonRunnerHelper() method in VtsPythonRunnerHelper
/test/vts/harnesses/tradefed/src/com/android/tradefed/device/metric/
DVtsCoverageCollector.java31 import com.android.tradefed.util.VtsPythonRunnerHelper;
44 private VtsPythonRunnerHelper mPythonRunnerHelper = null;
75 mPythonRunnerHelper = new VtsPythonRunnerHelper(buildInfo, workingDir); in onTestRunEnd()
119 void setPythonRunnerHelper(VtsPythonRunnerHelper pythonRunnerHelper) { in setPythonRunnerHelper()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java36 import com.android.tradefed.util.VtsPythonRunnerHelper;
83 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) { in setUp()
183 private VtsPythonRunnerHelper createMockVtsPythonRunnerHelper( in createMockVtsPythonRunnerHelper()
185 return new VtsPythonRunnerHelper(new File(PYTHON_DIR), workingDir) { in createMockVtsPythonRunnerHelper()
256 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
299 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
344 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) {
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/device/metric/
DVtsCoverageCollectorTest.java26 import com.android.tradefed.util.VtsPythonRunnerHelper;
54 @Mock VtsPythonRunnerHelper mMockRunner;
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java36 import com.android.tradefed.util.VtsPythonRunnerHelper;
131 VtsPythonRunnerHelper.activateVirtualenv(getRunUtil(), mVenvDir.getAbsolutePath()); in setUp()
140 VtsPythonRunnerHelper.activateVirtualenv(getRunUtil(), mVenvDir.getAbsolutePath()); in setUp()
386 mPipPath = new File(VtsPythonRunnerHelper.getPythonBinDir(virtualenvPath), "pip") in getPipPath()
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java42 import com.android.tradefed.util.VtsPythonRunnerHelper;
1319 timeout = mTestTimeout + VtsPythonRunnerHelper.TEST_ABORT_TIMEOUT_MSECS; in doRunTest()
1326 VtsPythonRunnerHelper vtsPythonRunnerHelper = in doRunTest()
1521 protected VtsPythonRunnerHelper createVtsPythonRunnerHelper(File workingDir) { in createVtsPythonRunnerHelper()
1522 return new VtsPythonRunnerHelper(mBuildInfo, workingDir); in createVtsPythonRunnerHelper()