3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-25 09:39:25 +01:00

auto-t: update blacklist test to use 'enable' on rules

This commit is contained in:
James Prestwood 2021-10-20 13:53:28 -07:00 committed by Denis Kenzior
parent 3dc724d734
commit 6a4fffe6da

View File

@ -110,8 +110,11 @@ class Test(unittest.TestCase):
# Have both APs drop all packets, both should get blacklisted
rule0.drop = True
rule0.enable = True
rule1.drop = True
rule1.enable = True
rule2.drop = True
rule2.enable = True
with self.assertRaises(iwd.FailedEx):
ordered_network.network_object.connect()