All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] auto-t: update blacklist test to use 'enable' on rules
@ 2021-10-20 20:53 James Prestwood
  0 siblings, 0 replies; 2+ messages in thread
From: James Prestwood @ 2021-10-20 20:53 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 765 bytes --]

---
 autotests/testBSSBlacklist/connection_test.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/autotests/testBSSBlacklist/connection_test.py b/autotests/testBSSBlacklist/connection_test.py
index bfcf0523..6a12174d 100644
--- a/autotests/testBSSBlacklist/connection_test.py
+++ b/autotests/testBSSBlacklist/connection_test.py
@@ -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()
-- 
2.31.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/4] auto-t: update blacklist test to use 'enable' on rules
@ 2021-10-20 21:52 Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2021-10-20 21:52 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 209 bytes --]

Hi James,

On 10/20/21 3:53 PM, James Prestwood wrote:
> ---
>   autotests/testBSSBlacklist/connection_test.py | 3 +++
>   1 file changed, 3 insertions(+)
> 

All applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-20 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 20:53 [PATCH 1/4] auto-t: update blacklist test to use 'enable' on rules James Prestwood
2021-10-20 21:52 Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.