Refactor all tests inheriting from WifiBaseTest as per b/137199892

Bug: 137199892
Test: manual
Change-Id: Ie6dbace7bfbd66aa02041a69d9421b0b012c60f4
diff --git a/acts/tests/google/wifi/WifiMacRandomizationTest.py b/acts/tests/google/wifi/WifiMacRandomizationTest.py
old mode 100755
new mode 100644
index 09630d7..67fd99e
--- a/acts/tests/google/wifi/WifiMacRandomizationTest.py
+++ b/acts/tests/google/wifi/WifiMacRandomizationTest.py
@@ -59,10 +59,9 @@
     * Several Wi-Fi networks visible to the device.
     """
 
-    def __init__(self, controllers):
-        WifiBaseTest.__init__(self, controllers)
-
     def setup_class(self):
+        super().setup_class()
+
         self.dut = self.android_devices[0]
         self.dut_client = self.android_devices[1]
         wutils.wifi_test_device_init(self.dut)