Joel Galenson | 82a4ecf | 2020-11-20 14:19:40 -0800 | [diff] [blame] | 1 | <?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> |