summaryrefslogtreecommitdiff
path: root/keystore2/test_utils
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-10-26 13:41:07 -0700
committerJoel Galenson <jgalenson@google.com>2021-10-26 13:41:07 -0700
commit1edfbea3550e2747050eb9042defb724d859ff10 (patch)
treeee5a8826ca3279f3fe6731d21144b4663d75c656 /keystore2/test_utils
parent22670069bf89dc1c3605ba4fb87d91b3f01bc0b0 (diff)
downloadsecurity-1edfbea3550e2747050eb9042defb724d859ff10.tar.gz
Remove custom test_config.
Test: atest keystore2_test_utils_test Change-Id: Ic88fcc5fa0eea0e8b5b03160a76d8e64fe699f06
Diffstat (limited to 'keystore2/test_utils')
-rw-r--r--keystore2/test_utils/AndroidTest.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/keystore2/test_utils/AndroidTest.xml b/keystore2/test_utils/AndroidTest.xml
deleted file mode 100644
index 24e277a2..00000000
--- a/keystore2/test_utils/AndroidTest.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2019 The Android Open Source Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<configuration description="Config to run keystore2_test_utils_test device tests.">
- <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
-
- <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
- <option name="cleanup" value="true" />
- <option
- name="push"
- value="keystore2_test_utils_test->/data/local/tmp/keystore2_test_utils_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_utils_test" />
- </test>
-</configuration> \ No newline at end of file