Project Number Date
test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry 1 28 Apr 2026, 23:12

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Installing Tails to a USB drive 70 1 4 0 0 75 9 1 10 14:4.916 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
21.004
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.001
Given I have started Tails from DVD without network and logged in 6.991
And I temporarily create a 4 GiB disk named "gptfat" 0.012
And I create a gpt partition with a vfat filesystem on disk "gptfat" 2.927
And I plug USB drive "gptfat" 2.298
When I start Tails Installer 8.746
Then I am told by Tails Installer that the destination device "is too small" 0.028
After features/support/hooks.rb:331 0.775
After features/support/hooks.rb:100 0.002
Tags: @product
17.936
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails from DVD without network and logged in 6.527
And I temporarily create a 7200 MiB disk named "temp" 0.017
And I start Tails Installer 8.913
But a suitable USB device is not found 0.015
When I plug USB drive "temp" 2.257
Then the "temp" USB drive is selected 0.049
When I unplug USB drive "temp" 0.133
Then a suitable USB device is not found 0.022
After features/support/hooks.rb:331 0.810
After features/support/hooks.rb:100 0.000
Tags: @product
2:5.697
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails from DVD without network and logged in 6.561
And I temporarily create a 7200 MiB disk named "install" 0.011
And I create a gpt partition with a vfat filesystem on disk "install" 2.945
And I plug USB drive "install" 2.264
And I install Tails to USB drive "install" by cloning 1:37.810
Then the running Tails is installed on USB drive "install" 13.441
And there is a random seed on USB drive "install" 2.605
But there is no persistence partition on USB drive "install" 0.057
After features/support/hooks.rb:331 0.849
After features/support/hooks.rb:100 0.105
Tags: @product
2:1.717
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.001
Given I have started Tails from DVD without network and logged in 6.603
And I temporarily create a 7200 MiB disk named "install" 0.012
And I plug USB drive "install" 2.265
And I install Tails to USB drive "install" by cloning 1:37.757
Then the running Tails is installed on USB drive "install" 12.345
And there is a random seed on USB drive "install" 2.670
But there is no persistence partition on USB drive "install" 0.063
After features/support/hooks.rb:331 0.863
After features/support/hooks.rb:100 0.151
Tags: @product
2:32.891
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 8.753
And I create a file in the Persistent directory 0.059
And I temporarily create a 7200 MiB disk named "install" 0.011
And I create a gpt partition with a vfat filesystem on disk "install" 2.958
And I plug USB drive "install" 2.236
And I install Tails with Persistent Storage to USB drive "install" by cloning 1:56.092
Then the running Tails is installed on USB drive "install" 17.070
And there is a random seed on USB drive "install" 2.663
And there is a persistence partition on USB drive "install" 0.083
And the USB drive "install" contains the same files as my persistent storage 2.962
After features/support/hooks.rb:331 0.963
After features/support/hooks.rb:100 0.113
Tags: @product
2:21.428
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.001
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 7.353
And I temporarily create a 7200 MiB disk named "install" 0.008
And I plug USB drive "install" 2.296
And I install Tails to USB drive "install" by cloning 1:52.823
Then the running Tails is installed on USB drive "install" 16.424
And there is a random seed on USB drive "install" 2.473
And there is no persistence partition on USB drive "install" 0.048
After features/support/hooks.rb:331 1.171
After features/support/hooks.rb:100 0.111
Tags: @product
2:10.489
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
# We reach this first checkpoint only to ensure that the ' __internal' disk has reached the state (Tails installed + persistent partition set up) we need before we clone it below.
# This first part is done without Tails Installer (install from Tails USB image)
# Note: the "__internal" disk will keep its state across scenarios
# and features until one of its snapshots is restored.
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 7.663
And I have started Tails from DVD without network and logged in 7.268
And I clone USB drive "__internal" to a temporary USB drive "install" 0.873
And I plug USB drive "install" 2.248
# This second part is done with Tails Installer, that's what this scenario is about
When I reinstall Tails to USB drive "install" by cloning 1:36.452
Then the running Tails is installed on USB drive "install" 13.254
And there is a random seed on USB drive "install" 2.667
And there is no persistence partition on USB drive "install" 0.060
After features/support/hooks.rb:331 0.830
After features/support/hooks.rb:100 0.131
Tags: @product @uefi
8.849
Scenario Booting Tails from a USB drive in UEFI mode
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Steps
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 8.565
And I power off the computer 0.273
And the computer is set to boot in UEFI mode 0.010
Call to virDomainDefineXML failed: operation failed: Unable to find 'efi' firmware that is compatible with the current configuration (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:448:in `set_os_loader'
./features/step_definitions/usb.rb:125:in `/^the computer is set to boot in UEFI mode$/'
features/usb_install.feature:84:in `And the computer is set to boot in UEFI mode'
When I start Tails from USB drive "__internal" with network unplugged and I login 0.000
Then Tails is running from USB drive "__internal" 0.000
And the boot device has safe access rights 0.000
And Tails has started in UEFI mode 0.000
After features/support/hooks.rb:331 4.589

SCENARIO FAILED: 'Booting Tails from a USB drive in UEFI mode' (at time 00:40:41)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry/1/artifact/build-artifacts/00:40:41_Booting_Tails_from_a_USB_drive_in_UEFI_mode.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry/1/artifact/build-artifacts/00:40:41_Booting_Tails_from_a_USB_drive_in_UEFI_mode.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry/1/artifact/build-artifacts/00:40:41_Booting_Tails_from_a_USB_drive_in_UEFI_mode.journal

After features/support/hooks.rb:100 0.000
Tags: @product
52.255
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.001
Given I have started Tails from DVD without network and logged in 6.898
And I plug and mount a USB drive containing a Tails USB image 21.355
And I create a 7200 MiB disk named "usbimage" 0.014
And I plug USB drive "usbimage" 2.291
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 21.695
After features/support/hooks.rb:331 1.559
After features/support/hooks.rb:100 0.120
Tags: @product
1:12.645
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given a computer 0.059
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:11.628
Then Tails is running from USB drive "usbimage" 0.260
And the label of the system partition on "usbimage" is "Tails" 0.227
And the system partition on "usbimage" is an EFI system partition 0.181
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.096
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.071
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.063
And the system partition on "usbimage" has the expected flags 0.057
After features/support/hooks.rb:331 0.668
After features/support/hooks.rb:100 0.006