Project Number Date
test_Tails_ISO_20816-block-paths-bwrap 19 22 Mar 2025, 06:19

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:54.152 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
5:13.959
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:33.024
And I update APT using apt 3:14.868
And I install "python3-behave" using apt 22.678
Then the Tails Persistent Storage behave tests pass 3.388
After features/support/hooks.rb:330 0.670
After features/support/hooks.rb:100 0.000
Tags: @product
56.239
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 and stopped at Tails Greeter's login screen 25.391
When I log in to a new session without activating the Persistent Storage 20.053
Then Tails is running from USB drive "__internal" 0.913
And persistence is disabled 0.462
But a Tails persistence partition exists on USB drive "__internal" 9.418
After features/support/hooks.rb:330 1.498
After features/support/hooks.rb:100 0.000
Tags: @product
3:10.659
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 without a persistent partition and logged in 13.871
Then Tails is running from USB drive "__internal" 0.814
When I create a file in the Persistent directory 0.143
And I create a persistent partition with the default settings 23.872
Then the file I created was copied to the Persistent Storage 0.560
When I shutdown Tails and wait for the computer to power off 12.547
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:18.230
Then persistence for "Persistent" is active 0.542
And the file I created in the Persistent directory exists 0.077
After features/support/hooks.rb:330 1.764
After features/support/hooks.rb:100 0.007
Tags: @product
57.587
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive without a persistent partition and logged in 10.933
And the system is very low on memory 4.273
When I create a file in the Persistent directory 1.308
When I try to create a persistent partition 23.014
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.417
When I close the Persistent Storage app 2.802
And I free up some memory 1.910
And I create a persistent partition with the default settings 12.650
Then the file I created was copied to the Persistent Storage 0.276
After features/support/hooks.rb:330 2.423
After features/support/hooks.rb:100 0.000
Tags: @product
2:52.206
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 16.930
Then Tails is running from USB drive "__internal" 0.640
And all tps features are active 2.358
And all persistent directories have safe access rights 2.589
When I disable the first tps feature 5.620
Then all tps features but the first one are active 1.968
And I shutdown Tails and wait for the computer to power off 12.740
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:7.170
Then all tps features but the first one are active 2.188
After features/support/hooks.rb:330 0.801
After features/support/hooks.rb:100 0.008
Tags: @product
19.171
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 9.887
Then persistence for "Persistent" is active 0.161
And I create a file in the Persistent directory 0.150
Then the file I created was copied to the Persistent Storage 0.093
When I disable the first tps feature 5.531
Then persistence for "Persistent" is not active 0.073
And the Persistent directory does not exist 0.049
When I enable the first tps feature 3.088
Then persistence for "Persistent" is active 0.068
And the file I created in the Persistent directory exists 0.065
After features/support/hooks.rb:330 1.353
After features/support/hooks.rb:100 0.000
Tags: @product
19.180
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.274
Then persistence for "Persistent" is active 0.144
When I create a file in the Persistent directory 0.093
And I disable the first tps feature 6.007
And I delete the data of the Persistent Folder feature 3.608
Then the file I created does not exist on the Persistent Storage 0.053
After features/support/hooks.rb:330 1.423
After features/support/hooks.rb:100 0.000
Tags: @product
1:47.651
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 24.413
And the network is plugged 0.121
And Tor is ready 48.568
And I take note of which tps features are available 0.627
When I write some files expected to persist 1.342
And I shutdown Tails and wait for the computer to power off 8.489
# 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.089
After features/support/hooks.rb:330 0.118
After features/support/hooks.rb:100 0.000
Tags: @product
3:3.980
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 9.545
And the network is plugged 0.112
And Tor is ready 19.142
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.197
And I shutdown Tails and wait for the computer to power off 8.492
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:6.616
And I capture all network traffic 0.007
And the network is plugged 0.096
And Tor is ready 19.184
And I switch to the "persistent-con-current" NetworkManager connection 0.342
And the 1st network device has a spoofed MAC address configured 0.113
And no network device leaked the real MAC address 0.130
After features/support/hooks.rb:330 0.681
After features/support/hooks.rb:100 0.060
Tags: @product
55.454
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 stopped at Tails Greeter's login screen 11.156
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 21.106
Then I create a persistent partition with the default settings using the wizard that was already open 22.081
After features/support/hooks.rb:330 2.762
After features/support/hooks.rb:100 0.000
Tags: @product
4:8.915
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.929
When I enable persistence 30.398
Then no persistent Greeter options were restored 14.036
When I set all Greeter options to non-default values 23.128
And I log in to a new session in German (de) after having activated the Persistent Storage 51.741
Then all Greeter options are set to non-default values 0.479
When I cold reboot the computer 5.358
And the computer reboots Tails 57.881
Given I enable persistence 18.961
Then persistent Greeter options were restored 0.477
When I log in to a new session after having activated the Persistent Storage 36.090
Then all Greeter options are set to non-default values 0.433
After features/support/hooks.rb:330 1.452
After features/support/hooks.rb:100 0.011
Tags: @product
3:44.947
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.811
# 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 35.418
And I shutdown Tails and wait for the computer to power off 12.740
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:12.774
And I change the passphrase of the Persistent Storage back to the original 34.202
After features/support/hooks.rb:330 2.108
After features/support/hooks.rb:100 0.074
Tags: @product
1:4.338
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 22.833
And I log in to a new session without activating the Persistent Storage 18.521
Then persistence is disabled 0.400
But a Tails persistence partition exists on USB drive "__internal" 8.533
And all notifications have disappeared 7.443
When I delete the persistent partition 6.161
Then there is no persistence partition on USB drive "__internal" 0.445
After features/support/hooks.rb:330 1.176
After features/support/hooks.rb:100 0.000
Tags: @product
2:24.558
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 9.479
When I write some dotfile expected to persist 0.196
And I shutdown Tails and wait for the computer to power off 10.687
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:3.860
Then the expected persistent dotfile is present in the filesystem 0.335
After features/support/hooks.rb:330 1.372
After features/support/hooks.rb:100 0.009
Tags: @product
1:34.006
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 and stopped at Tails Greeter's login screen 9.083
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.078
When I try to enable persistence 0.276
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 29.289
When I log in to a new session after having activated the Persistent Storage 39.126
And all notifications have disappeared 7.686
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.326
And all tps features are enabled 2.253
And all tps features but the first one are active 1.885
After features/support/hooks.rb:330 1.884
After features/support/hooks.rb:100 0.000
Tags: @product
4:44.788
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 3:23.370
And I enable persistence 31.221
And I log in to a new session after having activated the Persistent Storage 44.695
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.867
And persistence is enabled 2.632
After features/support/hooks.rb:330 1.720
After features/support/hooks.rb:100 0.000
Tags: @product
29.382
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 8.291
And I enable persistence but something goes wrong during the LUKS header upgrade 20.345
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.744
After features/support/hooks.rb:330 0.907
After features/support/hooks.rb:100 0.000
Tags: @product
46.552
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.337
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.613
When I enable persistence 27.797
Then the filesystem of the Persistent Storage was repaired 0.102
And persistence is successfully enabled 2.701
After features/support/hooks.rb:330 1.059
After features/support/hooks.rb:100 0.000
Tags: @product
46.326
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.775
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.034
When I try to enable persistence 0.363
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 25.018
When I repair the filesystem of the Persistent Storage 1.343
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.014
And the filesystem of the Persistent Storage was repaired 1.865
When I close the filesystem repair dialog 1.209
Then persistence is successfully enabled 1.701
After features/support/hooks.rb:330 1.345
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:47.511
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.223
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.107
When I try to enable persistence 0.267
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 24.694
When I repair the filesystem of the Persistent Storage 1.207
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.082
When I log in to a new session 40.847
And all notifications have disappeared 9.957
# 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.776
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.893
When I close the "whisperback" window 1.391
Then the Tor Browser starts 18.318
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.742
After features/support/hooks.rb:330 2.621
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:46.733
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.878
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.131
And Tails detects disk read failures on the boot device 1.652
When I try to enable persistence 1.498
Then the Welcome Screen tells me that my hardware is probably failing 18.840
When I log in to a new session 43.971
And all notifications have disappeared 8.005
Then the Tor Browser starts 17.969
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.785
After features/support/hooks.rb:330 3.329
After features/support/hooks.rb:100 0.000