iwd.lists.linux.dev archive mirror
 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/6] auto-t: remove rekey timeouts from autotests
Date: Wed,  5 Oct 2022 15:46:29 -0700	[thread overview]
Message-ID: <20221005224632.780575-3-prestwoj@gmail.com> (raw)
In-Reply-To: <20221005224632.780575-1-prestwoj@gmail.com>

Any autotest which rekeys will do so explicitly. There is no need
to potentially introduce an unexpected rekey.
---
 autotests/testFILS/radius.conf                   | 2 --
 autotests/testFILS/ssidFILS-256.conf             | 2 --
 autotests/testFILS/ssidFILS-384.conf             | 2 --
 autotests/testFT-8021x-roam/ft-eap-ccmp-1.conf   | 2 --
 autotests/testFT-8021x-roam/ft-eap-ccmp-2.conf   | 2 --
 autotests/testFT-FILS/ft-eap-ccmp-1.conf         | 2 --
 autotests/testFT-FILS/ft-eap-ccmp-2.conf         | 2 --
 autotests/testFT-FILS/radius.conf                | 2 --
 autotests/testPSK-roam/ft-psk-ccmp-1.conf        | 2 --
 autotests/testPSK-roam/ft-psk-ccmp-2.conf        | 2 --
 autotests/testPreauth-roam/eaptls-preauth-1.conf | 2 --
 autotests/testPreauth-roam/eaptls-preauth-2.conf | 2 --
 autotests/testSAE-roam/ft-psk-3.conf             | 2 --
 autotests/testSAE-roam/ft-sae-1.conf             | 2 --
 autotests/testSAE-roam/ft-sae-2.conf             | 2 --
 15 files changed, 30 deletions(-)

diff --git a/autotests/testFILS/radius.conf b/autotests/testFILS/radius.conf
index 1ec52e46..f8f2b596 100644
--- a/autotests/testFILS/radius.conf
+++ b/autotests/testFILS/radius.conf
@@ -11,5 +11,3 @@ fils_realm=example.com
 disable_pmksa_caching=1
 
 pwd_group=19
-wpa_group_rekey=30
-wpa_ptk_rekey=30
diff --git a/autotests/testFILS/ssidFILS-256.conf b/autotests/testFILS/ssidFILS-256.conf
index 66d4bfb5..1ee9fc8f 100644
--- a/autotests/testFILS/ssidFILS-256.conf
+++ b/autotests/testFILS/ssidFILS-256.conf
@@ -17,6 +17,4 @@ nas_identifier=nas.w1.fi
 fils_realm=example.com
 disable_pmksa_caching=1
 
-wpa_group_rekey=30
-wpa_ptk_rekey=30
 ocv=1
diff --git a/autotests/testFILS/ssidFILS-384.conf b/autotests/testFILS/ssidFILS-384.conf
index 5254d5f8..57ebe6e5 100644
--- a/autotests/testFILS/ssidFILS-384.conf
+++ b/autotests/testFILS/ssidFILS-384.conf
@@ -17,6 +17,4 @@ nas_identifier=nas.w1.fi
 fils_realm=example.com
 disable_pmksa_caching=1
 
-wpa_group_rekey=30
-wpa_ptk_rekey=30
 ocv=1
diff --git a/autotests/testFT-8021x-roam/ft-eap-ccmp-1.conf b/autotests/testFT-8021x-roam/ft-eap-ccmp-1.conf
index a7f220d9..5a04668f 100644
--- a/autotests/testFT-8021x-roam/ft-eap-ccmp-1.conf
+++ b/autotests/testFT-8021x-roam/ft-eap-ccmp-1.conf
@@ -17,8 +17,6 @@ eap_user_file=/tmp/secrets/eap-user.text
 ca_cert=/tmp/certs/cert-ca.pem
 server_cert=/tmp/certs/cert-server.pem
 private_key=/tmp/certs/cert-server-key.pem
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 rsn_preauth=1
 disable_pmksa_caching=0
diff --git a/autotests/testFT-8021x-roam/ft-eap-ccmp-2.conf b/autotests/testFT-8021x-roam/ft-eap-ccmp-2.conf
index 289d7a17..98754fd1 100644
--- a/autotests/testFT-8021x-roam/ft-eap-ccmp-2.conf
+++ b/autotests/testFT-8021x-roam/ft-eap-ccmp-2.conf
@@ -17,8 +17,6 @@ eap_user_file=/tmp/secrets/eap-user.text
 ca_cert=/tmp/certs/cert-ca.pem
 server_cert=/tmp/certs/cert-server.pem
 private_key=/tmp/certs/cert-server-key.pem
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 rsn_preauth=1
 disable_pmksa_caching=0
diff --git a/autotests/testFT-FILS/ft-eap-ccmp-1.conf b/autotests/testFT-FILS/ft-eap-ccmp-1.conf
index 1853ff70..4dbbfb50 100644
--- a/autotests/testFT-FILS/ft-eap-ccmp-1.conf
+++ b/autotests/testFT-FILS/ft-eap-ccmp-1.conf
@@ -15,8 +15,6 @@ ieee8021x=1
 
 fils_realm=example.com
 
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 rsn_preauth=1
 disable_pmksa_caching=1
diff --git a/autotests/testFT-FILS/ft-eap-ccmp-2.conf b/autotests/testFT-FILS/ft-eap-ccmp-2.conf
index 585f1ca1..5f341bcd 100644
--- a/autotests/testFT-FILS/ft-eap-ccmp-2.conf
+++ b/autotests/testFT-FILS/ft-eap-ccmp-2.conf
@@ -15,8 +15,6 @@ ieee8021x=1
 
 fils_realm=example.com
 
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 rsn_preauth=1
 disable_pmksa_caching=1
diff --git a/autotests/testFT-FILS/radius.conf b/autotests/testFT-FILS/radius.conf
index 1ec52e46..f8f2b596 100644
--- a/autotests/testFT-FILS/radius.conf
+++ b/autotests/testFT-FILS/radius.conf
@@ -11,5 +11,3 @@ fils_realm=example.com
 disable_pmksa_caching=1
 
 pwd_group=19
-wpa_group_rekey=30
-wpa_ptk_rekey=30
diff --git a/autotests/testPSK-roam/ft-psk-ccmp-1.conf b/autotests/testPSK-roam/ft-psk-ccmp-1.conf
index c012b4ef..4a2ceba5 100644
--- a/autotests/testPSK-roam/ft-psk-ccmp-1.conf
+++ b/autotests/testPSK-roam/ft-psk-ccmp-1.conf
@@ -13,8 +13,6 @@ wpa=2
 wpa_key_mgmt=FT-PSK
 wpa_pairwise=CCMP
 wpa_passphrase=EasilyGuessedPassword
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 rsn_preauth=1
 rsn_preauth_interfaces=lo
diff --git a/autotests/testPSK-roam/ft-psk-ccmp-2.conf b/autotests/testPSK-roam/ft-psk-ccmp-2.conf
index 84875fdc..a42e175d 100644
--- a/autotests/testPSK-roam/ft-psk-ccmp-2.conf
+++ b/autotests/testPSK-roam/ft-psk-ccmp-2.conf
@@ -13,8 +13,6 @@ wpa=2
 wpa_key_mgmt=FT-PSK
 wpa_pairwise=CCMP
 wpa_passphrase=EasilyGuessedPassword
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 rsn_preauth=1
 rsn_preauth_interfaces=lo
diff --git a/autotests/testPreauth-roam/eaptls-preauth-1.conf b/autotests/testPreauth-roam/eaptls-preauth-1.conf
index dac086e6..5b4c9d6f 100644
--- a/autotests/testPreauth-roam/eaptls-preauth-1.conf
+++ b/autotests/testPreauth-roam/eaptls-preauth-1.conf
@@ -7,8 +7,6 @@ wpa=2
 wpa_key_mgmt=WPA-EAP
 wpa_pairwise=CCMP
 ieee8021x=1
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 
 # Run the RADIUS server in the BSS 0 hostapd only, listen for BSS 1 connections
diff --git a/autotests/testPreauth-roam/eaptls-preauth-2.conf b/autotests/testPreauth-roam/eaptls-preauth-2.conf
index 6d3a18e7..edb97fe0 100644
--- a/autotests/testPreauth-roam/eaptls-preauth-2.conf
+++ b/autotests/testPreauth-roam/eaptls-preauth-2.conf
@@ -7,8 +7,6 @@ wpa=2
 wpa_key_mgmt=WPA-EAP
 wpa_pairwise=CCMP
 ieee8021x=1
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=1
 
 # For EAP connect to the RADIUS server in the BSS 0
diff --git a/autotests/testSAE-roam/ft-psk-3.conf b/autotests/testSAE-roam/ft-psk-3.conf
index 8918cf9e..705f2e6c 100644
--- a/autotests/testSAE-roam/ft-psk-3.conf
+++ b/autotests/testSAE-roam/ft-psk-3.conf
@@ -13,8 +13,6 @@ wpa=2
 wpa_key_mgmt=FT-PSK
 wpa_pairwise=CCMP
 wpa_passphrase=EasilyGuessedPassword
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=2
 disable_pmksa_caching=0
 # Allow PMK cache to be shared opportunistically among configured interfaces
diff --git a/autotests/testSAE-roam/ft-sae-1.conf b/autotests/testSAE-roam/ft-sae-1.conf
index aa40494a..bccac375 100644
--- a/autotests/testSAE-roam/ft-sae-1.conf
+++ b/autotests/testSAE-roam/ft-sae-1.conf
@@ -13,8 +13,6 @@ wpa=2
 wpa_key_mgmt=FT-SAE SAE
 sae_password=EasilyGuessedPassword|mac=ff:ff:ff:ff:ff:ff
 wpa_pairwise=CCMP
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=2
 disable_pmksa_caching=0
 # Allow PMK cache to be shared opportunistically among configured interfaces
diff --git a/autotests/testSAE-roam/ft-sae-2.conf b/autotests/testSAE-roam/ft-sae-2.conf
index 5bff6c9d..bb7ecff4 100644
--- a/autotests/testSAE-roam/ft-sae-2.conf
+++ b/autotests/testSAE-roam/ft-sae-2.conf
@@ -13,8 +13,6 @@ wpa=2
 wpa_key_mgmt=FT-SAE SAE
 sae_password=EasilyGuessedPassword|mac=ff:ff:ff:ff:ff:ff
 wpa_pairwise=CCMP
-wpa_ptk_rekey=30
-wpa_group_rekey=80
 ieee80211w=2
 disable_pmksa_caching=0
 # Allow PMK cache to be shared opportunistically among configured interfaces
-- 
2.34.3


  parent reply	other threads:[~2022-10-05 22:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-05 22:46 [PATCH 1/6] station: add two debug events for FT James Prestwood
2022-10-05 22:46 ` [PATCH 2/6] hwsim: fix early bail out processing rules James Prestwood
2022-10-05 22:46 ` James Prestwood [this message]
2022-10-05 22:46 ` [PATCH 4/6] auto-t: remove old debug print from wpas.py James Prestwood
2022-10-05 22:46 ` [PATCH 5/6] auto-t: add two tests for new FT behavior James Prestwood
2022-10-05 22:46 ` [PATCH 6/6] monitor: parse DPP frame types James Prestwood
2022-10-06 14:02 ` [PATCH 1/6] station: add two debug events for FT 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=20221005224632.780575-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 NNTP newsgroup(s).