From d55035c9351b730a7f44fe2c1c6525686cd57e05 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Mon, 27 May 2019 22:21:25 +0300 Subject: [PATCH] tests: Use time-travel=inf-cpu with UML This is the current proposed way of configuring virtual time. Signed-off-by: Jouni Malinen --- tests/hwsim/vm/vm-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/vm/vm-run.sh b/tests/hwsim/vm/vm-run.sh index dcca61b63..2097a38a9 100755 --- a/tests/hwsim/vm/vm-run.sh +++ b/tests/hwsim/vm/vm-run.sh @@ -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 \