Merge "Fix wrong package names in cts-reference-aosp" into oc-dev
diff --git a/tools/cts-tradefed/res/config/cts-reference-aosp.xml b/tools/cts-tradefed/res/config/cts-reference-aosp.xml
index 9b7ade5..19e4f69 100644
--- a/tools/cts-tradefed/res/config/cts-reference-aosp.xml
+++ b/tools/cts-tradefed/res/config/cts-reference-aosp.xml
@@ -94,6 +94,6 @@
<!--
Exclude Verity tese cases, because we need to disable Verity to test with GSI
-->
- <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases com.android.keystore.cts.KeyAttestationTest#testEcAttestation" />
- <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases com.android.keystore.cts.KeyAttestationTest#testRsaAttestation" />
+ <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.KeyAttestationTest#testEcAttestation" />
+ <option name="compatibility:exclude-filter" value="CtsKeystoreTestCases android.keystore.cts.KeyAttestationTest#testRsaAttestation" />
</configuration>