From: Jouni Malinen Date: Mon, 27 May 2019 19:21:25 +0000 (+0300) Subject: tests: Use time-travel=inf-cpu with UML X-Git-Tag: hostap_2_9~231 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d55035c9351b730a7f44fe2c1c6525686cd57e05;p=thirdparty%2Fhostap.git tests: Use time-travel=inf-cpu with UML This is the current proposed way of configuring virtual time. Signed-off-by: Jouni Malinen --- 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 \