From: Jouni Malinen Date: Mon, 6 May 2019 17:29:16 +0000 (+0300) Subject: tests: Enable virtual time in UML X-Git-Tag: hostap_2_9~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8528ad0c604cb15239a0dc9f4140c2208448e337;p=thirdparty%2Fhostap.git tests: Enable virtual time in UML This speeds up test execution significantly by removing unnecessary waiting for things to happen since the kernel log is allowed to jump forward whenever there is nothing to do. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/vm/vm-run.sh b/tests/hwsim/vm/vm-run.sh index 1cd418009..dcca61b63 100755 --- a/tests/hwsim/vm/vm-run.sh +++ b/tests/hwsim/vm/vm-run.sh @@ -167,6 +167,7 @@ if [ -z $KVM ]; then $KERNEL \ mem=${MEMORY}M \ LOGDIR=$LOGDIR \ + virtual-time \ $A \ root=none hostfs=/ rootfstype=hostfs rootflags=/ \ ssl0=fd:0,fd:1 \