Project Number Date
test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry 5 02 May 2026, 23:29

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 15:24.197 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
20.922
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.713
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.935
And I plug USB drive "gptfat" 2.227
When I start Tails Installer 9.006
Then I am told by Tails Installer that the destination device "is too small" 0.027
After features/support/hooks.rb:331 0.890
After features/support/hooks.rb:100 0.000
Tags: @product
17.964
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.607
And I temporarily create a 7200 MiB disk named "temp" 0.011
And I start Tails Installer 8.898
But a suitable USB device is not found 0.013
When I plug USB drive "temp" 2.220
Then the "temp" USB drive is selected 0.061
When I unplug USB drive "temp" 0.129
Then a suitable USB device is not found 0.020
After features/support/hooks.rb:331 0.865
After features/support/hooks.rb:100 0.000
Tags: @product
2:20.880
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.524
And I temporarily create a 7200 MiB disk named "install" 0.036
And I create a gpt partition with a vfat filesystem on disk "install" 2.998
And I plug USB drive "install" 2.249
And I install Tails to USB drive "install" by cloning 1:54.167
Then the running Tails is installed on USB drive "install" 12.339
And there is a random seed on USB drive "install" 2.519
But there is no persistence partition on USB drive "install" 0.044
After features/support/hooks.rb:331 1.134
After features/support/hooks.rb:100 0.150
Tags: @product
2:21.118
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.605
And I temporarily create a 7200 MiB disk named "install" 0.009
And I plug USB drive "install" 2.260
And I install Tails to USB drive "install" by cloning 1:56.880
Then the running Tails is installed on USB drive "install" 12.944
And there is a random seed on USB drive "install" 2.368
But there is no persistence partition on USB drive "install" 0.050
After features/support/hooks.rb:331 1.116
After features/support/hooks.rb:100 0.138
Tags: @product
2:42.170
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 8.045
And I create a file in the Persistent directory 0.078
And I temporarily create a 7200 MiB disk named "install" 0.013
And I create a gpt partition with a vfat filesystem on disk "install" 2.836
And I plug USB drive "install" 2.236
And I install Tails with Persistent Storage to USB drive "install" by cloning 2:4.881
Then the running Tails is installed on USB drive "install" 17.192
And there is a random seed on USB drive "install" 3.427
And there is a persistence partition on USB drive "install" 0.052
And the USB drive "install" contains the same files as my persistent storage 3.405
After features/support/hooks.rb:331 0.886
After features/support/hooks.rb:100 0.114
Tags: @product
2:21.774
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.292
And I temporarily create a 7200 MiB disk named "install" 0.011
And I plug USB drive "install" 2.226
And I install Tails to USB drive "install" by cloning 1:53.061
Then the running Tails is installed on USB drive "install" 16.463
And there is a random seed on USB drive "install" 2.662
And there is no persistence partition on USB drive "install" 0.056
After features/support/hooks.rb:331 1.115
After features/support/hooks.rb:100 0.107
Tags: @product
2:54.506
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.017
# 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.292
And I have started Tails from DVD without network and logged in 6.945
And I clone USB drive "__internal" to a temporary USB drive "install" 0.739
And I plug USB drive "install" 2.218
# 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 2:20.246
Then the running Tails is installed on USB drive "install" 13.182
And there is a random seed on USB drive "install" 3.824
And there is no persistence partition on USB drive "install" 0.057
After features/support/hooks.rb:331 1.095
After features/support/hooks.rb:100 0.112
Tags: @product @uefi
8.534
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.001
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.266
And I power off the computer 0.258
And the computer is set to boot in UEFI mode 0.009
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.364

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

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

After features/support/hooks.rb:100 0.000
Tags: @product
55.123
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.617
And I plug and mount a USB drive containing a Tails USB image 20.994
And I create a 7200 MiB disk named "usbimage" 0.010
And I plug USB drive "usbimage" 2.221
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 25.280
After features/support/hooks.rb:331 1.259
After features/support/hooks.rb:100 0.117
Tags: @product
1:1.201
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.001
Given a computer 0.049
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:0.372
Then Tails is running from USB drive "usbimage" 0.225
And the label of the system partition on "usbimage" is "Tails" 0.142
And the system partition on "usbimage" is an EFI system partition 0.138
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.100
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.058
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.065
And the system partition on "usbimage" has the expected flags 0.049
After features/support/hooks.rb:331 0.587
After features/support/hooks.rb:100 0.005