Project Number Date
test_Tails_ISO_stable 6542 28 Jul 2026, 19:14

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Untrusted partitions 0 4 36 0 0 40 0 4 4 0.448 Failed
Tags: @product
Feature Untrusted partitions
As a Tails user I don't want to touch other media than the one Tails runs from
Tags: @product
0.439
Scenario Tails ignores a swap volume and another Tails that are on an internal hard drive
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.023
Steps
Given a computer 0.439
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/untrusted_partitions.feature:7:in `Given a computer'
And I temporarily create a 100 MiB disk named "swap" 0.000
And I create a gpt swap partition on disk "swap" 0.000
And I plug SATA drive "swap" 0.000
And I temporarily create a 7200 MiB disk named "live_hd" 0.000
And I write the Tails USB image to disk "live_hd" 0.000
And I plug SATA drive "live_hd" 0.000
When I start Tails with network unplugged and I login 0.000
Then a "swap" partition was detected by Tails on drive "swap" 0.000
And drive "live_hd" is detected by Tails 0.000
But Tails has no disk swap enabled 0.000
And drive "live_hd" is not mounted 0.000
Hooks
After features/support/hooks.rb:339 4.146
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:473:in `exist?'
./features/support/hooks.rb:473:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:468:in `each'
./features/support/hooks.rb:468:in `After'
Output 1

SCENARIO FAILED: 'Tails ignores a swap volume and another Tails that are on an internal hard drive' (at time 00:00:07)

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6542/artifact/build-artifacts/00:00:07_Tails_ignores_a_swap_volume_and_another_Tails_that_are_on_an_internal_hard_drive.mkv

After features/support/hooks.rb:108 0.000
Tags: @product
0.003
Scenario The Welcome Screen ignores Persistent Storage stored on a non-removable USB drive
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.001
Steps
Given a computer 0.003
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/untrusted_partitions.feature:21:in `Given a computer'
And I temporarily create a 100 MiB disk named "fake_TailsData" 0.000
And I create a gpt partition labeled "TailsData" with an ext4 filesystem encrypted with password "asdf" on disk "fake_TailsData" 0.000
And I plug non-removable USB drive "fake_TailsData" 0.000
When I start the computer 0.000
And the computer boots Tails 0.000
Then drive "fake_TailsData" is detected by Tails 0.000
And Tails Greeter has not detected a persistence partition 0.000
Hooks
After features/support/hooks.rb:339 4.265
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:473:in `exist?'
./features/support/hooks.rb:473:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:468:in `each'
./features/support/hooks.rb:468:in `After'
Output 1

SCENARIO FAILED: 'The Welcome Screen ignores Persistent Storage stored on a non-removable USB drive' (at time 00:00:11)

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6542/artifact/build-artifacts/00:00:11_The_Welcome_Screen_ignores_Persistent_Storage_stored_on_a_non-removable_USB_drive.mkv

After features/support/hooks.rb:108 0.000
Tags: @product
0.002
Scenario The Welcome Screen ignores Persistent Storage stored on an internal hard drive
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.001
Steps
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/untrusted_partitions.feature:31:in `Given a computer'
And I temporarily create a 100 MiB disk named "fake_TailsData" 0.000
And I create a gpt partition labeled "TailsData" with an ext4 filesystem encrypted with password "asdf" on disk "fake_TailsData" 0.000
And I plug SATA drive "fake_TailsData" 0.000
When I start the computer 0.000
And the computer boots Tails 0.000
Then drive "fake_TailsData" is detected by Tails 0.000
And Tails Greeter has not detected a persistence partition 0.000
Hooks
After features/support/hooks.rb:339 4.264
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:473:in `exist?'
./features/support/hooks.rb:473:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:468:in `each'
./features/support/hooks.rb:468:in `After'
Output 1

SCENARIO FAILED: 'The Welcome Screen ignores Persistent Storage stored on an internal hard drive' (at time 00:00:15)

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6542/artifact/build-artifacts/00:00:15_The_Welcome_Screen_ignores_Persistent_Storage_stored_on_an_internal_hard_drive.mkv

After features/support/hooks.rb:108 0.000
Tags: @product
0.003
Scenario Booting Tails does not automount untrusted partitions
Before features/support/hooks.rb:274 0.000
Before features/support/hooks.rb:281 0.001
Steps
Given a computer 0.003
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/untrusted_partitions.feature:41:in `Given a computer'
And I temporarily create a 100 MiB disk named "gpt_ext2" 0.000
And I create a gpt partition with an ext2 filesystem on disk "gpt_ext2" 0.000
And I plug SATA drive "gpt_ext2" 0.000
And I temporarily create a 100 MiB disk named "msdos_fat32" 0.000
And I create an msdos partition with a vfat filesystem on disk "msdos_fat32" 0.000
And I plug SATA drive "msdos_fat32" 0.000
And I start Tails from DVD with network unplugged and I login 0.000
Then drive "gpt_ext2" is detected by Tails 0.000
And drive "gpt_ext2" is not mounted 0.000
And drive "msdos_fat32" is detected by Tails 0.000
And drive "msdos_fat32" is not mounted 0.000
Hooks
After features/support/hooks.rb:339 4.259
no implicit conversion of nil into String (TypeError)
./features/support/hooks.rb:473:in `exist?'
./features/support/hooks.rb:473:in `block (2 levels) in <top (required)>'
./features/support/hooks.rb:468:in `each'
./features/support/hooks.rb:468:in `After'
Output 1

SCENARIO FAILED: 'Booting Tails does not automount untrusted partitions' (at time 00:00:19)

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/6542/artifact/build-artifacts/00:00:19_Booting_Tails_does_not_automount_untrusted_partitions.mkv

After features/support/hooks.rb:108 0.000