]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Rename stop-wifi.sh to stop.sh
authorJouni Malinen <j@w1.fi>
Sat, 2 Nov 2013 13:39:25 +0000 (15:39 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 2 Nov 2013 13:39:25 +0000 (15:39 +0200)
This makes script naming more consistent with start.sh.

Signed-hostap: Jouni Malinen <j@w1.fi>

tests/hwsim/README
tests/hwsim/run-all.sh
tests/hwsim/start.sh
tests/hwsim/stop.sh [moved from tests/hwsim/stop-wifi.sh with 100% similarity]

index f4e4a90609f39959329b957078b816ace3dab8ec..9bfe48ef03f093fd61312f5d977a12475b6f0f4b 100644 (file)
@@ -110,7 +110,7 @@ Simplest way to run a full set of the test cases is by running
 run-all.sh in tests/hwsim directory. This will use start.sh to load the
 mac80211_hwsim module and start wpa_supplicant, hostapd, and various
 test tools. run-tests.sh is then used to run through all the defined
-test cases and stop-wifi.sh to stop the programs and unload the kernel
+test cases and stop.sh to stop the programs and unload the kernel
 module.
 
 run-all.sh can be used to run the same test cases under different
index 69c1ee9cd6e2b9e3847e8498b14a2b347ab7cde5..7e6a83d9a6389f4432612766d5928219c1f5be33 100755 (executable)
@@ -68,7 +68,7 @@ fi
 
 ./run-tests.py -D --logdir "$LOGDIR" $TRACE_ARGS -q $DB $CONCURRENT_TESTS $@ || errors=1
 
-./stop-wifi.sh
+./stop.sh
 
 if [ ! -z "$VALGRIND" ] ; then
     failures=`grep "ERROR SUMMARY" $LOGDIR/valgrind-* | grep -v " 0 errors" | wc -l`
index f875010bf4d3fc906b5e34c7ca33fc3e7c9d6d95..02d99bf9481b056b5e4492440d6105239d0328c6 100755 (executable)
@@ -50,7 +50,7 @@ else
     TRACE=""
 fi
 
-$DIR/stop-wifi.sh
+$DIR/stop.sh
 test -f /proc/modules && sudo modprobe mac80211_hwsim radios=5
 if [ "$CONCURRENT" = "y" ]; then
     sudo iw wlan0 interface add sta0 type station
similarity index 100%
rename from tests/hwsim/stop-wifi.sh
rename to tests/hwsim/stop.sh