mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-31 23:42:52 +01:00
auto-t: update testHotspot with copy_to_hotspot
This commit is contained in:
parent
cdc80cd341
commit
7ed51a2d95
@ -56,7 +56,7 @@ class Test(unittest.TestCase):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def setUpClass(cls):
|
def setUpClass(cls):
|
||||||
IWD.copy_to_storage('.hotspot')
|
IWD.copy_to_hotspot('example.conf')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tearDownClass(cls):
|
def tearDownClass(cls):
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[SETUP]
|
[SETUP]
|
||||||
num_radios=4
|
num_radios=2
|
||||||
tmpfs_extra_stuff=../misc/certs:eap_users.text:main.conf:.hotspot
|
tmpfs_extra_stuff=../misc/certs:eap_users.text:main.conf:example.conf:hessid.conf
|
||||||
max_test_exec_interval_sec=60
|
max_test_exec_interval_sec=60
|
||||||
iwd_config_dir=/tmp
|
iwd_config_dir=/tmp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user