Project Number Date
test_Tails_ISO_stable 4776 06 Apr 2024, 12:27

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 56:4.927 Failed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:7.160
Before features/support/hooks.rb:259 0.004
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:27.306
And I update APT using apt 17.808
And I install "python3-behave" using apt 19.350
Then the Tails Persistent Storage behave tests pass 2.694
After features/support/hooks.rb:305 0.673
After features/support/hooks.rb:89 0.000
Tags: @product
35.723
Before features/support/hooks.rb:259 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.832
When I log in to a new session without activating the Persistent Storage 19.020
Then Tails is running from USB drive "__internal" 0.461
And persistence is disabled 0.433
But a Tails persistence partition exists on USB drive "__internal" 4.975
After features/support/hooks.rb:305 1.323
After features/support/hooks.rb:89 0.000
Tags: @product
3:7.539
Before features/support/hooks.rb:259 0.004
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.238
Then Tails is running from USB drive "__internal" 1.323
When I create a file in the Persistent directory 0.341
And I create a persistent partition with the default settings 23.147
Then the file I created was copied to the Persistent Storage 0.439
When I shutdown Tails and wait for the computer to power off 23.195
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:5.513
Then persistence for "Persistent" is active 0.274
And the file I created in the Persistent directory exists 0.067
After features/support/hooks.rb:305 0.736
After features/support/hooks.rb:89 0.010
Tags: @product
53.852
Before features/support/hooks.rb:259 0.004
Given I have started Tails without network from a USB drive without a persistent partition and logged in 11.193
And the system is very low on memory 3.264
When I create a file in the Persistent directory 1.411
When I try to create a persistent partition 20.086
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.200
When I close the Persistent Storage app 2.522
And I free up some memory 1.437
And I create a persistent partition with the default settings 13.484
Then the file I created was copied to the Persistent Storage 0.250
After features/support/hooks.rb:305 1.615
After features/support/hooks.rb:89 0.000
Tags: @product
2:37.081
Before features/support/hooks.rb:259 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.855
Then Tails is running from USB drive "__internal" 0.413
And all tps features are active 2.144
And all persistent directories have safe access rights 2.390
When I disable the first tps feature 4.457
Then all tps features but the first one are active 1.978
And I shutdown Tails and wait for the computer to power off 15.822
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 1:56.828
Then all tps features but the first one are active 2.190
After features/support/hooks.rb:305 0.801
After features/support/hooks.rb:89 0.011
Tags: @product
18.085
Before features/support/hooks.rb:259 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.902
Then persistence for "Persistent" is active 0.181
And I create a file in the Persistent directory 0.065
Then the file I created was copied to the Persistent Storage 0.087
When I disable the first tps feature 4.511
Then persistence for "Persistent" is not active 0.062
And the Persistent directory does not exist 0.050
When I enable the first tps feature 3.091
Then persistence for "Persistent" is active 0.068
And the file I created in the Persistent directory exists 0.063
After features/support/hooks.rb:305 0.779
After features/support/hooks.rb:89 0.000
Tags: @product
17.357
Before features/support/hooks.rb:259 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.009
Then persistence for "Persistent" is active 0.154
When I create a file in the Persistent directory 0.128
And I disable the first tps feature 4.437
And I delete the data of the Persistent Folder feature 3.584
Then the file I created does not exist on the Persistent Storage 0.043
After features/support/hooks.rb:305 0.801
After features/support/hooks.rb:89 0.000
Tags: @product
50.040
Before features/support/hooks.rb:259 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.030
And the network is plugged 0.145
And Tor is ready 15.632
And I take note of which tps features are available 0.686
When I write some files expected to persist 1.322
And I shutdown Tails and wait for the computer to power off 6.479
# 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" 16.743
After features/support/hooks.rb:305 0.218
After features/support/hooks.rb:89 0.000
Tags: @product
22:20.198
Scenario Creating and using a persistent NetworkManager connection
Before features/support/hooks.rb:259 0.006
Steps
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.786
And the network is plugged 0.071
And Tor is ready 18.002
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.179
And I shutdown Tails and wait for the computer to power off 6.445
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 21:45.712
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:713:in `new'
./features/step_definitions/common_steps.rb:713:in `/^all notifications have disappeared$/'
./features/step_definitions/common_steps.rb:297: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:305 9.824

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

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4776/artifact/build-artifacts/03:21:50_Creating_and_using_a_persistent_NetworkManager_connection.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4776/artifact/build-artifacts/03:21:50_Creating_and_using_a_persistent_NetworkManager_connection.mkv

After features/support/hooks.rb:89 0.010
Tags: @product
55.303
Before features/support/hooks.rb:259 0.006
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 12.301
And I enable persistence creation in Tails Greeter 1.109
And I log in to a new session expecting no warning about the Persistent Storage not being activated 19.143
Then I create a persistent partition with the default settings using the wizard that was already open 22.749
After features/support/hooks.rb:305 4.124
After features/support/hooks.rb:89 0.000
Tags: @product
4:35.802
Before features/support/hooks.rb:259 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 12.312
When I enable persistence 33.724
Then no persistent Greeter options were restored 14.494
When I set all Greeter options to non-default values 22.960
And I log in to a new session in German (de) after having activated the Persistent Storage 48.465
Then all Greeter options are set to non-default values 0.591
When I cold reboot the computer 7.442
And the computer reboots Tails 55.604
Given I enable persistence 30.869
Then persistent Greeter options were restored 15.171
When I log in to a new session after having activated the Persistent Storage 33.379
Then all Greeter options are set to non-default values 0.786
After features/support/hooks.rb:305 1.631
After features/support/hooks.rb:89 0.010
Tags: @product
3:28.466
Before features/support/hooks.rb:259 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.783
# 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 34.992
And I shutdown Tails and wait for the computer to power off 12.426
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 1:52.070
And I change the passphrase of the Persistent Storage back to the original 37.194
After features/support/hooks.rb:305 2.265
After features/support/hooks.rb:89 0.009
Tags: @product
55.711
Before features/support/hooks.rb:259 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.670
And I log in to a new session without activating the Persistent Storage 20.537
Then persistence is disabled 0.403
But a Tails persistence partition exists on USB drive "__internal" 6.763
And all notifications have disappeared 10.201
When I delete the persistent partition 6.731
Then there is no persistence partition on USB drive "__internal" 0.404
After features/support/hooks.rb:305 0.993
After features/support/hooks.rb:89 0.000
Tags: @product
2:8.707
Before features/support/hooks.rb:259 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.561
When I write some dotfile expected to persist 0.191
And I shutdown Tails and wait for the computer to power off 6.863
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 1:51.717
Then the expected persistent dotfile is present in the filesystem 0.373
After features/support/hooks.rb:305 0.643
After features/support/hooks.rb:89 0.010
Tags: @product
1:35.386
Before features/support/hooks.rb:259 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 9.134
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.076
When I try to enable persistence 0.260
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 29.418
When I log in to a new session after having activated the Persistent Storage 39.420
And all notifications have disappeared 8.623
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.255
And all tps features are enabled 2.950
And all tps features but the first one are active 2.246
After features/support/hooks.rb:305 0.653
After features/support/hooks.rb:89 0.000
Tags: @product
8:35.681
Before features/support/hooks.rb:259 0.004
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 7:23.561
And I enable persistence 30.097
And I log in to a new session after having activated the Persistent Storage 40.821
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.026
And persistence is enabled 0.174
After features/support/hooks.rb:305 1.189
After features/support/hooks.rb:89 0.000
Tags: @product
42.827
Before features/support/hooks.rb:259 0.008
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 22.613
And I enable persistence but something goes wrong during the LUKS header upgrade 19.449
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.764
After features/support/hooks.rb:305 0.662
After features/support/hooks.rb:89 0.000