Project Number Date
test_Tails_ISO_devel 3779 11 Apr 2025, 16:47

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Tails persistence 157 0 0 0 0 157 21 0 21 44:58.906 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
6:14.296
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:34.453
And I update APT using apt 4:14.151
And I install "python3-behave" using apt 23.357
Then the Tails Persistent Storage behave tests pass 2.334
After features/support/hooks.rb:330 0.801
After features/support/hooks.rb:100 0.000
Tags: @product
47.671
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.286
When I log in to a new session without activating the Persistent Storage 26.194
Then Tails is running from USB drive "__internal" 0.649
And persistence is disabled 0.494
But a Tails persistence partition exists on USB drive "__internal" 8.046
After features/support/hooks.rb:330 1.250
After features/support/hooks.rb:100 0.000
Tags: @product
3:16.408
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.410
Then Tails is running from USB drive "__internal" 0.478
When I create a file in the Persistent directory 0.154
And I create a persistent partition with the default settings 23.548
Then the file I created was copied to the Persistent Storage 2.744
When I shutdown Tails and wait for the computer to power off 13.081
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.585
Then persistence for "Persistent" is active 0.323
And the file I created in the Persistent directory exists 0.082
After features/support/hooks.rb:330 1.777
After features/support/hooks.rb:100 0.079
Tags: @product
1:2.979
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.012
Given I have started Tails without network from a USB drive without a persistent partition and logged in 12.464
And the system is very low on memory 5.428
When I create a file in the Persistent directory 1.068
When I try to create a persistent partition 23.872
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.329
When I close the Persistent Storage app 2.859
And I free up some memory 3.281
And I create a persistent partition with the default settings 13.359
Then the file I created was copied to the Persistent Storage 0.316
After features/support/hooks.rb:330 2.189
After features/support/hooks.rb:100 0.000
Tags: @product
2:54.715
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 13.492
Then Tails is running from USB drive "__internal" 2.117
And all tps features are active 2.356
And all persistent directories have safe access rights 2.687
When I disable the first tps feature 5.274
Then all tps features but the first one are active 2.034
And I shutdown Tails and wait for the computer to power off 13.291
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:11.219
Then all tps features but the first one are active 2.241
After features/support/hooks.rb:330 1.172
After features/support/hooks.rb:100 0.008
Tags: @product
21.020
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.734
Then persistence for "Persistent" is active 0.152
And I create a file in the Persistent directory 0.122
Then the file I created was copied to the Persistent Storage 0.121
When I disable the first tps feature 5.293
Then persistence for "Persistent" is not active 0.083
And the Persistent directory does not exist 0.043
When I enable the first tps feature 3.314
Then persistence for "Persistent" is active 0.079
And the file I created in the Persistent directory exists 0.074
After features/support/hooks.rb:330 1.045
After features/support/hooks.rb:100 0.000
Tags: @product
19.407
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.089
Then persistence for "Persistent" is active 0.118
When I create a file in the Persistent directory 0.089
And I disable the first tps feature 5.322
And I delete the data of the Persistent Folder feature 3.725
Then the file I created does not exist on the Persistent Storage 0.061
After features/support/hooks.rb:330 1.711
After features/support/hooks.rb:100 0.000
Tags: @product
1:4.713
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.885
And the network is plugged 0.086
And Tor is ready 19.390
And I take note of which tps features are available 0.574
When I write some files expected to persist 1.497
And I shutdown Tails and wait for the computer to power off 8.580
# 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.698
After features/support/hooks.rb:330 0.162
After features/support/hooks.rb:100 0.000
Tags: @product
3:11.936
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.500
And the network is plugged 0.072
And Tor is ready 20.954
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.203
And I shutdown Tails and wait for the computer to power off 7.773
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:11.642
And I capture all network traffic 0.009
And the network is plugged 0.079
And Tor is ready 21.121
And I switch to the "persistent-con-current" NetworkManager connection 0.342
And the 1st network device has a spoofed MAC address configured 0.105
And no network device leaked the real MAC address 0.130
After features/support/hooks.rb:330 0.594
After features/support/hooks.rb:100 0.080
Tags: @product
1:4.489
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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 16.355
And I enable persistence creation in Tails Greeter 1.096
And I log in to a new session expecting no warning about the Persistent Storage not being activated 23.371
Then I create a persistent partition with the default settings using the wizard that was already open 23.666
After features/support/hooks.rb:330 2.809
After features/support/hooks.rb:100 0.000
Tags: @product
4:38.051
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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 12.082
When I enable persistence 35.518
Then no persistent Greeter options were restored 14.424
When I set all Greeter options to non-default values 27.515
And I log in to a new session in German (de) after having activated the Persistent Storage 48.152
Then all Greeter options are set to non-default values 1.359
When I cold reboot the computer 10.234
And the computer reboots Tails 1:6.453
Given I enable persistence 17.912
Then persistent Greeter options were restored 0.502
When I log in to a new session after having activated the Persistent Storage 43.661
Then all Greeter options are set to non-default values 0.233
After features/support/hooks.rb:330 1.778
After features/support/hooks.rb:100 0.014
Tags: @product
4:6.680
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.588
# 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 47.645
And I shutdown Tails and wait for the computer to power off 14.982
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:16.057
And I change the passphrase of the Persistent Storage back to the original 37.405
After features/support/hooks.rb:330 3.950
After features/support/hooks.rb:100 0.010
Tags: @product
54.431
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.690
And I log in to a new session without activating the Persistent Storage 21.179
Then persistence is disabled 0.264
But a Tails persistence partition exists on USB drive "__internal" 6.265
And all notifications have disappeared 9.696
When I delete the persistent partition 6.278
Then there is no persistence partition on USB drive "__internal" 1.055
After features/support/hooks.rb:330 1.141
After features/support/hooks.rb:100 0.000
Tags: @product
2:29.074
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.798
When I write some dotfile expected to persist 0.078
And I shutdown Tails and wait for the computer to power off 8.645
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.062
Then the expected persistent dotfile is present in the filesystem 0.488
After features/support/hooks.rb:330 1.237
After features/support/hooks.rb:100 0.018
Tags: @product
1:40.613
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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 8.748
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.088
When I try to enable persistence 0.300
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 28.094
When I log in to a new session after having activated the Persistent Storage 46.119
And all notifications have disappeared 7.925
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.023
And all tps features are enabled 3.373
And all tps features but the first one are active 1.940
After features/support/hooks.rb:330 1.765
After features/support/hooks.rb:100 0.000
Tags: @product
4:22.044
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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 2:56.465
And I enable persistence 32.169
And I log in to a new session after having activated the Persistent Storage 48.973
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.816
And persistence is enabled 2.618
After features/support/hooks.rb:330 3.015
After features/support/hooks.rb:100 0.000
Tags: @product
35.967
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
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 15.727
And I enable persistence but something goes wrong during the LUKS header upgrade 19.520
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.719
After features/support/hooks.rb:330 0.894
After features/support/hooks.rb:100 0.000
Tags: @product
56.549
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.977
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.761
When I enable persistence 36.859
Then the filesystem of the Persistent Storage was repaired 0.090
And persistence is successfully enabled 2.860
After features/support/hooks.rb:330 1.892
After features/support/hooks.rb:100 0.000
Tags: @product
54.350
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.203
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.751
When I try to enable persistence 0.556
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.892
When I repair the filesystem of the Persistent Storage 1.300
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.990
And the filesystem of the Persistent Storage was repaired 4.907
When I close the filesystem repair dialog 1.264
Then persistence is successfully enabled 1.483
After features/support/hooks.rb:330 3.134
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:2.565
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.335
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.104
When I try to enable persistence 0.306
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 34.281
When I repair the filesystem of the Persistent Storage 1.255
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.081
When I log in to a new session 46.454
And all notifications have disappeared 7.539
# Now both WhisperBack and Tor Browser has started at the same
# time, so we do not know which window is focused. The steps about
# Tor Browser care about that, but the ones about WhisperBack do
# not, so we first deal with WhisperBack and then kill it to
# ensure that Tor Browser is focused.
Then WhisperBack is prefilled for fsck with summary: "Failed to repair the file system of your Persistent Storage" 0.587
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.257
When I close the "whisperback" window 1.469
Then the Tor Browser starts 19.875
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.016
After features/support/hooks.rb:330 3.279
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:0.940
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.543
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.637
And Tails detects disk read failures on the boot device 1.570
When I try to enable persistence 0.423
Then the Welcome Screen tells me that my hardware is probably failing 20.467
When I log in to a new session 52.881
And all notifications have disappeared 7.501
Then the Tor Browser starts 20.144
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.770
After features/support/hooks.rb:330 1.928
After features/support/hooks.rb:100 0.000