iwd.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH v2 6/6] auto-t: remove ';' in testSAE autoconnect_test.py
Date: Thu, 09 Sep 2021 13:54:41 -0700	[thread overview]
Message-ID: <20210909205441.16649-6-prestwoj@gmail.com> (raw)
In-Reply-To: <20210909205441.16649-1-prestwoj@gmail.com>

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

---
 autotests/testSAE/autoconnect_test.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/autotests/testSAE/autoconnect_test.py b/autotests/testSAE/autoconnect_test.py
index 9095b7e9..64a60e7c 100644
--- a/autotests/testSAE/autoconnect_test.py
+++ b/autotests/testSAE/autoconnect_test.py
@@ -35,8 +35,8 @@ class Test(unittest.TestCase):
         wd.wait_for_object_condition(ordered_network.network_object, condition)
 
     def test_SAE(self):
-        self.hostapd.set_value('sae_pwe', '0');
-        self.hostapd.set_value('sae_groups', '19');
+        self.hostapd.set_value('sae_pwe', '0')
+        self.hostapd.set_value('sae_groups', '19')
         self.hostapd.reload()
         self.hostapd.wait_for_event("AP-ENABLED")
 
@@ -44,8 +44,8 @@ class Test(unittest.TestCase):
         self.validate_connection(wd)
 
     def test_SAE_H2E(self):
-        self.hostapd.set_value('sae_pwe', '1');
-        self.hostapd.set_value('sae_groups', '20');
+        self.hostapd.set_value('sae_pwe', '1')
+        self.hostapd.set_value('sae_groups', '20')
         self.hostapd.reload()
         self.hostapd.wait_for_event("AP-ENABLED")
         wd = IWD(True)
-- 
2.31.1

      parent reply	other threads:[~2021-09-09 20:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-09 20:54 [PATCH v2 1/6] hwsim: add MatchBytes/MatchBytesOffset rule properties James Prestwood
2021-09-09 20:54 ` [PATCH v2 2/6] auto-t: hwsim.py: add match/match_offset properties James Prestwood
2021-09-09 20:54 ` [PATCH v2 3/6] auto-t: change testSAE timeout_test to use match/offset James Prestwood
2021-09-09 20:54 ` [PATCH v2 4/6] auto-t: add SAE test for a non-ACKed confirm James Prestwood
2021-09-09 20:54 ` [PATCH v2 5/6] auto-t: add SAE test for no supported groups James Prestwood
2021-09-09 20:54 ` James Prestwood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210909205441.16649-6-prestwoj@gmail.com \
    --to=prestwoj@gmail.com \
    --cc=iwd@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).