Merge "Revert "VtsHalWifiV1_0Host: Stop wificond/wpa_supplicant"" into oc-mr1-dev am: 940ab995ee
am: 8589963400

Change-Id: I69bc6507f68596037a47e22c8b8caf6c1af6d67e
diff --git a/wifi/V1_0/host/VtsHalWifiV1_0HostTest.py b/wifi/V1_0/host/VtsHalWifiV1_0HostTest.py
index 085014d..c2c313d 100644
--- a/wifi/V1_0/host/VtsHalWifiV1_0HostTest.py
+++ b/wifi/V1_0/host/VtsHalWifiV1_0HostTest.py
@@ -17,7 +17,6 @@
 
 import logging
 
-from vts.runners.host import asserts
 from vts.runners.host import const
 from vts.runners.host import test_runner
 from vts.testcases.template.hal_hidl_gtest import hal_hidl_gtest
@@ -29,18 +28,6 @@
 
     WIFI_AWARE_FEATURE_NAME = "android.hardware.wifi.aware"
 
-    def setUpClass(self):
-       super(VtsHalWifiV1_0Host, self).setUpClass()
-       results = self.shell.Execute("setprop ctl.stop wpa_supplicant")
-       asserts.assertEqual(0, results[const.EXIT_CODE][0])
-       results = self.shell.Execute("setprop ctl.stop wificond")
-       asserts.assertEqual(0, results[const.EXIT_CODE][0])
-
-    def tearDownClass(self):
-       results = self.shell.Execute("setprop ctl.start wificond")
-       if results[const.EXIT_CODE][0] != 0:
-         logging.error('Failed to start wificond')
-
     def CreateTestCases(self):
         """Get all registered test components and create test case objects."""
         pm_list = self.shell.Execute("pm list features")