summaryrefslogtreecommitdiff
path: root/scripts/cli
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/cli')
-rwxr-xr-xscripts/cli/test_interfaces_wireless.py17
1 files changed, 0 insertions, 17 deletions
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")