Project Number Date
test_Tails_ISO_20816-block-paths-bwrap 20 23 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:11.202 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
4:42.464
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:33.698
And I update APT using apt 2:43.201
And I install "python3-behave" using apt 22.431
Then the Tails Persistent Storage behave tests pass 3.133
After features/support/hooks.rb:330 0.696
After features/support/hooks.rb:100 0.000
Tags: @product
40.047
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.511
When I log in to a new session without activating the Persistent Storage 21.846
Then Tails is running from USB drive "__internal" 0.584
And persistence is disabled 0.375
But a Tails persistence partition exists on USB drive "__internal" 6.728
After features/support/hooks.rb:330 1.791
After features/support/hooks.rb:100 0.000
Tags: @product
3:4.132
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.475
Then Tails is running from USB drive "__internal" 0.395
When I create a file in the Persistent directory 0.138
And I create a persistent partition with the default settings 25.132
Then the file I created was copied to the Persistent Storage 0.556
When I shutdown Tails and wait for the computer to power off 12.804
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.098
Then persistence for "Persistent" is active 0.464
And the file I created in the Persistent directory exists 0.067
After features/support/hooks.rb:330 1.101
After features/support/hooks.rb:100 0.010
Tags: @product
59.731
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 without a persistent partition and logged in 10.502
And the system is very low on memory 3.992
When I create a file in the Persistent directory 1.009
When I try to create a persistent partition 25.674
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.502
When I close the Persistent Storage app 2.560
And I free up some memory 1.424
And I create a persistent partition with the default settings 13.800
Then the file I created was copied to the Persistent Storage 0.266
After features/support/hooks.rb:330 2.574
After features/support/hooks.rb:100 0.000
Tags: @product
2:41.525
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 13.072
Then Tails is running from USB drive "__internal" 1.182
And all tps features are active 3.468
And all persistent directories have safe access rights 2.514
When I disable the first tps feature 6.925
Then all tps features but the first one are active 2.129
And I shutdown Tails and wait for the computer to power off 12.515
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 1:57.604
Then all tps features but the first one are active 2.112
After features/support/hooks.rb:330 1.347
After features/support/hooks.rb:100 0.009
Tags: @product
21.195
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.702
Then persistence for "Persistent" is active 0.095
And I create a file in the Persistent directory 0.069
Then the file I created was copied to the Persistent Storage 0.076
When I disable the first tps feature 6.890
Then persistence for "Persistent" is not active 0.070
And the Persistent directory does not exist 0.047
When I enable the first tps feature 3.103
Then persistence for "Persistent" is active 0.071
And the file I created in the Persistent directory exists 0.068
After features/support/hooks.rb:330 1.380
After features/support/hooks.rb:100 0.000
Tags: @product
38.562
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 25.286
Then persistence for "Persistent" is active 1.247
When I create a file in the Persistent directory 0.070
And I disable the first tps feature 7.025
And I delete the data of the Persistent Folder feature 4.881
Then the file I created does not exist on the Persistent Storage 0.050
After features/support/hooks.rb:330 1.464
After features/support/hooks.rb:100 0.000
Tags: @product
1:11.098
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.399
And the network is plugged 0.110
And Tor is ready 25.108
And I take note of which tps features are available 0.649
When I write some files expected to persist 1.395
And I shutdown Tails and wait for the computer to power off 8.501
# 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" 23.933
After features/support/hooks.rb:330 0.114
After features/support/hooks.rb:100 0.000
Tags: @product
3:12.633
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 10.908
And the network is plugged 0.081
And Tor is ready 23.648
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.200
And I shutdown Tails and wait for the computer to power off 8.754
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:9.580
And I capture all network traffic 0.009
And the network is plugged 0.068
And Tor is ready 18.756
And I switch to the "persistent-con-current" NetworkManager connection 0.381
And the 1st network device has a spoofed MAC address configured 0.118
And no network device leaked the real MAC address 0.125
After features/support/hooks.rb:330 1.112
After features/support/hooks.rb:100 0.040
Tags: @product
55.843
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 11.053
And I enable persistence creation in Tails Greeter 1.356
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.072
Then I create a persistent partition with the default settings using the wizard that was already open 22.360
After features/support/hooks.rb:330 2.362
After features/support/hooks.rb:100 0.000
Tags: @product
4:31.396
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 11.103
When I enable persistence 35.731
Then no persistent Greeter options were restored 14.241
When I set all Greeter options to non-default values 24.222
And I log in to a new session in German (de) after having activated the Persistent Storage 52.431
Then all Greeter options are set to non-default values 0.636
When I cold reboot the computer 9.511
And the computer reboots Tails 1:2.163
Given I enable persistence 17.285
Then persistent Greeter options were restored 0.538
When I log in to a new session after having activated the Persistent Storage 43.260
Then all Greeter options are set to non-default values 0.271
After features/support/hooks.rb:330 1.471
After features/support/hooks.rb:100 0.010
Tags: @product
3:36.339
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 12.108
# 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 32.458
And I shutdown Tails and wait for the computer to power off 12.381
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:4.166
And I change the passphrase of the Persistent Storage back to the original 35.224
After features/support/hooks.rb:330 2.812
After features/support/hooks.rb:100 0.010
Tags: @product
56.689
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.716
And I log in to a new session without activating the Persistent Storage 24.902
Then persistence is disabled 0.314
But a Tails persistence partition exists on USB drive "__internal" 7.158
And all notifications have disappeared 7.828
When I delete the persistent partition 6.367
Then there is no persistence partition on USB drive "__internal" 0.401
After features/support/hooks.rb:330 1.586
After features/support/hooks.rb:100 0.000
Tags: @product
2:23.726
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 11.085
When I write some dotfile expected to persist 0.076
And I shutdown Tails and wait for the computer to power off 8.662
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:3.415
Then the expected persistent dotfile is present in the filesystem 0.487
After features/support/hooks.rb:330 1.081
After features/support/hooks.rb:100 0.010
Tags: @product
1:32.982
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.703
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.107
When I try to enable persistence 0.255
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 28.937
When I log in to a new session after having activated the Persistent Storage 38.188
And all notifications have disappeared 8.193
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.997
And all tps features are enabled 2.419
And all tps features but the first one are active 2.179
After features/support/hooks.rb:330 1.126
After features/support/hooks.rb:100 0.000
Tags: @product
4:50.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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 3:27.378
And I enable persistence 35.082
And I log in to a new session after having activated the Persistent Storage 43.484
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.650
And persistence is enabled 3.029
After features/support/hooks.rb:330 1.706
After features/support/hooks.rb:100 0.000
Tags: @product
32.439
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 9.275
And I enable persistence but something goes wrong during the LUKS header upgrade 22.459
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.705
After features/support/hooks.rb:330 0.662
After features/support/hooks.rb:100 0.000
Tags: @product
48.312
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.733
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.182
When I enable persistence 31.727
Then the filesystem of the Persistent Storage was repaired 0.091
And persistence is successfully enabled 2.577
After features/support/hooks.rb:330 1.661
After features/support/hooks.rb:100 0.000
Tags: @product
48.824
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 8.404
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.758
When I try to enable persistence 0.462
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 20.917
When I repair the filesystem of the Persistent Storage 5.491
Then the Welcome Screen tells me that the filesystem was repaired successfully 4.035
And the filesystem of the Persistent Storage was repaired 1.029
When I close the filesystem repair dialog 1.274
Then persistence is successfully enabled 1.451
After features/support/hooks.rb:330 1.799
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:48.181
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.825
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.209
When I try to enable persistence 0.269
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.686
When I repair the filesystem of the Persistent Storage 2.165
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.189
When I log in to a new session 39.432
And all notifications have disappeared 10.065
# 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.818
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.645
When I close the "whisperback" window 1.442
Then the Tor Browser starts 16.698
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.731
After features/support/hooks.rb:330 3.468
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:54.448
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.642
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.243
And Tails detects disk read failures on the boot device 1.564
When I try to enable persistence 0.477
Then the Welcome Screen tells me that my hardware is probably failing 18.087
When I log in to a new session 48.809
And all notifications have disappeared 9.651
Then the Tor Browser starts 19.193
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.778
After features/support/hooks.rb:330 2.436
After features/support/hooks.rb:100 0.000