autotests: uppdated start test-runner option

This commit is contained in:
Rahul Rahul 2016-05-20 11:52:03 -07:00 committed by Denis Kenzior
parent d6d0b1d7d8
commit 2283f7e2f6
1 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Start with test-runner:
1. Just start test-runner from under <iwd>/tools directory and it
will automatically run the tests.
cd <iwd>/tools
sudo ./test-runner -v
sudo ./test-runner -t test2AP
Run stand-alone:
Pre-requisites:
@ -16,11 +16,10 @@ Pre-requisites:
2. Verify that the kernel has mac80211_hwsim.
Setup:
1. Create radios using mac80211_hwsim. For most tests, we need 4 radios.
sudo modprobe mac80211_hwsim radios=4
2. Enable network interfaces:
1. Create radios using mac80211_hwsim. For most tests, we need 3 radios.
sudo modprobe mac80211_hwsim radios=3
2. Enable network interface:
sudo ifconfig wlan2 up
sudo ifconfig wlan3 up
Run test (e.g. twoNetworksTest test):
1. Start hostapd, with a config file as an argument.