mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
Revert "tests: vm: Output everything on console"
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>
This commit is contained in:
parent
412c60309a
commit
56dfb604a4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user