tests: Use time-travel=inf-cpu with UML

This is the current proposed way of configuring virtual time.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2019-05-27 22:21:25 +03:00
parent 4f3f33804a
commit d55035c935

View file

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