From 7ed51a2d95995e4c16778c0cf143ac60082f6374 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Wed, 3 Jul 2019 10:32:25 -0700 Subject: [PATCH] auto-t: update testHotspot with copy_to_hotspot --- autotests/testHotspot/{.hotspot => }/example.conf | 0 autotests/testHotspot/hotspot_test.py | 2 +- autotests/testHotspot/hw.conf | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) rename autotests/testHotspot/{.hotspot => }/example.conf (100%) diff --git a/autotests/testHotspot/.hotspot/example.conf b/autotests/testHotspot/example.conf similarity index 100% rename from autotests/testHotspot/.hotspot/example.conf rename to autotests/testHotspot/example.conf diff --git a/autotests/testHotspot/hotspot_test.py b/autotests/testHotspot/hotspot_test.py index 9bc54fcc..c5f8f8f5 100644 --- a/autotests/testHotspot/hotspot_test.py +++ b/autotests/testHotspot/hotspot_test.py @@ -56,7 +56,7 @@ class Test(unittest.TestCase): @classmethod def setUpClass(cls): - IWD.copy_to_storage('.hotspot') + IWD.copy_to_hotspot('example.conf') @classmethod def tearDownClass(cls): diff --git a/autotests/testHotspot/hw.conf b/autotests/testHotspot/hw.conf index 1a0aa2f0..d68793b9 100644 --- a/autotests/testHotspot/hw.conf +++ b/autotests/testHotspot/hw.conf @@ -1,6 +1,6 @@ [SETUP] -num_radios=4 -tmpfs_extra_stuff=../misc/certs:eap_users.text:main.conf:.hotspot +num_radios=2 +tmpfs_extra_stuff=../misc/certs:eap_users.text:main.conf:example.conf:hessid.conf max_test_exec_interval_sec=60 iwd_config_dir=/tmp