Loading wifi/1.0/vts/functional/Android.bp +17 −8 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ cc_library_static { "wifi_hidl_test_utils.cpp", ], export_include_dirs: [ "." ".", ], shared_libs: [ "libnativehelper", ], static_libs: [ "android.hardware.wifi@1.0", "libwifi-system-iface" "libwifi-system-iface", ], } Loading @@ -49,9 +49,12 @@ cc_test { "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "android.hardware.wifi@1.3", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], } // These tests are split out so that they can be conditioned on presence of the Loading @@ -66,9 +69,12 @@ cc_test { static_libs: [ "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], } // These tests are split out so that they can be conditioned on presence of Loading @@ -83,7 +89,10 @@ cc_test { static_libs: [ "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], } wifi/1.0/vts/functional/wifi_rtt_controller_hidl_test.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <android-base/logging.h> #include <VtsCoreUtil.h> #include <android/hardware/wifi/1.0/IWifi.h> #include <android/hardware/wifi/1.0/IWifiRttController.h> #include <gtest/gtest.h> Loading @@ -38,6 +39,8 @@ using ::android::hardware::wifi::V1_0::WifiStatusCode; class WifiRttControllerHidlTest : public ::testing::TestWithParam<std::string> { public: virtual void SetUp() override { if (!::testing::deviceSupportsFeature("android.hardware.wifi.rtt")) GTEST_SKIP() << "Skipping this test since RTT is not supported."; // Make sure test starts with a clean state stopWifi(GetInstanceName()); } Loading wifi/1.1/vts/functional/Android.bp +7 −3 Original line number Diff line number Diff line Loading @@ -18,14 +18,18 @@ cc_test { name: "VtsHalWifiV1_1TargetTest", defaults: ["VtsHalTargetTestDefaults"], srcs: [ "wifi_chip_hidl_test.cpp"], "wifi_chip_hidl_test.cpp", ], static_libs: [ "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "android.hardware.wifi@1.3", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], } wifi/1.2/vts/functional/Android.bp +10 −5 Original line number Diff line number Diff line Loading @@ -27,10 +27,13 @@ cc_test { "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "android.hardware.wifi@1.3", "libwifi-system-iface" "libwifi-system-iface", ], disable_framework: true, test_suites: ["general-tests", "vts"], test_suites: [ "general-tests", "vts", ], } cc_test { Loading @@ -44,8 +47,10 @@ cc_test { "android.hardware.wifi@1.0", "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], disable_framework: true, test_suites: ["general-tests", "vts"], } wifi/1.2/vts/functional/wifi_nan_iface_hidl_test.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <android-base/logging.h> #include <VtsCoreUtil.h> #include <android/hardware/wifi/1.2/IWifi.h> #include <android/hardware/wifi/1.2/IWifiNanIface.h> #include <android/hardware/wifi/1.2/IWifiNanIfaceEventCallback.h> Loading Loading @@ -50,6 +51,8 @@ android::sp<android::hardware::wifi::V1_2::IWifiNanIface> getWifiNanIface_1_2( class WifiNanIfaceHidlTest : public ::testing::TestWithParam<std::string> { public: virtual void SetUp() override { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) GTEST_SKIP() << "Skipping this test since NAN is not supported."; // Make sure to start with a clean state stopWifi(GetInstanceName()); Loading Loading
wifi/1.0/vts/functional/Android.bp +17 −8 Original line number Diff line number Diff line Loading @@ -23,14 +23,14 @@ cc_library_static { "wifi_hidl_test_utils.cpp", ], export_include_dirs: [ "." ".", ], shared_libs: [ "libnativehelper", ], static_libs: [ "android.hardware.wifi@1.0", "libwifi-system-iface" "libwifi-system-iface", ], } Loading @@ -49,9 +49,12 @@ cc_test { "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "android.hardware.wifi@1.3", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], } // These tests are split out so that they can be conditioned on presence of the Loading @@ -66,9 +69,12 @@ cc_test { static_libs: [ "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], } // These tests are split out so that they can be conditioned on presence of Loading @@ -83,7 +89,10 @@ cc_test { static_libs: [ "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], }
wifi/1.0/vts/functional/wifi_rtt_controller_hidl_test.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <android-base/logging.h> #include <VtsCoreUtil.h> #include <android/hardware/wifi/1.0/IWifi.h> #include <android/hardware/wifi/1.0/IWifiRttController.h> #include <gtest/gtest.h> Loading @@ -38,6 +39,8 @@ using ::android::hardware::wifi::V1_0::WifiStatusCode; class WifiRttControllerHidlTest : public ::testing::TestWithParam<std::string> { public: virtual void SetUp() override { if (!::testing::deviceSupportsFeature("android.hardware.wifi.rtt")) GTEST_SKIP() << "Skipping this test since RTT is not supported."; // Make sure test starts with a clean state stopWifi(GetInstanceName()); } Loading
wifi/1.1/vts/functional/Android.bp +7 −3 Original line number Diff line number Diff line Loading @@ -18,14 +18,18 @@ cc_test { name: "VtsHalWifiV1_1TargetTest", defaults: ["VtsHalTargetTestDefaults"], srcs: [ "wifi_chip_hidl_test.cpp"], "wifi_chip_hidl_test.cpp", ], static_libs: [ "VtsHalWifiV1_0TargetTestUtil", "android.hardware.wifi@1.0", "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "android.hardware.wifi@1.3", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], test_suites: ["general-tests", "vts"], }
wifi/1.2/vts/functional/Android.bp +10 −5 Original line number Diff line number Diff line Loading @@ -27,10 +27,13 @@ cc_test { "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "android.hardware.wifi@1.3", "libwifi-system-iface" "libwifi-system-iface", ], disable_framework: true, test_suites: ["general-tests", "vts"], test_suites: [ "general-tests", "vts", ], } cc_test { Loading @@ -44,8 +47,10 @@ cc_test { "android.hardware.wifi@1.0", "android.hardware.wifi@1.1", "android.hardware.wifi@1.2", "libwifi-system-iface" "libwifi-system-iface", ], test_suites: [ "general-tests", "vts", ], disable_framework: true, test_suites: ["general-tests", "vts"], }
wifi/1.2/vts/functional/wifi_nan_iface_hidl_test.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <android-base/logging.h> #include <VtsCoreUtil.h> #include <android/hardware/wifi/1.2/IWifi.h> #include <android/hardware/wifi/1.2/IWifiNanIface.h> #include <android/hardware/wifi/1.2/IWifiNanIfaceEventCallback.h> Loading Loading @@ -50,6 +51,8 @@ android::sp<android::hardware::wifi::V1_2::IWifiNanIface> getWifiNanIface_1_2( class WifiNanIfaceHidlTest : public ::testing::TestWithParam<std::string> { public: virtual void SetUp() override { if (!::testing::deviceSupportsFeature("android.hardware.wifi.aware")) GTEST_SKIP() << "Skipping this test since NAN is not supported."; // Make sure to start with a clean state stopWifi(GetInstanceName()); Loading