Project Number Date
test_Tails_ISO_stable 4954 18 Jul 2024, 08:59

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Tails persistence 114 1 6 0 0 121 16 1 17 59:26.397 Failed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:19.939
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:31.741
And I update APT using apt 19.807
And I install "python3-behave" using apt 25.767
Then the Tails Persistent Storage behave tests pass 2.623
After features/support/hooks.rb:326 0.834
After features/support/hooks.rb:100 0.000
Tags: @product
48.990
Before features/support/hooks.rb:269 0.009
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 15.915
When I log in to a new session without activating the Persistent Storage 23.088
Then Tails is running from USB drive "__internal" 0.735
And persistence is disabled 0.317
But a Tails persistence partition exists on USB drive "__internal" 8.932
After features/support/hooks.rb:326 2.681
After features/support/hooks.rb:100 0.000
Tags: @product
3:25.740
Before features/support/hooks.rb:269 0.013
Given I have started Tails without network from a USB drive without a persistent partition and logged in 18.322
Then Tails is running from USB drive "__internal" 1.200
When I create a file in the Persistent directory 0.164
And I create a persistent partition with the default settings 24.958
Then the file I created was copied to the Persistent Storage 0.747
When I shutdown Tails and wait for the computer to power off 13.334
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:26.637
Then persistence for "Persistent" is active 0.299
And the file I created in the Persistent directory exists 0.075
After features/support/hooks.rb:326 0.789
After features/support/hooks.rb:100 0.030
Tags: @product
1:2.591
Before features/support/hooks.rb:269 0.007
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.579
And the system is very low on memory 5.579
When I create a file in the Persistent directory 1.533
When I try to create a persistent partition 23.849
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.143
When I close the Persistent Storage app 2.618
And I free up some memory 1.276
And I create a persistent partition with the default settings 13.766
Then the file I created was copied to the Persistent Storage 0.243
After features/support/hooks.rb:326 1.337
After features/support/hooks.rb:100 0.000
Tags: @product
3:6.153
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 24.668
Then Tails is running from USB drive "__internal" 0.414
And all tps features are active 2.290
And all persistent directories have safe access rights 2.476
When I disable the first tps feature 5.505
Then all tps features but the first one are active 2.308
And I shutdown Tails and wait for the computer to power off 15.369
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.703
Then all tps features but the first one are active 2.415
After features/support/hooks.rb:326 0.746
After features/support/hooks.rb:100 0.010
Tags: @product
20.551
Before features/support/hooks.rb:269 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.147
Then persistence for "Persistent" is active 0.087
And I create a file in the Persistent directory 0.070
Then the file I created was copied to the Persistent Storage 0.114
When I disable the first tps feature 5.746
Then persistence for "Persistent" is not active 0.072
And the Persistent directory does not exist 0.054
When I enable the first tps feature 3.096
Then persistence for "Persistent" is active 0.076
And the file I created in the Persistent directory exists 0.083
After features/support/hooks.rb:326 0.742
After features/support/hooks.rb:100 0.000
Tags: @product
18.803
Before features/support/hooks.rb:269 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.108
Then persistence for "Persistent" is active 0.093
When I create a file in the Persistent directory 0.079
And I disable the first tps feature 5.762
And I delete the data of the Persistent Folder feature 3.701
Then the file I created does not exist on the Persistent Storage 0.056
After features/support/hooks.rb:326 0.849
After features/support/hooks.rb:100 0.000
Tags: @product
1:5.102
Before features/support/hooks.rb:269 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.541
And the network is plugged 0.042
And Tor is ready 18.735
And I take note of which tps features are available 0.732
When I write some files expected to persist 1.567
And I shutdown Tails and wait for the computer to power off 8.972
# XXX: The next step succeeds (and the --debug output confirms that it's actually looking for the files) but will fail in a subsequent scenario restoring the same snapshot. This exactly what we want, but why does it work? What is guestfs's behaviour when qcow2 internal snapshots are involved?
Then only the expected files are present on the persistence partition on USB drive "__internal" 24.510
After features/support/hooks.rb:326 0.100
After features/support/hooks.rb:100 0.000
Tags: @product
22:40.752
Scenario Creating and using a persistent NetworkManager connection
Before features/support/hooks.rb:269 0.008
Steps
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.256
And the network is plugged 0.049
And Tor is ready 18.541
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.181
And I shutdown Tails and wait for the computer to power off 8.745
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 22:3.976
execution expired (RemoteShell::Timeout)
./features/support/helpers/remote_shell.rb:56:in `read'
./features/support/helpers/remote_shell.rb:56:in `block (3 levels) in communicate'
./features/support/helpers/remote_shell.rb:55:in `block (2 levels) in communicate'
./features/support/helpers/remote_shell.rb:42:in `loop'
./features/support/helpers/remote_shell.rb:42:in `block in communicate'
./features/support/helpers/remote_shell.rb:37:in `communicate'
./features/support/helpers/remote_shell.rb:174:in `execute'
./features/support/helpers/remote_shell.rb:185:in `initialize'
./features/support/helpers/dogtail.rb:80:in `new'
./features/support/helpers/dogtail.rb:80:in `run'
./features/support/helpers/dogtail.rb:70:in `initialize'
./features/step_definitions/common_steps.rb:706:in `new'
./features/step_definitions/common_steps.rb:706:in `/^all notifications have disappeared$/'
./features/step_definitions/common_steps.rb:292:in `/^I start Tails from (.+?) drive "(.+?)"( with network unplugged)?( and I login( with persistence enabled)?( with the changed persistence passphrase)?( (?:and|with) an administration password)?)?$/'
features/persistence.feature:88:in `Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled'
And I capture all network traffic 0.000
And the network is plugged 0.000
And Tor is ready 0.000
And I switch to the "persistent-con-current" NetworkManager connection 0.000
And the 1st network device has a spoofed MAC address configured 0.000
And no network device leaked the real MAC address 0.000
After features/support/hooks.rb:326 10.884

SCENARIO FAILED: 'Creating and using a persistent NetworkManager connection' (at time 03:29:32)

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4954/artifact/build-artifacts/03:29:32_Creating_and_using_a_persistent_NetworkManager_connection.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4954/artifact/build-artifacts/03:29:32_Creating_and_using_a_persistent_NetworkManager_connection.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4954/artifact/build-artifacts/03:29:32_Creating_and_using_a_persistent_NetworkManager_connection.journal

After features/support/hooks.rb:100 0.013
Tags: @product
1:16.462
Before features/support/hooks.rb:269 0.008
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 16.974
And I enable persistence creation in Tails Greeter 1.439
And I log in to a new session expecting no warning about the Persistent Storage not being activated 30.983
Then I create a persistent partition with the default settings using the wizard that was already open 27.065
After features/support/hooks.rb:326 1.591
After features/support/hooks.rb:100 0.000
Tags: @product
5:26.612
Before features/support/hooks.rb:269 0.007
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 14.958
When I enable persistence 44.233
Then no persistent Greeter options were restored 16.141
When I set all Greeter options to non-default values 26.054
And I log in to a new session in German (de) after having activated the Persistent Storage 1:0.491
Then all Greeter options are set to non-default values 0.322
When I cold reboot the computer 8.354
And the computer reboots Tails 1:4.562
Given I enable persistence 33.119
Then persistent Greeter options were restored 16.468
When I log in to a new session after having activated the Persistent Storage 41.591
Then all Greeter options are set to non-default values 0.313
After features/support/hooks.rb:326 1.337
After features/support/hooks.rb:100 0.010
Tags: @product
3:53.247
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.199
# Note that if anything fails after the passphrase was changed and
# before it's changed back below, subsequent scenarios might fail
# because the Persistent Storage doesn't have the expected passphrase.
When I change the passphrase of the Persistent Storage 32.813
And I shutdown Tails and wait for the computer to power off 16.231
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:14.124
And I change the passphrase of the Persistent Storage back to the original 39.878
After features/support/hooks.rb:326 1.843
After features/support/hooks.rb:100 0.011
Tags: @product
1:2.610
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.940
And I log in to a new session without activating the Persistent Storage 25.153
Then persistence is disabled 0.381
But a Tails persistence partition exists on USB drive "__internal" 11.712
And all notifications have disappeared 7.837
When I delete the persistent partition 6.049
Then there is no persistence partition on USB drive "__internal" 0.535
After features/support/hooks.rb:326 0.887
After features/support/hooks.rb:100 0.000
Tags: @product
2:39.228
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.925
When I write some dotfile expected to persist 0.174
And I shutdown Tails and wait for the computer to power off 11.455
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.315
Then the expected persistent dotfile is present in the filesystem 0.357
After features/support/hooks.rb:326 0.727
After features/support/hooks.rb:100 0.011
Tags: @product
1:53.265
Before features/support/hooks.rb:269 0.004
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.863
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.092
When I try to enable persistence 0.265
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 31.146
When I log in to a new session after having activated the Persistent Storage 48.779
And all notifications have disappeared 9.313
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.342
And all tps features are enabled 6.131
And all tps features but the first one are active 3.329
After features/support/hooks.rb:326 1.271
After features/support/hooks.rb:100 0.000
Tags: @product
6:53.571
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a LUKS 1 persistent partition and stopped at Tails Greeter's login screen 5:5.471
And I enable persistence 56.891
And I log in to a new session after having activated the Persistent Storage 48.813
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.186
And persistence is enabled 0.208
After features/support/hooks.rb:326 1.795
After features/support/hooks.rb:100 0.000
Tags: @product
1:12.774
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a LUKS 1 persistent partition and stopped at Tails Greeter's login screen 19.094
And I enable persistence but something goes wrong during the LUKS header upgrade 52.624
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 1.054
After features/support/hooks.rb:326 0.854
After features/support/hooks.rb:100 0.000