($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.linux.dev
Cc: James Prestwood <prestwoj@gmail.com>
Subject: [PATCH 3/3] auto-t: remove default group SAE test for specific OUI
Date: Mon, 13 May 2024 11:00:42 -0700	[thread overview]
Message-ID: <20240513180042.257401-3-prestwoj@gmail.com> (raw)
In-Reply-To: <20240513180042.257401-1-prestwoj@gmail.com>

There are already tests for UseDefaultEccGroup and this test is
not longer valid as the static OUI list has been removed.
---
 autotests/testSAE/connection_test.py         |  7 -------
 autotests/testSAE/hw.conf                    |  3 +--
 autotests/testSAE/ssidSAE-default-group.conf | 12 ------------
 3 files changed, 1 insertion(+), 21 deletions(-)
 delete mode 100644 autotests/testSAE/ssidSAE-default-group.conf

diff --git a/autotests/testSAE/connection_test.py b/autotests/testSAE/connection_test.py
index f7776385..107daa55 100644
--- a/autotests/testSAE/connection_test.py
+++ b/autotests/testSAE/connection_test.py
@@ -52,12 +52,6 @@ class Test(unittest.TestCase):
         self.hostapd.wait_for_event("AP-ENABLED")
         self.validate_connection(self.wd, "ssidSAE", self.hostapd, 19)
 
-    def test_SAE_force_group_19(self):
-        # Vendor data from APs which require group 19 be used first
-        self.hostapd.reload()
-        self.hostapd.wait_for_event("AP-ENABLED")
-        self.validate_connection(self.wd, "ssidSAE-default-group", self.hostapd_defgroup, 19)
-
     def test_SAE_Group20(self):
         self.hostapd.set_value('sae_groups', '20')
         self.hostapd.reload()
@@ -88,7 +82,6 @@ class Test(unittest.TestCase):
     def setUpClass(cls):
         cls.hostapd = HostapdCLI(config='ssidSAE.conf')
         cls.hostapd_h2e = HostapdCLI(config='ssidSAE-H2E.conf')
-        cls.hostapd_defgroup = HostapdCLI(config='ssidSAE-default-group.conf')
 
     @classmethod
     def tearDownClass(cls):
diff --git a/autotests/testSAE/hw.conf b/autotests/testSAE/hw.conf
index 127bbb31..cc0836b7 100644
--- a/autotests/testSAE/hw.conf
+++ b/autotests/testSAE/hw.conf
@@ -1,9 +1,8 @@
 [SETUP]
-num_radios=4
+num_radios=3
 start_iwd=0
 hwsim_medium=yes
 
 [HOSTAPD]
 rad0=ssidSAE.conf
 rad1=ssidSAE-H2E.conf
-rad2=ssidSAE-default-group.conf
diff --git a/autotests/testSAE/ssidSAE-default-group.conf b/autotests/testSAE/ssidSAE-default-group.conf
deleted file mode 100644
index 752e9c7b..00000000
--- a/autotests/testSAE/ssidSAE-default-group.conf
+++ /dev/null
@@ -1,12 +0,0 @@
-hw_mode=g
-channel=1
-ssid=ssidSAE-default-group
-
-wpa=2
-wpa_key_mgmt=SAE
-wpa_pairwise=CCMP
-sae_password=secret123
-sae_groups=19
-ieee80211w=2
-sae_pwe=0
-vendor_elements=dd0cf4f5e8050500000000000000
-- 
2.34.1


  parent reply	other threads:[~2024-05-13 18:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-13 18:00 [PATCH 1/3] scan: remove force_default_sae_group from scan_bss James Prestwood
2024-05-13 18:00 ` [PATCH 2/3] ie: remove is_ie_default_sae_group_oui James Prestwood
2024-05-13 18:00 ` James Prestwood [this message]
2024-05-14 15:27 ` [PATCH 1/3] scan: remove force_default_sae_group from scan_bss Denis Kenzior

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=20240513180042.257401-3-prestwoj@gmail.com \
    --to=prestwoj@gmail.com \
    --cc=iwd@lists.linux.dev \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).