From 8528ad0c604cb15239a0dc9f4140c2208448e337 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 6 May 2019 20:29:16 +0300 Subject: [PATCH] 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 --- tests/hwsim/vm/vm-run.sh | 1 + 1 file changed, 1 insertion(+) 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 \