Loading wifi/supplicant/1.0/vts/functional/VtsHalWifiSupplicantV1_0TargetTest.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -23,12 +23,9 @@ class SupplicantHidlEnvironment : public ::testing::Environment { public: virtual void SetUp() override { stopWifiFramework(); stopSupplicant(); } virtual void TearDown() override { startWifiFramework(); // Framework will start wpa_supplicant. } }; Loading wifi/supplicant/1.0/vts/functional/supplicant_hidl_test_utils.cpp +0 −13 Original line number Diff line number Diff line Loading @@ -140,19 +140,6 @@ class ServiceNotificationListener : public IServiceNotification { std::condition_variable condition_; }; void stopWifiFramework() { ASSERT_EQ(std::system("stop"), 0); // TODO: Use some other mechanism to wait for the framework to // finish disabling. sleep(5); } void startWifiFramework() { ASSERT_EQ(std::system("start"), 0); // These tests don't care whether the framework // finished enabling or not. } void stopSupplicant() { SupplicantManager supplicant_manager; Loading Loading
wifi/supplicant/1.0/vts/functional/VtsHalWifiSupplicantV1_0TargetTest.cpp +0 −3 Original line number Diff line number Diff line Loading @@ -23,12 +23,9 @@ class SupplicantHidlEnvironment : public ::testing::Environment { public: virtual void SetUp() override { stopWifiFramework(); stopSupplicant(); } virtual void TearDown() override { startWifiFramework(); // Framework will start wpa_supplicant. } }; Loading
wifi/supplicant/1.0/vts/functional/supplicant_hidl_test_utils.cpp +0 −13 Original line number Diff line number Diff line Loading @@ -140,19 +140,6 @@ class ServiceNotificationListener : public IServiceNotification { std::condition_variable condition_; }; void stopWifiFramework() { ASSERT_EQ(std::system("stop"), 0); // TODO: Use some other mechanism to wait for the framework to // finish disabling. sleep(5); } void startWifiFramework() { ASSERT_EQ(std::system("start"), 0); // These tests don't care whether the framework // finished enabling or not. } void stopSupplicant() { SupplicantManager supplicant_manager; Loading