Loading wifi/aidl/vts/functional/wifi_chip_aidl_test.cpp +13 −1 Original line number Diff line number Diff line Loading @@ -583,6 +583,9 @@ TEST_P(WifiChipAidlTest, CreateApIface) { * CreateNanIface */ TEST_P(WifiChipAidlTest, CreateNanIface) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } configureChipForNanAndGetIface(); } Loading @@ -590,7 +593,7 @@ TEST_P(WifiChipAidlTest, CreateNanIface) { * CreateP2pIface */ TEST_P(WifiChipAidlTest, CreateP2pIface) { configureChipForNanAndGetIface(); configureChipForP2pAndGetIface(); } /* Loading Loading @@ -672,6 +675,9 @@ TEST_P(WifiChipAidlTest, GetApIfaceNames) { * GetNanIfaceNames */ TEST_P(WifiChipAidlTest, GetNanIfaceNames) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } configureChipForConcurrencyType(IfaceConcurrencyType::NAN_IFACE); std::vector<std::string> iface_names; Loading Loading @@ -753,6 +759,9 @@ TEST_P(WifiChipAidlTest, GetApIface) { * GetNanIface */ TEST_P(WifiChipAidlTest, GetNanIface) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } std::shared_ptr<IWifiNanIface> iface = configureChipForNanAndGetIface(); std::string iface_name = getNanIfaceName(iface); Loading Loading @@ -822,6 +831,9 @@ TEST_P(WifiChipAidlTest, RemoveApIface) { * RemoveNanIface */ TEST_P(WifiChipAidlTest, RemoveNanIface) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } std::shared_ptr<IWifiNanIface> iface = configureChipForNanAndGetIface(); std::string iface_name = getNanIfaceName(iface); Loading Loading
wifi/aidl/vts/functional/wifi_chip_aidl_test.cpp +13 −1 Original line number Diff line number Diff line Loading @@ -583,6 +583,9 @@ TEST_P(WifiChipAidlTest, CreateApIface) { * CreateNanIface */ TEST_P(WifiChipAidlTest, CreateNanIface) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } configureChipForNanAndGetIface(); } Loading @@ -590,7 +593,7 @@ TEST_P(WifiChipAidlTest, CreateNanIface) { * CreateP2pIface */ TEST_P(WifiChipAidlTest, CreateP2pIface) { configureChipForNanAndGetIface(); configureChipForP2pAndGetIface(); } /* Loading Loading @@ -672,6 +675,9 @@ TEST_P(WifiChipAidlTest, GetApIfaceNames) { * GetNanIfaceNames */ TEST_P(WifiChipAidlTest, GetNanIfaceNames) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } configureChipForConcurrencyType(IfaceConcurrencyType::NAN_IFACE); std::vector<std::string> iface_names; Loading Loading @@ -753,6 +759,9 @@ TEST_P(WifiChipAidlTest, GetApIface) { * GetNanIface */ TEST_P(WifiChipAidlTest, GetNanIface) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } std::shared_ptr<IWifiNanIface> iface = configureChipForNanAndGetIface(); std::string iface_name = getNanIfaceName(iface); Loading Loading @@ -822,6 +831,9 @@ TEST_P(WifiChipAidlTest, RemoveApIface) { * RemoveNanIface */ TEST_P(WifiChipAidlTest, RemoveNanIface) { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) { GTEST_SKIP() << "Skipping this test since NAN is not supported."; } std::shared_ptr<IWifiNanIface> iface = configureChipForNanAndGetIface(); std::string iface_name = getNanIfaceName(iface); Loading