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
1 changed files with 3 additions and 0 deletions

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()