From b2da290cdce8d5a9cd1fd964f4583b1a2c34c9f2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 5 Apr 2020 15:03:52 +0200 Subject: wifi: remove superfluous inherited tests --- scripts/cli/test_interfaces_wireless.py | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'scripts/cli') diff --git a/scripts/cli/test_interfaces_wireless.py b/scripts/cli/test_interfaces_wireless.py index cefe0e323..8693f77e2 100755 --- a/scripts/cli/test_interfaces_wireless.py +++ b/scripts/cli/test_interfaces_wireless.py @@ -32,23 +32,6 @@ class WirelessInterfaceTest(BasicInterfaceTest.BaseTest): 'wlan11': ['physical-device phy1'], } - def test_add_description(self): - """ - A physical interface is mandatory thus we overwrite this function. - """ - for intf in self._interfaces: - self.session.set(self._base_path + [intf, 'physical-device', 'phy0']) - - super.test_add_description() - - def test_add_address(self): - """ - A physical interface is mandatory thus we overwrite this function. - """ - for intf in self._interfaces: - self.session.set(self._base_path + [intf, 'physical-device', 'phy0']) - - super.test_add_address() if __name__ == '__main__': os.system("modprobe mac80211_hwsim") -- cgit v1.2.3