Merge "[vts-core] fix the test error of KernelLibcutilsTest." am: 3d6154ffe9
Change-Id: I171adcbaf5d444912c077815469c1d0386a60060
This commit is contained in:
commit
14e0b48b59
1 changed files with 3 additions and 3 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<configuration description="Runs libcutils_test_static.">
|
<configuration description="Runs KernelLibcutilsTest.">
|
||||||
<option name="test-suite-tag" value="apct" />
|
<option name="test-suite-tag" value="apct" />
|
||||||
<option name="test-suite-tag" value="apct-native" />
|
<option name="test-suite-tag" value="apct-native" />
|
||||||
|
|
||||||
|
|
@ -22,12 +22,12 @@
|
||||||
|
|
||||||
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
||||||
<option name="cleanup" value="true" />
|
<option name="cleanup" value="true" />
|
||||||
<option name="push" value="libcutils_test_static->/data/local/tmp/libcutils_test_static" />
|
<option name="push" value="KernelLibcutilsTest->/data/local/tmp/KernelLibcutilsTest" />
|
||||||
</target_preparer>
|
</target_preparer>
|
||||||
|
|
||||||
<test class="com.android.tradefed.testtype.GTest" >
|
<test class="com.android.tradefed.testtype.GTest" >
|
||||||
<option name="native-test-device-path" value="/data/local/tmp" />
|
<option name="native-test-device-path" value="/data/local/tmp" />
|
||||||
<option name="module-name" value="libcutils_test_static" />
|
<option name="module-name" value="KernelLibcutilsTest" />
|
||||||
<option name="include-filter" value="*AshmemTest*" />
|
<option name="include-filter" value="*AshmemTest*" />
|
||||||
</test>
|
</test>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue