Project Number Date
test_Tails_ISO_20816-block-paths-bwrap 9 13 Mar 2025, 07:30

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 41:58.310 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:18.293
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 1:38.678
And I update APT using apt 13.437
And I install "python3-behave" using apt 22.981
Then the Tails Persistent Storage behave tests pass 3.196
After features/support/hooks.rb:330 0.734
After features/support/hooks.rb:100 0.000
Tags: @product
44.169
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 with a persistent partition and stopped at Tails Greeter's login screen 11.010
When I log in to a new session without activating the Persistent Storage 23.611
Then Tails is running from USB drive "__internal" 0.817
And persistence is disabled 0.348
But a Tails persistence partition exists on USB drive "__internal" 8.381
After features/support/hooks.rb:330 1.753
After features/support/hooks.rb:100 0.000
Tags: @product
3:20.334
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.454
Then Tails is running from USB drive "__internal" 0.498
When I create a file in the Persistent directory 0.148
And I create a persistent partition with the default settings 23.623
Then the file I created was copied to the Persistent Storage 0.782
When I shutdown Tails and wait for the computer to power off 12.621
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.742
Then persistence for "Persistent" is active 0.380
And the file I created in the Persistent directory exists 0.082
After features/support/hooks.rb:330 1.760
After features/support/hooks.rb:100 0.010
Tags: @product
1:3.610
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.501
And the system is very low on memory 4.700
When I create a file in the Persistent directory 1.559
When I try to create a persistent partition 26.144
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.187
When I close the Persistent Storage app 2.608
And I free up some memory 1.833
And I create a persistent partition with the default settings 14.807
Then the file I created was copied to the Persistent Storage 0.267
After features/support/hooks.rb:330 2.046
After features/support/hooks.rb:100 0.000
Tags: @product
2:51.261
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 12.396
Then Tails is running from USB drive "__internal" 0.643
And all tps features are active 2.388
And all persistent directories have safe access rights 2.912
When I disable the first tps feature 6.396
Then all tps features but the first one are active 2.076
And I shutdown Tails and wait for the computer to power off 15.729
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:6.630
Then all tps features but the first one are active 2.087
After features/support/hooks.rb:330 1.124
After features/support/hooks.rb:100 0.026
Tags: @product
22.069
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 11.728
Then persistence for "Persistent" is active 0.072
And I create a file in the Persistent directory 0.139
Then the file I created was copied to the Persistent Storage 0.117
When I disable the first tps feature 6.602
Then persistence for "Persistent" is not active 0.067
And the Persistent directory does not exist 0.046
When I enable the first tps feature 3.125
Then persistence for "Persistent" is active 0.095
And the file I created in the Persistent directory exists 0.073
After features/support/hooks.rb:330 1.576
After features/support/hooks.rb:100 0.000
Tags: @product
20.073
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.803
Then persistence for "Persistent" is active 0.132
When I create a file in the Persistent directory 0.088
And I disable the first tps feature 6.307
And I delete the data of the Persistent Folder feature 3.682
Then the file I created does not exist on the Persistent Storage 0.059
After features/support/hooks.rb:330 1.372
After features/support/hooks.rb:100 0.000
Tags: @product
1:7.748
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 9.615
And the network is plugged 0.099
And Tor is ready 22.170
And I take note of which tps features are available 0.598
When I write some files expected to persist 1.597
And I shutdown Tails and wait for the computer to power off 9.035
# 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.632
After features/support/hooks.rb:330 0.139
After features/support/hooks.rb:100 0.000
Tags: @product
3:41.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 persistent partition enabled and logged in 9.606
And the network is plugged 0.079
And Tor is ready 48.267
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.234
And I shutdown Tails and wait for the computer to power off 10.781
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.699
And I capture all network traffic 0.006
And the network is plugged 0.091
And Tor is ready 21.219
And I switch to the "persistent-con-current" NetworkManager connection 0.403
And the 1st network device has a spoofed MAC address configured 0.086
And no network device leaked the real MAC address 0.129
After features/support/hooks.rb:330 0.707
After features/support/hooks.rb:100 0.058
Tags: @product
1:28.020
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 stopped at Tails Greeter's login screen 43.009
And I enable persistence creation in Tails Greeter 1.139
And I log in to a new session expecting no warning about the Persistent Storage not being activated 19.652
Then I create a persistent partition with the default settings using the wizard that was already open 24.218
After features/support/hooks.rb:330 2.211
After features/support/hooks.rb:100 0.000
Tags: @product
5:14.758
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 45.563
When I enable persistence 37.447
Then no persistent Greeter options were restored 14.708
When I set all Greeter options to non-default values 26.619
And I log in to a new session in German (de) after having activated the Persistent Storage 55.502
Then all Greeter options are set to non-default values 0.750
When I cold reboot the computer 7.638
And the computer reboots Tails 1:6.453
Given I enable persistence 16.799
Then persistent Greeter options were restored 0.625
When I log in to a new session after having activated the Persistent Storage 42.207
Then all Greeter options are set to non-default values 0.440
After features/support/hooks.rb:330 1.254
After features/support/hooks.rb:100 0.008
Tags: @product
4:3.004
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 11.774
# 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 46.572
And I shutdown Tails and wait for the computer to power off 12.539
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:17.390
And I change the passphrase of the Persistent Storage back to the original 34.727
After features/support/hooks.rb:330 1.245
After features/support/hooks.rb:100 0.008
Tags: @product
52.873
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 with a persistent partition and stopped at Tails Greeter's login screen 9.676
And I log in to a new session without activating the Persistent Storage 20.816
Then persistence is disabled 0.292
But a Tails persistence partition exists on USB drive "__internal" 6.157
And all notifications have disappeared 9.067
When I delete the persistent partition 6.472
Then there is no persistence partition on USB drive "__internal" 0.390
After features/support/hooks.rb:330 1.441
After features/support/hooks.rb:100 0.000
Tags: @product
2:35.809
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.998
When I write some dotfile expected to persist 0.063
And I shutdown Tails and wait for the computer to power off 10.731
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.515
Then the expected persistent dotfile is present in the filesystem 0.500
After features/support/hooks.rb:330 1.402
After features/support/hooks.rb:100 0.008
Tags: @product
1:40.050
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.824
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.105
When I try to enable persistence 0.279
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 28.170
When I log in to a new session after having activated the Persistent Storage 44.159
And all notifications have disappeared 9.659
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.336
And all tps features are enabled 2.509
And all tps features but the first one are active 2.007
After features/support/hooks.rb:330 1.662
After features/support/hooks.rb:100 0.000
Tags: @product
4:18.946
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 2:55.570
And I enable persistence 31.916
And I log in to a new session after having activated the Persistent Storage 45.787
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.192
And persistence is enabled 3.478
After features/support/hooks.rb:330 1.850
After features/support/hooks.rb:100 0.000
Tags: @product
30.508
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 9.843
And I enable persistence but something goes wrong during the LUKS header upgrade 19.689
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.975
After features/support/hooks.rb:330 0.771
After features/support/hooks.rb:100 0.000
Tags: @product
46.689
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.695
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 4.664
When I enable persistence 29.304
Then the filesystem of the Persistent Storage was repaired 0.099
And persistence is successfully enabled 2.925
After features/support/hooks.rb:330 1.838
After features/support/hooks.rb:100 0.000
Tags: @product
50.887
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.760
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.742
When I try to enable persistence 1.639
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 22.275
When I repair the filesystem of the Persistent Storage 2.666
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.278
And the filesystem of the Persistent Storage was repaired 1.891
When I close the filesystem repair dialog 5.013
Then persistence is successfully enabled 1.619
After features/support/hooks.rb:330 2.886
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:49.193
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.289
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.115
When I try to enable persistence 0.273
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 28.374
When I repair the filesystem of the Persistent Storage 1.257
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.093
When I log in to a new session 39.444
And all notifications have disappeared 10.411
# 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.355
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.491
When I close the "whisperback" window 1.598
Then the Tor Browser starts 16.664
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.823
After features/support/hooks.rb:330 3.015
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:58.399
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.483
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 8.828
And Tails detects disk read failures on the boot device 1.579
When I try to enable persistence 1.560
Then the Welcome Screen tells me that my hardware is probably failing 17.141
When I log in to a new session 48.347
And all notifications have disappeared 9.068
Then the Tor Browser starts 22.522
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.866
After features/support/hooks.rb:330 2.307
After features/support/hooks.rb:100 0.000