|  | <?xml version="1.0" encoding="utf-8"?> | 
|  | <configuration description="Config to run keystore2_test device tests."> | 
|  |  | 
|  | <option name="test-suite-tag" value="rust-tests" /> | 
|  |  | 
|  | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> | 
|  | <option name="cleanup" value="true" /> | 
|  | <option name="push" value="keystore2_test->/data/local/tmp/keystore2_test" /> | 
|  | </target_preparer> | 
|  |  | 
|  | <test class="com.android.tradefed.testtype.rust.RustBinaryTest" > | 
|  | <option name="test-device-path" value="/data/local/tmp" /> | 
|  | <option name="module-name" value="keystore2_test" /> | 
|  | </test> | 
|  | </configuration> |