Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 13 20 Mar 2024, 07:05

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Installing Tails to a USB drive 64 1 5 0 0 70 9 1 10 24:35.717 Failed
Tags: @product
Feature Installing Tails to a USB drive
As a Tails user I want to install Tails to a suitable USB drive
23.241
Before features/support/hooks.rb:245 0.002
Given I have started Tails from DVD without network and logged in 8.138
And I temporarily create a 4 GiB disk named "gptfat" 0.039
And I create a gpt partition with a vfat filesystem on disk "gptfat" 4.059
And I plug USB drive "gptfat" 2.497
When I start Tails Installer 8.460
Then I am told by Tails Installer that the destination device "is too small" 0.045
After features/support/hooks.rb:291 0.764
After features/support/hooks.rb:75 0.001
Tags: @product
21.461
Scenario Detecting when a target USB drive is inserted or removed
Before features/support/hooks.rb:245 0.003
Steps
Given I have started Tails from DVD without network and logged in 7.977
And I temporarily create a 7200 MiB disk named "temp" 0.052
And I start Tails Installer 13.432
The
The Dogtail init script raised: SearchError: child of [desktop frame | main]: "tails-installer" application
STDOUT:

STDERR:

 (Dogtail::Failure)
./features/support/helpers/dogtail.rb:93:in `run'
./features/support/helpers/dogtail.rb:70:in `initialize'
./features/step_definitions/usb.rb:148:in `new'
./features/step_definitions/usb.rb:148:in `/^I start Tails Installer$/'
features/usb_install.feature:18:in `And I start Tails Installer'
But a suitable USB device is not found 0.000
When I plug USB drive "temp" 0.000
Then the "temp" USB drive is selected 0.000
When I unplug USB drive "temp" 0.000
Then a suitable USB device is not found 0.000
After features/support/hooks.rb:291 4.169

SCENARIO FAILED: 'Detecting when a target USB drive is inserted or removed' (at time 00:36:45)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/13/artifact/build-artifacts/00:36:45_Detecting_when_a_target_USB_drive_is_inserted_or_removed.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/13/artifact/build-artifacts/00:36:45_Detecting_when_a_target_USB_drive_is_inserted_or_removed.mkv

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/13/artifact/build-artifacts/00:36:45_Detecting_when_a_target_USB_drive_is_inserted_or_removed.boot-log

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_20268-more-early-patch-functionality/13/artifact/build-artifacts/00:36:45_Detecting_when_a_target_USB_drive_is_inserted_or_removed.journal

After features/support/hooks.rb:75 0.000
Tags: @product
3:40.443
Before features/support/hooks.rb:245 0.003
Given I have started Tails from DVD without network and logged in 8.030
And I temporarily create a 7200 MiB disk named "install" 0.051
And I create a gpt partition with a vfat filesystem on disk "install" 5.092
And I plug USB drive "install" 2.514
And I install Tails to USB drive "install" by cloning 3:13.922
Then the running Tails is installed on USB drive "install" 10.751
But there is no persistence partition on USB drive "install" 0.081
After features/support/hooks.rb:291 1.405
After features/support/hooks.rb:75 0.112
Tags: @product
3:37.391
Before features/support/hooks.rb:245 0.002
Given I have started Tails from DVD without network and logged in 8.178
And I temporarily create a 7200 MiB disk named "install" 0.122
And I plug USB drive "install" 2.562
And I install Tails to USB drive "install" by cloning 3:15.869
Then the running Tails is installed on USB drive "install" 10.592
But there is no persistence partition on USB drive "install" 0.066
After features/support/hooks.rb:291 1.172
After features/support/hooks.rb:75 0.112
Tags: @product
4:16.098
Before features/support/hooks.rb:245 0.003
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.288
And I create a file in the Persistent directory 0.081
And I temporarily create a 7200 MiB disk named "install" 0.032
And I create a gpt partition with a vfat filesystem on disk "install" 4.815
And I plug USB drive "install" 2.958
And I install Tails with Persistent Storage to USB drive "install" by cloning 3:40.343
Then the running Tails is installed on USB drive "install" 13.016
And there is a persistence partition on USB drive "install" 0.062
And the USB drive "install" contains the same files as my persistent storage 3.499
After features/support/hooks.rb:291 1.809
After features/support/hooks.rb:75 0.134
Tags: @product
3:47.350
Before features/support/hooks.rb:245 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.019
And I temporarily create a 7200 MiB disk named "install" 0.036
And I plug USB drive "install" 2.477
And I install Tails to USB drive "install" by cloning 3:18.914
Then the running Tails is installed on USB drive "install" 14.830
And there is no persistence partition on USB drive "install" 0.070
After features/support/hooks.rb:291 1.984
After features/support/hooks.rb:75 0.103
Tags: @product
3:48.567
Before features/support/hooks.rb:245 0.003
# 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 10.189
And I have started Tails from DVD without network and logged in 8.485
And I clone USB drive "__internal" to a temporary USB drive "install" 1.134
And I plug USB drive "install" 2.721
# 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 3:13.854
Then the running Tails is installed on USB drive "install" 12.120
And there is no persistence partition on USB drive "install" 0.062
After features/support/hooks.rb:291 1.640
After features/support/hooks.rb:75 0.121
Tags: @product @uefi
1:42.600
Before features/support/hooks.rb:245 0.003
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 14.419
And I power off the computer 0.324
And the computer is set to boot in UEFI mode 0.026
When I start Tails from USB drive "__internal" with network unplugged and I login 1:24.626
Then Tails is running from USB drive "__internal" 0.346
And the boot device has safe access rights 2.795
And Tails has started in UEFI mode 0.062
After features/support/hooks.rb:291 0.587
After features/support/hooks.rb:75 0.006
Tags: @product
1:38.702
Before features/support/hooks.rb:245 0.002
Given I have started Tails from DVD without network and logged in 8.210
And I plug and mount a USB drive containing a Tails USB image 30.559
And I create a 7200 MiB disk named "usbimage" 0.062
And I plug USB drive "usbimage" 2.453
And I install a Tails USB image to the 7200 MiB disk with GNOME Disks 57.417
After features/support/hooks.rb:291 2.497
After features/support/hooks.rb:75 0.106
Tags: @product
1:19.859
Before features/support/hooks.rb:245 0.006
Given a computer 0.160
And I start Tails from USB drive "usbimage" with network unplugged and I login 1:18.622
Then Tails is running from USB drive "usbimage" 0.335
And the label of the system partition on "usbimage" is "Tails" 0.191
And the system partition on "usbimage" is an EFI system partition 0.160
And the FAT filesystem on the system partition on "usbimage" is at least 4000M large 0.135
And the UUID of the FAT filesystem on the system partition on "usbimage" was randomized 0.080
And the label of the FAT filesystem on the system partition on "usbimage" is "TAILS" 0.079
And the system partition on "usbimage" has the expected flags 0.093
After features/support/hooks.rb:291 1.216
After features/support/hooks.rb:75 0.009