summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuexi Ma <yuexima@google.com>2017-11-17 10:16:37 -0800
committerYuexi Ma <yuexima@google.com>2017-11-17 10:16:37 -0800
commit428fab62429e00095fcb84cbf6d7f8752ad2aac2 (patch)
treee339d1082dcc2b371a2ec379be14f13e2b6247e8
parent617bffb8f56789c61df85cf2494c22bfdb89b668 (diff)
downloadvndk-428fab62429e00095fcb84cbf6d7f8752ad2aac2.tar.gz
config change after VtsPythonVirtualenvPreparer change
Test: vts-selftest Bug: 69307585 Change-Id: Ic06deadce9150296ae3be0f1f7e3a8e84130eac6
-rw-r--r--abi/AndroidTest.xml4
-rw-r--r--dependency/AndroidTest.xml4
-rw-r--r--files/AndroidTest.xml4
-rw-r--r--open_libraries/AndroidTest.xml4
4 files changed, 8 insertions, 8 deletions
diff --git a/abi/AndroidTest.xml b/abi/AndroidTest.xml
index 5dd21e0..b0d361a 100644
--- a/abi/AndroidTest.xml
+++ b/abi/AndroidTest.xml
@@ -17,8 +17,8 @@
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HostDrivenTest.push" />
</target_preparer>
- <target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
- </target_preparer>
+ <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
+ </multi_target_preparer>
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="VtsVndkAbi" />
<option name="test-case-path" value="vts/testcases/vndk/abi/VtsVndkAbiTest" />
diff --git a/dependency/AndroidTest.xml b/dependency/AndroidTest.xml
index b0f462f..d404368 100644
--- a/dependency/AndroidTest.xml
+++ b/dependency/AndroidTest.xml
@@ -17,8 +17,8 @@
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HostDrivenTest.push" />
</target_preparer>
- <target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
- </target_preparer>
+ <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
+ </multi_target_preparer>
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="VtsVndkDependency" />
<option name="test-case-path" value="vts/testcases/vndk/dependency/VtsVndkDependencyTest" />
diff --git a/files/AndroidTest.xml b/files/AndroidTest.xml
index 125be83..91e81ac 100644
--- a/files/AndroidTest.xml
+++ b/files/AndroidTest.xml
@@ -17,8 +17,8 @@
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HostDrivenTest.push" />
</target_preparer>
- <target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
- </target_preparer>
+ <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
+ </multi_target_preparer>
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="VtsVndkFiles" />
<option name="test-case-path" value="vts/testcases/vndk/files/VtsVndkFilesTest" />
diff --git a/open_libraries/AndroidTest.xml b/open_libraries/AndroidTest.xml
index e792595..108f6a3 100644
--- a/open_libraries/AndroidTest.xml
+++ b/open_libraries/AndroidTest.xml
@@ -17,8 +17,8 @@
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher">
<option name="push-group" value="HostDrivenTest.push" />
</target_preparer>
- <target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
- </target_preparer>
+ <multi_target_preparer class="com.android.tradefed.targetprep.VtsPythonVirtualenvPreparer">
+ </multi_target_preparer>
<test class="com.android.tradefed.testtype.VtsMultiDeviceTest">
<option name="test-module-name" value="VtsVndkOpenLibraries" />
<option name="test-case-path" value="vts/testcases/vndk/open_libraries/VtsVndkOpenLibrariesTest" />