Merge "Add @VsrTest annotations to CheckApfIsSupported" into main am: 0b32bfcd6c
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/3116046 Change-Id: Iefdd501cabf6a596e59d019d70531f7f9b6a570a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
d15c47ae40
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