Wireless Daemon for Linux
 help / color / mirror / Atom feed
From: James Prestwood <prestwoj@gmail.com>
To: iwd@lists.01.org
Subject: [PATCH 3/3] auto-t: remove iwd_config_dir from autotests
Date: Tue, 24 Mar 2020 13:24:03 -0700	[thread overview]
Message-ID: <20200324202403.26860-3-prestwoj@gmail.com> (raw)
In-Reply-To: <20200324202403.26860-1-prestwoj@gmail.com>

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

This is no longer needed unless setting a different
directory than /tmp
---
 autotests/testAP/hw.conf             | 1 -
 autotests/testEAP-TLS-Frag/hw.conf   | 1 -
 autotests/testEAP-TTLS-Frag/hw.conf  | 1 -
 autotests/testEAP-WPS-Frag/hw.conf   | 1 -
 autotests/testFT-8021x-roam/hw.conf  | 2 --
 autotests/testFT-FILS-SHA256/hw.conf | 1 -
 autotests/testFT-FILS-SHA384/hw.conf | 1 -
 autotests/testFT-PSK-over-DS/hw.conf | 1 -
 autotests/testFT-PSK-roam/hw.conf    | 1 -
 autotests/testFT-SAE-roam/hw.conf    | 1 -
 autotests/testHT-VHT/hw.conf         | 1 -
 autotests/testRSSIAgent/hw.conf      | 1 -
 12 files changed, 13 deletions(-)

diff --git a/autotests/testAP/hw.conf b/autotests/testAP/hw.conf
index dc9b7bff..96a2bbb1 100644
--- a/autotests/testAP/hw.conf
+++ b/autotests/testAP/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=3
 max_test_exec_interval_sec=40
-iwd_config_dir=/tmp
 tmpfs_extra_stuff=main.conf
 
 [HOSTAPD]
diff --git a/autotests/testEAP-TLS-Frag/hw.conf b/autotests/testEAP-TLS-Frag/hw.conf
index e210f674..80b08975 100644
--- a/autotests/testEAP-TLS-Frag/hw.conf
+++ b/autotests/testEAP-TLS-Frag/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=2
 tmpfs_extra_stuff=../misc/certs:main.conf
-iwd_config_dir=/tmp
 
 [HOSTAPD]
 rad0=ssidEAP-TLS.conf
diff --git a/autotests/testEAP-TTLS-Frag/hw.conf b/autotests/testEAP-TTLS-Frag/hw.conf
index f0e55bd6..279842c2 100644
--- a/autotests/testEAP-TTLS-Frag/hw.conf
+++ b/autotests/testEAP-TTLS-Frag/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=2
 tmpfs_extra_stuff=../misc/certs:main.conf
-iwd_config_dir=/tmp
 
 [HOSTAPD]
 rad0=ssidEAP-TTLS.conf
diff --git a/autotests/testEAP-WPS-Frag/hw.conf b/autotests/testEAP-WPS-Frag/hw.conf
index ebeade92..eeac3bab 100644
--- a/autotests/testEAP-WPS-Frag/hw.conf
+++ b/autotests/testEAP-WPS-Frag/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=2
 tmpfs_extra_stuff=main.conf
-iwd_config_dir=/tmp
 
 [HOSTAPD]
 rad0=ssid-wps-small-mtu.conf
diff --git a/autotests/testFT-8021x-roam/hw.conf b/autotests/testFT-8021x-roam/hw.conf
index d3c039ae..4906bbf3 100644
--- a/autotests/testFT-8021x-roam/hw.conf
+++ b/autotests/testFT-8021x-roam/hw.conf
@@ -2,8 +2,6 @@
 num_radios=3
 max_test_exec_interval_sec=45
 tmpfs_extra_stuff=../misc/certs:main.conf
-iwd_config_dir=/tmp
-tmpfs_extra_stuff=../misc/certs
 needs_hwsim=1
 
 [HOSTAPD]
diff --git a/autotests/testFT-FILS-SHA256/hw.conf b/autotests/testFT-FILS-SHA256/hw.conf
index b5c6757c..c3330d04 100644
--- a/autotests/testFT-FILS-SHA256/hw.conf
+++ b/autotests/testFT-FILS-SHA256/hw.conf
@@ -2,7 +2,6 @@
 num_radios=3
 max_test_exec_interval_sec=45
 tmpfs_extra_stuff=../misc/certs:main.conf:pwd.eap_user
-iwd_config_dir=/tmp
 
 [HOSTAPD]
 rad0=ft-eap-ccmp-1.conf
diff --git a/autotests/testFT-FILS-SHA384/hw.conf b/autotests/testFT-FILS-SHA384/hw.conf
index b5c6757c..c3330d04 100644
--- a/autotests/testFT-FILS-SHA384/hw.conf
+++ b/autotests/testFT-FILS-SHA384/hw.conf
@@ -2,7 +2,6 @@
 num_radios=3
 max_test_exec_interval_sec=45
 tmpfs_extra_stuff=../misc/certs:main.conf:pwd.eap_user
-iwd_config_dir=/tmp
 
 [HOSTAPD]
 rad0=ft-eap-ccmp-1.conf
diff --git a/autotests/testFT-PSK-over-DS/hw.conf b/autotests/testFT-PSK-over-DS/hw.conf
index e020b54f..d2d50863 100644
--- a/autotests/testFT-PSK-over-DS/hw.conf
+++ b/autotests/testFT-PSK-over-DS/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=3
 max_test_exec_interval_sec=45
-iwd_config_dir=/tmp
 tmpfs_extra_stuff=main.conf
 needs_hwsim=1
 
diff --git a/autotests/testFT-PSK-roam/hw.conf b/autotests/testFT-PSK-roam/hw.conf
index e020b54f..d2d50863 100644
--- a/autotests/testFT-PSK-roam/hw.conf
+++ b/autotests/testFT-PSK-roam/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=3
 max_test_exec_interval_sec=45
-iwd_config_dir=/tmp
 tmpfs_extra_stuff=main.conf
 needs_hwsim=1
 
diff --git a/autotests/testFT-SAE-roam/hw.conf b/autotests/testFT-SAE-roam/hw.conf
index a0ff7b16..1f0f1c12 100644
--- a/autotests/testFT-SAE-roam/hw.conf
+++ b/autotests/testFT-SAE-roam/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=4
 max_test_exec_interval_sec=120
-iwd_config_dir=/tmp
 tmpfs_extra_stuff=main.conf
 needs_hwsim=1
 
diff --git a/autotests/testHT-VHT/hw.conf b/autotests/testHT-VHT/hw.conf
index 98e1b2ea..6d557ad1 100644
--- a/autotests/testHT-VHT/hw.conf
+++ b/autotests/testHT-VHT/hw.conf
@@ -2,7 +2,6 @@
 num_radios=4
 max_test_exec_interval_sec=45
 reg_domain=US
-iwd_config_dir=/tmp
 tmpfs_extra_stuff=main.conf
 
 [HOSTAPD]
diff --git a/autotests/testRSSIAgent/hw.conf b/autotests/testRSSIAgent/hw.conf
index 094e9378..9b9d75be 100644
--- a/autotests/testRSSIAgent/hw.conf
+++ b/autotests/testRSSIAgent/hw.conf
@@ -1,7 +1,6 @@
 [SETUP]
 num_radios=2
 max_test_exec_interval_sec=60
-iwd_config_dir=/tmp
 tmpfs_extra_stuff=main.conf
 needs_hwsim=1
 
-- 
2.21.1

  parent reply	other threads:[~2020-03-24 20:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-24 20:24 [PATCH 1/3] test-runner: make default iwd_config_dir=/tmp James Prestwood
2020-03-24 20:24 ` [PATCH 2/3] auto-t: fix testAddressRandomization James Prestwood
2020-03-24 20:24 ` James Prestwood [this message]
2020-03-24 21:32 ` [PATCH 1/3] test-runner: make default iwd_config_dir=/tmp 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=20200324202403.26860-3-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