Project Number Date
test_Tails_ISO_20816-block-paths-bwrap 7 11 Mar 2025, 07:15

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 42:43.616 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:49.943
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails from DVD and logged in with an administration password and the network is connected 2:8.080
And I update APT using apt 13.973
And I install "python3-behave" using apt 22.622
Then the Tails Persistent Storage behave tests pass 5.268
After features/support/hooks.rb:330 0.991
After features/support/hooks.rb:100 0.000
Tags: @product
57.696
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 21.069
When I log in to a new session without activating the Persistent Storage 24.957
Then Tails is running from USB drive "__internal" 0.531
And persistence is disabled 0.479
But a Tails persistence partition exists on USB drive "__internal" 10.658
After features/support/hooks.rb:330 2.007
After features/support/hooks.rb:100 0.000
Tags: @product
3:8.275
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 without a persistent partition and logged in 13.028
Then Tails is running from USB drive "__internal" 0.463
When I create a file in the Persistent directory 0.194
And I create a persistent partition with the default settings 23.537
Then the file I created was copied to the Persistent Storage 0.550
When I shutdown Tails and wait for the computer to power off 12.825
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.164
Then persistence for "Persistent" is active 0.435
And the file I created in the Persistent directory exists 0.075
After features/support/hooks.rb:330 1.031
After features/support/hooks.rb:100 0.010
Tags: @product
1:7.435
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 logged in 11.865
And the system is very low on memory 4.689
When I create a file in the Persistent directory 1.275
When I try to create a persistent partition 30.029
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.574
When I close the Persistent Storage app 2.770
And I free up some memory 1.568
And I create a persistent partition with the default settings 14.374
Then the file I created was copied to the Persistent Storage 0.287
After features/support/hooks.rb:330 2.406
After features/support/hooks.rb:100 0.000
Tags: @product
2:52.806
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 12.561
Then Tails is running from USB drive "__internal" 0.426
And all tps features are active 2.362
And all persistent directories have safe access rights 2.536
When I disable the first tps feature 6.236
Then all tps features but the first one are active 2.354
And I shutdown Tails and wait for the computer to power off 15.241
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:8.698
Then all tps features but the first one are active 2.388
After features/support/hooks.rb:330 1.387
After features/support/hooks.rb:100 0.011
Tags: @product
21.553
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 11.243
Then persistence for "Persistent" is active 0.301
And I create a file in the Persistent directory 0.119
Then the file I created was copied to the Persistent Storage 0.121
When I disable the first tps feature 6.157
Then persistence for "Persistent" is not active 0.109
And the Persistent directory does not exist 0.050
When I enable the first tps feature 3.301
Then persistence for "Persistent" is active 0.082
And the file I created in the Persistent directory exists 0.063
After features/support/hooks.rb:330 1.419
After features/support/hooks.rb:100 0.000
Tags: @product
20.411
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.470
Then persistence for "Persistent" is active 0.086
When I create a file in the Persistent directory 0.081
And I disable the first tps feature 5.884
And I delete the data of the Persistent Folder feature 3.783
Then the file I created does not exist on the Persistent Storage 0.105
After features/support/hooks.rb:330 1.472
After features/support/hooks.rb:100 0.000
Tags: @product
1:10.708
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 10.950
And the network is plugged 0.074
And Tor is ready 22.126
And I take note of which tps features are available 0.630
When I write some files expected to persist 1.476
And I shutdown Tails and wait for the computer to power off 11.160
# 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.289
After features/support/hooks.rb:330 0.105
After features/support/hooks.rb:100 0.000
Tags: @product
3:13.625
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.172
And the network is plugged 0.073
And Tor is ready 21.415
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.196
And I shutdown Tails and wait for the computer to power off 8.350
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.905
And I capture all network traffic 0.007
And the network is plugged 0.082
And Tor is ready 18.715
And I switch to the "persistent-con-current" NetworkManager connection 0.427
And the 1st network device has a spoofed MAC address configured 0.130
And no network device leaked the real MAC address 0.147
After features/support/hooks.rb:330 0.687
After features/support/hooks.rb:100 0.052
Tags: @product
1:4.009
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 without a persistent partition and stopped at Tails Greeter's login screen 13.061
And I enable persistence creation in Tails Greeter 1.165
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.048
Then I create a persistent partition with the default settings using the wizard that was already open 28.733
After features/support/hooks.rb:330 2.155
After features/support/hooks.rb:100 0.000
Tags: @product
4:57.505
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 44.184
When I enable persistence 33.875
Then no persistent Greeter options were restored 14.259
When I set all Greeter options to non-default values 25.838
And I log in to a new session in German (de) after having activated the Persistent Storage 53.031
Then all Greeter options are set to non-default values 0.468
When I cold reboot the computer 7.321
And the computer reboots Tails 1:0.740
Given I enable persistence 16.997
Then persistent Greeter options were restored 0.483
When I log in to a new session after having activated the Persistent Storage 40.063
Then all Greeter options are set to non-default values 0.240
After features/support/hooks.rb:330 1.810
After features/support/hooks.rb:100 0.010
Tags: @product
3:39.853
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.797
# 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 33.413
And I shutdown Tails and wait for the computer to power off 12.861
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:8.352
And I change the passphrase of the Persistent Storage back to the original 34.428
After features/support/hooks.rb:330 2.026
After features/support/hooks.rb:100 0.009
Tags: @product
53.715
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 9.657
And I log in to a new session without activating the Persistent Storage 21.276
Then persistence is disabled 0.292
But a Tails persistence partition exists on USB drive "__internal" 7.037
And all notifications have disappeared 8.539
When I delete the persistent partition 6.520
Then there is no persistence partition on USB drive "__internal" 0.390
After features/support/hooks.rb:330 1.206
After features/support/hooks.rb:100 0.000
Tags: @product
2:27.356
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.494
When I write some dotfile expected to persist 0.274
And I shutdown Tails and wait for the computer to power off 11.272
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:4.846
Then the expected persistent dotfile is present in the filesystem 0.469
After features/support/hooks.rb:330 0.635
After features/support/hooks.rb:100 0.009
Tags: @product
1:39.133
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 9.202
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.084
When I try to enable persistence 0.258
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 31.627
When I log in to a new session after having activated the Persistent Storage 40.362
And all notifications have disappeared 8.435
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.259
And all tps features are enabled 2.668
And all tps features but the first one are active 2.234
After features/support/hooks.rb:330 2.028
After features/support/hooks.rb:100 0.000
Tags: @product
5:56.607
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 4:29.756
And I enable persistence 33.826
And I log in to a new session after having activated the Persistent Storage 47.435
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.236
And persistence is enabled 3.352
After features/support/hooks.rb:330 2.081
After features/support/hooks.rb:100 0.000
Tags: @product
35.269
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 8.755
And I enable persistence but something goes wrong during the LUKS header upgrade 25.761
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.753
After features/support/hooks.rb:330 0.814
After features/support/hooks.rb:100 0.000
Tags: @product
48.433
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 8.772
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.233
When I enable persistence 31.701
Then the filesystem of the Persistent Storage was repaired 0.081
And persistence is successfully enabled 2.645
After features/support/hooks.rb:330 1.810
After features/support/hooks.rb:100 0.000
Tags: @product
47.911
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.719
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.015
When I try to enable persistence 0.412
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 21.710
When I repair the filesystem of the Persistent Storage 3.305
Then the Welcome Screen tells me that the filesystem was repaired successfully 4.131
And the filesystem of the Persistent Storage was repaired 0.736
When I close the filesystem repair dialog 1.290
Then persistence is successfully enabled 1.589
After features/support/hooks.rb:330 3.155
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:53.782
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.085
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.132
When I try to enable persistence 0.268
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.948
When I repair the filesystem of the Persistent Storage 2.180
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.078
When I log in to a new session 44.536
And all notifications have disappeared 7.288
# 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.363
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.250
When I close the "whisperback" window 1.440
Then the Tor Browser starts 20.252
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.957
After features/support/hooks.rb:330 4.975
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:57.582
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 9.135
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.653
And Tails detects disk read failures on the boot device 1.611
When I try to enable persistence 0.539
Then the Welcome Screen tells me that my hardware is probably failing 21.731
When I log in to a new session 46.899
And all notifications have disappeared 7.759
Then the Tor Browser starts 23.394
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.859
After features/support/hooks.rb:330 1.857
After features/support/hooks.rb:100 0.000