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:
parent
ad5224dd43
commit
8528ad0c60
1 changed files with 1 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue