autotests: update test1AP/README.txt

This commit is contained in:
Rahul Rahul 2016-05-16 17:02:28 -07:00 committed by Denis Kenzior
parent 74689303df
commit 242e6d19e8
1 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,9 @@
scanNetworkTest: This test checks that we find the right AP, as
specified in the hostapd conf file.
connectDisconnectTest: Connect and disconnect from a network
as specified in the hostapd conf file.
Pre-requisites:
1. Ensure you have hostapd installed.
2. Verify that the kernel has mac80211_hwsim.
@ -19,8 +25,6 @@ Run tests (e.g. connectDisconnect test):
cd <iwd>/autotests/test1AP
./connectDisconnect.py
Note: This will not work with test-runner for now because of entropy issue. WIP.
Optional changes:
1. You can provide your own config file to hostapd. If so, then you would need to
change the assert inside the test to the name of the ssid in your test.