Given
a computer
0.002
Call to virDomainDefineXML failed: unsupported configuration: spice graphics are not supported with this QEMU (Libvirt::DefinitionError)
./features/support/helpers/vm_helper.rb:147:in `define_domain_xml'
./features/support/helpers/vm_helper.rb:147:in `update'
./features/support/helpers/vm_helper.rb:117:in `initialize'
./features/step_definitions/common_steps.rb:100:in `new'
./features/step_definitions/common_steps.rb:100:in `/^a computer$/'
features/random_seed.feature:7:in `Given a computer'
And
I temporarily create a 7200 MiB disk named "temp"
0.000
And
I plug USB drive "temp"
0.000
And
I write the Tails USB image to disk "temp"
0.000
Then
there is no random seed on USB drive "temp"
0.000
When
I start Tails from USB drive "temp" with network unplugged
0.000
Then
the random seed was written multiple times on first boot
0.000
And
there is a random seed on USB drive "temp"
0.000
When
I log in to a new session
0.000
And
I wait for the random seed to be updated
0.000
Then
there is a random seed on USB drive "temp"
0.000
And
the random seed is different from the previous one
0.000
And
I shutdown Tails and wait for the computer to power off
0.000
Then
there is a random seed on USB drive "temp"
0.000
And
the random seed is different from the previous one
0.000