Project Number Date
test_Tails_ISO_stable 4971 24 Jul 2024, 22:31

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 54:10.638 Failed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:27.030
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:38.274
And I update APT using apt 20.616
And I install "python3-behave" using apt 25.842
Then the Tails Persistent Storage behave tests pass 2.296
After features/support/hooks.rb:326 1.566
After features/support/hooks.rb:100 0.000
Tags: @product
44.563
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 12.513
When I log in to a new session without activating the Persistent Storage 21.975
Then Tails is running from USB drive "__internal" 0.682
And persistence is disabled 0.474
But a Tails persistence partition exists on USB drive "__internal" 8.917
After features/support/hooks.rb:326 2.089
After features/support/hooks.rb:100 0.000
Tags: @product
3:5.462
Before features/support/hooks.rb:269 0.004
Given I have started Tails without network from a USB drive without a persistent partition and logged in 12.994
Then Tails is running from USB drive "__internal" 0.450
When I create a file in the Persistent directory 0.208
And I create a persistent partition with the default settings 23.647
Then the file I created was copied to the Persistent Storage 0.760
When I shutdown Tails and wait for the computer to power off 13.058
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.912
Then persistence for "Persistent" is active 0.350
And the file I created in the Persistent directory exists 0.078
After features/support/hooks.rb:326 0.809
After features/support/hooks.rb:100 0.009
Tags: @product
1:2.069
Before features/support/hooks.rb:269 0.004
Given I have started Tails without network from a USB drive without a persistent partition and logged in 10.730
And the system is very low on memory 4.242
When I create a file in the Persistent directory 0.698
When I try to create a persistent partition 28.324
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.185
When I close the Persistent Storage app 2.785
And I free up some memory 2.015
And I create a persistent partition with the default settings 12.811
Then the file I created was copied to the Persistent Storage 0.274
After features/support/hooks.rb:326 1.775
After features/support/hooks.rb:100 0.000
Tags: @product
2:46.098
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.321
Then Tails is running from USB drive "__internal" 0.415
And all tps features are active 2.290
And all persistent directories have safe access rights 2.660
When I disable the first tps feature 5.992
Then all tps features but the first one are active 2.661
And I shutdown Tails and wait for the computer to power off 9.201
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.300
Then all tps features but the first one are active 2.254
After features/support/hooks.rb:326 1.228
After features/support/hooks.rb:100 0.009
Tags: @product
19.828
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 10.251
Then persistence for "Persistent" is active 0.077
And I create a file in the Persistent directory 0.119
Then the file I created was copied to the Persistent Storage 0.083
When I disable the first tps feature 5.821
Then persistence for "Persistent" is not active 0.068
And the Persistent directory does not exist 0.074
When I enable the first tps feature 3.138
Then persistence for "Persistent" is active 0.116
And the file I created in the Persistent directory exists 0.076
After features/support/hooks.rb:326 1.152
After features/support/hooks.rb:100 0.000
Tags: @product
19.025
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.389
Then persistence for "Persistent" is active 0.094
When I create a file in the Persistent directory 0.109
And I disable the first tps feature 5.547
And I delete the data of the Persistent Folder feature 3.809
Then the file I created does not exist on the Persistent Storage 0.074
After features/support/hooks.rb:326 1.245
After features/support/hooks.rb:100 0.000
Tags: @product
1:3.976
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.931
And the network is plugged 0.051
And Tor is ready 17.984
And I take note of which tps features are available 0.545
When I write some files expected to persist 1.518
And I shutdown Tails and wait for the computer to power off 8.356
# 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.588
After features/support/hooks.rb:326 0.095
After features/support/hooks.rb:100 0.000
Tags: @product
22:32.187
Scenario Creating and using a persistent NetworkManager connection
Before features/support/hooks.rb:269 0.006
Steps
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.033
And the network is plugged 0.039
And Tor is ready 16.898
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.190
And I shutdown Tails and wait for the computer to power off 8.992
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 21:56.033
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.841

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

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4971/artifact/build-artifacts/03:17:53_Creating_and_using_a_persistent_NetworkManager_connection.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4971/artifact/build-artifacts/03:17:53_Creating_and_using_a_persistent_NetworkManager_connection.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_stable/4971/artifact/build-artifacts/03:17:53_Creating_and_using_a_persistent_NetworkManager_connection.journal

After features/support/hooks.rb:100 0.009
Tags: @product
59.706
Before features/support/hooks.rb:269 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 14.684
And I enable persistence creation in Tails Greeter 1.183
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.000
Then I create a persistent partition with the default settings using the wizard that was already open 22.837
After features/support/hooks.rb:326 1.516
After features/support/hooks.rb:100 0.000
Tags: @product
4:49.435
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 11.613
When I enable persistence 37.054
Then no persistent Greeter options were restored 15.946
When I set all Greeter options to non-default values 24.260
And I log in to a new session in German (de) after having activated the Persistent Storage 43.065
Then all Greeter options are set to non-default values 0.516
When I cold reboot the computer 7.350
And the computer reboots Tails 1:4.083
Given I enable persistence 34.465
Then persistent Greeter options were restored 15.858
When I log in to a new session after having activated the Persistent Storage 34.635
Then all Greeter options are set to non-default values 0.585
After features/support/hooks.rb:326 0.789
After features/support/hooks.rb:100 0.009
Tags: @product
3:43.744
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 9.768
# 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 38.948
And I shutdown Tails and wait for the computer to power off 14.769
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:5.283
And I change the passphrase of the Persistent Storage back to the original 34.973
After features/support/hooks.rb:326 2.188
After features/support/hooks.rb:100 0.009
Tags: @product
1:7.023
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 10.961
And I log in to a new session without activating the Persistent Storage 20.434
Then persistence is disabled 0.465
But a Tails persistence partition exists on USB drive "__internal" 17.935
And all notifications have disappeared 10.987
When I delete the persistent partition 5.983
Then there is no persistence partition on USB drive "__internal" 0.255
After features/support/hooks.rb:326 1.062
After features/support/hooks.rb:100 0.000
Tags: @product
2:29.596
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.101
When I write some dotfile expected to persist 0.077
And I shutdown Tails and wait for the computer to power off 8.936
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.155
Then the expected persistent dotfile is present in the filesystem 0.326
After features/support/hooks.rb:326 1.021
After features/support/hooks.rb:100 0.010
Tags: @product
1:46.234
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 9.413
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.087
When I try to enable persistence 0.295
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 31.529
When I log in to a new session after having activated the Persistent Storage 48.674
And all notifications have disappeared 8.164
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.987
And all tps features are enabled 2.135
And all tps features but the first one are active 1.946
After features/support/hooks.rb:326 1.386
After features/support/hooks.rb:100 0.000
Tags: @product
4:23.778
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 3:0.261
And I enable persistence 34.300
And I log in to a new session after having activated the Persistent Storage 47.610
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.451
And persistence is enabled 0.155
After features/support/hooks.rb:326 0.985
After features/support/hooks.rb:100 0.000
Tags: @product
30.876
Before features/support/hooks.rb:269 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 9.568
And I enable persistence but something goes wrong during the LUKS header upgrade 20.501
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.806
After features/support/hooks.rb:326 0.819
After features/support/hooks.rb:100 0.000