]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Use time-travel=inf-cpu with UML
authorJouni Malinen <j@w1.fi>
Mon, 27 May 2019 19:21:25 +0000 (22:21 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 27 May 2019 19:43:04 +0000 (22:43 +0300)
This is the current proposed way of configuring virtual time.

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

index dcca61b631d43e2bd6e77cfc111a222f6a7a6676..2097a38a969ca871be19f3d5a7c4d736b812583a 100755 (executable)
@@ -167,7 +167,7 @@ if [ -z $KVM ]; then
        $KERNEL \
             mem=${MEMORY}M \
             LOGDIR=$LOGDIR \
-            virtual-time \
+            time-travel=inf-cpu \
             $A \
             root=none hostfs=/ rootfstype=hostfs rootflags=/ \
             ssl0=fd:0,fd:1 \