Enable virtio RNG device for base_services_start tests

This should prevent rngd.service from failing, because it will
now see a 'hardware' RNG device.
This commit is contained in:
Adam Williamson 2017-11-08 15:06:50 -08:00
parent da7eed3be6
commit cedef3878a
1 changed files with 2 additions and 0 deletions

View File

@ -4145,6 +4145,7 @@
{ key => "START_AFTER_TEST", value => "install_default_upload" },
{ key => "BOOTFROM", value => "c" },
{ key => "HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" },
{ key => "QEMU_VIRTIO_RNG", value => "1" },
],
},
{
@ -4156,6 +4157,7 @@
{ key => "START_AFTER_TEST", value => "install_arm_image_deployment_upload" },
{ key => "NUMDISKS", value => "1" },
{ key => "HDD_1", value => "disk_%FLAVOR%_%MACHINE%.qcow2" },
{ key => "QEMU_VIRTIO_RNG", value => "1" },
# set kernel arguments for DKB
{ key => "APPEND", value => "rw root=LABEL=_/ rootwait console=ttyAMA0 console=tty0 consoleblank=0" },
],