diff options
Diffstat (limited to 'scripts/cli')
-rwxr-xr-x | scripts/cli/test_interfaces_wireless.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/cli/test_interfaces_wireless.py b/scripts/cli/test_interfaces_wireless.py index f88533b94..2d26ed039 100755 --- a/scripts/cli/test_interfaces_wireless.py +++ b/scripts/cli/test_interfaces_wireless.py @@ -26,7 +26,6 @@ class WirelessInterfaceTest(BasicInterfaceTest.BaseTest): self._base_path = ['interfaces', 'wireless'] self._interfaces = ['wlan0'] - def test_add_description(self): """ A physical interface is mandatory thus we overwrite this function. @@ -43,7 +42,7 @@ class WirelessInterfaceTest(BasicInterfaceTest.BaseTest): for intf in self._interfaces: self.session.set(self._base_path + [intf, 'physical-device', 'phy0']) - super.test_add_description() + super.test_add_address() if __name__ == '__main__': os.system("modprobe mac80211_hwsim") |