]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: hostapd -i command line argument
authorJouni Malinen <j@w1.fi>
Tue, 27 Dec 2016 12:27:03 +0000 (14:27 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 27 Dec 2016 12:27:03 +0000 (14:27 +0200)
This adds some more code coverage reachability testing.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/start.sh

index 6db4a55554b9e7fbadefac7bf5cde3c4b0903776..cee923972ed007ef959ebf659c2a1edd9aa3c001 100755 (executable)
@@ -36,6 +36,7 @@ else
        $HAPD -gfoo > /dev/null 2>&1
        $HAPD -Gfoo-not-exists > /dev/null 2>&1
        $HAPD -z > /dev/null 2>&1
+       $HAPD -i foo1,foo2,foo3 > /dev/null 2>&1
     fi
     if [ -e $LOGDIR/alt-hostapd-as/hostapd/hostapd ]; then
        HAPD_AS=$LOGDIR/alt-hostapd-as/hostapd/hostapd