Merge "Add @VsrTest annotations to CheckApfIsSupported" into main am: 0b32bfcd6c
am: d15c47ae40
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3116046 Change-Id: Id5e27cf383f73a2bf58984cab724e5304886d4e8 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
a515a97ac8
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ TEST_P(WifiStaIfaceAidlTest, GetFeatureSet) {
|
||||||
* Ensures the APF packet filter is fully supported as required in VSR 14:
|
* Ensures the APF packet filter is fully supported as required in VSR 14:
|
||||||
* https://docs.partner.android.com/gms/policies/vsr/vsr-14
|
* https://docs.partner.android.com/gms/policies/vsr/vsr-14
|
||||||
*/
|
*/
|
||||||
// @VsrTest = 5.3.12
|
// @VsrTest = VSR-5.3.12-001|VSR-5.3.12-003|VSR-5.3.12-004|VSR-5.3.12-009
|
||||||
TEST_P(WifiStaIfaceAidlTest, CheckApfIsSupported) {
|
TEST_P(WifiStaIfaceAidlTest, CheckApfIsSupported) {
|
||||||
const std::string oem_key1 = getPropertyString("ro.oem.key1");
|
const std::string oem_key1 = getPropertyString("ro.oem.key1");
|
||||||
if (isTvDevice()) {
|
if (isTvDevice()) {
|
||||||
|
|
Loading…
Reference in a new issue