blob: b2959474d266f5f8845908695c7a7ba2617cafd2 [file] [log] [blame]
Joel Galenson82a4ecf2020-11-20 14:19:40 -08001<?xml version="1.0" encoding="utf-8"?>
2<configuration description="Config to run keystore2_test device tests.">
3
4 <option name="test-suite-tag" value="rust-tests" />
5
6 <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
7 <option name="cleanup" value="true" />
8 <option name="push" value="keystore2_test->/data/local/tmp/keystore2_test" />
9 </target_preparer>
10
11 <test class="com.android.tradefed.testtype.rust.RustBinaryTest" >
12 <option name="test-device-path" value="/data/local/tmp" />
13 <option name="module-name" value="keystore2_test" />
14 </test>
15</configuration>