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 <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2019-05-06 20:29:16 +03:00 committed by Jouni Malinen
parent ad5224dd43
commit 8528ad0c60

View file

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