Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb4a2e79 authored by Gabriel Biren's avatar Gabriel Biren
Browse files

Remove the RX filter VTS test.

Feature availability is based on
driver support, so the result cannot
be guaranteed across different devices.

Bug: 388137898
Test: atest VtsHalWifiSupplicantStaIfaceTargetTest
       # tested on an AOSP and internal main build
Change-Id: I74746a30aa957acb0fc6a78cf113ddccf1f0c587
parent f2395597
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ using aidl::android::hardware::wifi::supplicant::MscsParams;
using aidl::android::hardware::wifi::supplicant::QosCharacteristics;
using aidl::android::hardware::wifi::supplicant::QosPolicyScsData;
using aidl::android::hardware::wifi::supplicant::QosPolicyScsRequestStatus;
using aidl::android::hardware::wifi::supplicant::RxFilterType;
using aidl::android::hardware::wifi::supplicant::SignalPollResult;
using aidl::android::hardware::wifi::supplicant::UsdBaseConfig;
using aidl::android::hardware::wifi::supplicant::UsdCapabilities;
@@ -976,17 +975,6 @@ TEST_P(SupplicantStaIfaceAidlTest, GetSignalPollResults) {
    EXPECT_TRUE(sta_iface_->getSignalPollResults(&results).isOk());
}

/*
 * Test that we can add, remove, start, and stop an RX filter.
 */
TEST_P(SupplicantStaIfaceAidlTest, ConfigureRxFilter) {
    RxFilterType filterType = RxFilterType::V4_MULTICAST;
    EXPECT_TRUE(sta_iface_->addRxFilter(filterType).isOk());
    EXPECT_TRUE(sta_iface_->startRxFilter().isOk());
    EXPECT_TRUE(sta_iface_->stopRxFilter().isOk());
    EXPECT_TRUE(sta_iface_->removeRxFilter(filterType).isOk());
}

/*
 * Test that we can start and cancel all WPS methods.
 */