From 242e6d19e868b2dc957a1f4849cf3cfa093767a2 Mon Sep 17 00:00:00 2001 From: Rahul Rahul Date: Mon, 16 May 2016 17:02:28 -0700 Subject: [PATCH] autotests: update test1AP/README.txt --- autotests/test1AP/README.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/autotests/test1AP/README.txt b/autotests/test1AP/README.txt index e5464542..8be1838b 100644 --- a/autotests/test1AP/README.txt +++ b/autotests/test1AP/README.txt @@ -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 /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.