Project Number Date
test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry 4 01 May 2026, 23:13

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 13:46.588 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
19.988
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.534
And I temporarily create a 4 GiB disk named "gptfat" 0.011
And I create a gpt partition with a vfat filesystem on disk "gptfat" 2.803
And I plug USB drive "gptfat" 2.267
When I start Tails Installer 8.342
Then I am told by Tails Installer that the destination device "is too small" 0.028
After features/support/hooks.rb:331 0.743
After features/support/hooks.rb:100 0.000
Tags: @product
17.166
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.501
And I temporarily create a 7200 MiB disk named "temp" 0.010
And I start Tails Installer 8.197
But a suitable USB device is not found 0.013
When I plug USB drive "temp" 2.213
Then the "temp" USB drive is selected 0.071
When I unplug USB drive "temp" 0.134
Then a suitable USB device is not found 0.023
After features/support/hooks.rb:331 0.617
After features/support/hooks.rb:100 0.000
Tags: @product
2:3.936
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.491
And I temporarily create a 7200 MiB disk named "install" 0.010
And I create a gpt partition with a vfat filesystem on disk "install" 2.819
And I plug USB drive "install" 2.241
And I install Tails to USB drive "install" by cloning 1:36.067
Then the running Tails is installed on USB drive "install" 13.820
And there is a random seed on USB drive "install" 2.436
But there is no persistence partition on USB drive "install" 0.047
After features/support/hooks.rb:331 0.905
After features/support/hooks.rb:100 0.109
Tags: @product
2:2.416
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.486
And I temporarily create a 7200 MiB disk named "install" 0.009
And I plug USB drive "install" 2.274
And I install Tails to USB drive "install" by cloning 1:37.627
Then the running Tails is installed on USB drive "install" 13.478
And there is a random seed on USB drive "install" 2.475
But there is no persistence partition on USB drive "install" 0.065
After features/support/hooks.rb:331 0.909
After features/support/hooks.rb:100 0.139
Tags: @product
2:29.143
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.029
And I create a file in the Persistent directory 0.066
And I temporarily create a 7200 MiB disk named "install" 0.010
And I create a gpt partition with a vfat filesystem on disk "install" 2.818
And I plug USB drive "install" 2.303
And I install Tails with Persistent Storage to USB drive "install" by cloning 1:54.859
Then the running Tails is installed on USB drive "install" 15.359
And there is a random seed on USB drive "install" 2.698
And there is a persistence partition on USB drive "install" 0.055
And the USB drive "install" contains the same files as my persistent storage 2.940
After features/support/hooks.rb:331 0.908
After features/support/hooks.rb:100 0.115
Tags: @product
2:9.878
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.299
And I temporarily create a 7200 MiB disk named "install" 0.010
And I plug USB drive "install" 2.230
And I install Tails to USB drive "install" by cloning 1:41.634
Then the running Tails is installed on USB drive "install" 16.188
And there is a random seed on USB drive "install" 2.445
And there is no persistence partition on USB drive "install" 0.070
After features/support/hooks.rb:331 0.933
After features/support/hooks.rb:100 0.109
Tags: @product
2:14.657
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.227
And I have started Tails from DVD without network and logged in 7.004
And I clone USB drive "__internal" to a temporary USB drive "install" 0.710
And I plug USB drive "install" 2.234
# 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:40.914
Then the running Tails is installed on USB drive "install" 13.645
And there is a random seed on USB drive "install" 2.866
And there is no persistence partition on USB drive "install" 0.054
After features/support/hooks.rb:331 0.673
After features/support/hooks.rb:100 0.126
Tags: @product @uefi
8.511
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.002
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.235
And I power off the computer 0.264
And the computer is set to boot in UEFI mode 0.011
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.394

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

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry/4/artifact/build-artifacts/00:39:36_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/4/artifact/build-artifacts/00:39:36_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/4/artifact/build-artifacts/00:39:36_Booting_Tails_from_a_USB_drive_in_UEFI_mode.journal

After features/support/hooks.rb:100 0.000
Tags: @product
50.525
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.602
And I plug and mount a USB drive containing a Tails USB image 20.986
And I create a 7200 MiB disk named "usbimage" 0.010
And I plug USB drive "usbimage" 2.214
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 20.710
After features/support/hooks.rb:331 1.255
After features/support/hooks.rb:100 0.116
Tags: @product
1:10.363
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given a computer 0.048
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:9.360
Then Tails is running from USB drive "usbimage" 0.256
And the label of the system partition on "usbimage" is "Tails" 0.168
And the system partition on "usbimage" is an EFI system partition 0.162
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.115
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.089
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.071
And the system partition on "usbimage" has the expected flags 0.089
After features/support/hooks.rb:331 0.861
After features/support/hooks.rb:100 0.005