]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Revert "tests: vm: Output everything on console"
authorJouni Malinen <j@w1.fi>
Wed, 30 Dec 2015 19:51:52 +0000 (21:51 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 30 Dec 2015 19:51:52 +0000 (21:51 +0200)
This reverts commit be9fe3d8aff394ea6868f1a2347e8c12609b086e. While I
did manage to complete multiple test runs without failures, it looks
like this change increases full test run duration by about 30 seconds
when using seven VMs. The most visible reason for that seems to be in
"breaking" active scanning quite frequently with the Probe Response
frame coming out about 40 ms (or more) after the Probe Request frame
which is long enough for the station to already have left the channel.

Since this logging change is not critical, it is simplest to revert it
for now rather than make changes to huge number of test cases to allow
more scan attempts to be performed before timing out.

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

index 8112ab4b216f2c5eb123cbee10af2414c7c1c2dd..3cbfe10810f2c6dea71ff01e6eba4f9b270c4b52 100755 (executable)
@@ -14,8 +14,6 @@ mount debugfs -t debugfs /sys/kernel/debug
 
 export PATH=/usr/sbin:$PATH
 
-echo 8 8 8 8 > /proc/sys/kernel/printk
-
 # reboot on any sort of crash
 sysctl kernel.panic_on_oops=1
 sysctl kernel.panic=1