tests: hostapd -i command line argument
This adds some more code coverage reachability testing. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f3569aba06
commit
a0fda9002a
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ else
|
||||||
$HAPD -gfoo > /dev/null 2>&1
|
$HAPD -gfoo > /dev/null 2>&1
|
||||||
$HAPD -Gfoo-not-exists > /dev/null 2>&1
|
$HAPD -Gfoo-not-exists > /dev/null 2>&1
|
||||||
$HAPD -z > /dev/null 2>&1
|
$HAPD -z > /dev/null 2>&1
|
||||||
|
$HAPD -i foo1,foo2,foo3 > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
if [ -e $LOGDIR/alt-hostapd-as/hostapd/hostapd ]; then
|
if [ -e $LOGDIR/alt-hostapd-as/hostapd/hostapd ]; then
|
||||||
HAPD_AS=$LOGDIR/alt-hostapd-as/hostapd/hostapd
|
HAPD_AS=$LOGDIR/alt-hostapd-as/hostapd/hostapd
|
||||||
|
|
Loading…
Reference in a new issue