Add @VsrTest annotation to Apf test

Bug: 259309511
Test: atest VtsHalWifiStaIfaceTargetTest
Change-Id: I860e7bff6a31ae7871a6041ab76c2c685b7c8c38
This commit is contained in:
Yuyang Huang
2023-04-14 12:26:32 +09:00
parent 27ddba211b
commit b37f9a8a83

View File

@@ -96,6 +96,7 @@ TEST_P(WifiStaIfaceAidlTest, GetFeatureSet) {
* Ensures the APF packet filter is fully supported as required in VSR 14:
* https://docs.partner.android.com/gms/policies/vsr/vsr-14
*/
// @VsrTest = 5.3.12
TEST_P(WifiStaIfaceAidlTest, CheckApfIsSupported) {
// It is not required to check the vendor API level is at least U here
// because the Wi-Fi AIDL interface is launched with Android U(VSR-14).