Project Number Date
test_Tails_ISO_21529-test-suite-vs-secure-boot-key-expiry 6 03 May 2026, 23:09

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:26.004 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.480
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.529
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.853
And I plug USB drive "gptfat" 2.238
When I start Tails Installer 8.823
Then I am told by Tails Installer that the destination device "is too small" 0.024
After features/support/hooks.rb:331 0.681
After features/support/hooks.rb:100 0.000
Tags: @product
17.550
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.642
And I temporarily create a 7200 MiB disk named "temp" 0.009
And I start Tails Installer 8.387
But a suitable USB device is not found 0.014
When I plug USB drive "temp" 2.303
Then the "temp" USB drive is selected 0.043
When I unplug USB drive "temp" 0.130
Then a suitable USB device is not found 0.018
After features/support/hooks.rb:331 0.661
After features/support/hooks.rb:100 0.000
Tags: @product
2:1.526
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.462
And I temporarily create a 7200 MiB disk named "install" 0.009
And I create a gpt partition with a vfat filesystem on disk "install" 2.915
And I plug USB drive "install" 2.215
And I install Tails to USB drive "install" by cloning 1:35.379
Then the running Tails is installed on USB drive "install" 12.037
And there is a random seed on USB drive "install" 2.455
But there is no persistence partition on USB drive "install" 0.049
After features/support/hooks.rb:331 0.968
After features/support/hooks.rb:100 0.127
Tags: @product
1:59.781
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.699
And I temporarily create a 7200 MiB disk named "install" 0.012
And I plug USB drive "install" 2.240
And I install Tails to USB drive "install" by cloning 1:35.333
Then the running Tails is installed on USB drive "install" 13.036
And there is a random seed on USB drive "install" 2.401
But there is no persistence partition on USB drive "install" 0.057
After features/support/hooks.rb:331 1.059
After features/support/hooks.rb:100 0.106
Tags: @product
2:28.751
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 8.036
And I create a file in the Persistent directory 0.055
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.768
And I plug USB drive "install" 2.232
And I install Tails with Persistent Storage to USB drive "install" by cloning 1:54.481
Then the running Tails is installed on USB drive "install" 15.464
And there is a random seed on USB drive "install" 2.841
And there is a persistence partition on USB drive "install" 0.047
And the USB drive "install" contains the same files as my persistent storage 2.808
After features/support/hooks.rb:331 1.058
After features/support/hooks.rb:100 0.109
Tags: @product
2:8.790
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 6.966
And I temporarily create a 7200 MiB disk named "install" 0.011
And I plug USB drive "install" 2.264
And I install Tails to USB drive "install" by cloning 1:41.508
Then the running Tails is installed on USB drive "install" 15.616
And there is a random seed on USB drive "install" 2.374
And there is no persistence partition on USB drive "install" 0.049
After features/support/hooks.rb:331 1.115
After features/support/hooks.rb:100 0.102
Tags: @product
2:8.518
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.080
And I have started Tails from DVD without network and logged in 6.797
And I clone USB drive "__internal" to a temporary USB drive "install" 0.672
And I plug USB drive "install" 2.233
# 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:35.894
Then the running Tails is installed on USB drive "install" 13.190
And there is a random seed on USB drive "install" 2.592
And there is no persistence partition on USB drive "install" 0.056
After features/support/hooks.rb:331 0.762
After features/support/hooks.rb:100 0.110
Tags: @product @uefi
8.278
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.012
And I power off the computer 0.256
And the computer is set to boot in UEFI mode 0.008
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.638

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

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

After features/support/hooks.rb:100 0.000
Tags: @product
49.103
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.590
And I plug and mount a USB drive containing a Tails USB image 20.651
And I create a 7200 MiB disk named "usbimage" 0.011
And I plug USB drive "usbimage" 2.214
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 19.635
After features/support/hooks.rb:331 0.932
After features/support/hooks.rb:100 0.108
Tags: @product
1:3.223
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.001
Given a computer 0.070
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:2.376
Then Tails is running from USB drive "usbimage" 0.234
And the label of the system partition on "usbimage" is "Tails" 0.148
And the system partition on "usbimage" is an EFI system partition 0.126
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.116
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.049
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.041
And the system partition on "usbimage" has the expected flags 0.058
After features/support/hooks.rb:331 0.988
After features/support/hooks.rb:100 0.008