Project Number Date
test_Tails_ISO_codespell 6 18 Jun 2025, 22:36

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 46:0.800 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:44.553
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:56.168
And I update APT using apt 14.642
And I install "python3-behave" using apt 30.082
Then the Tails Persistent Storage behave tests pass 3.660
After features/support/hooks.rb:330 0.801
After features/support/hooks.rb:100 0.000
Tags: @product
1:1.227
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.867
When I log in to a new session without activating the Persistent Storage 28.410
Then Tails is running from USB drive "__internal" 0.584
And persistence is disabled 0.315
But a Tails persistence partition exists on USB drive "__internal" 19.048
After features/support/hooks.rb:330 2.206
After features/support/hooks.rb:100 0.000
Tags: @product
3:42.563
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 17.347
Then Tails is running from USB drive "__internal" 0.490
When I create a file in the Persistent directory 0.165
And I create a persistent partition with the default settings 27.319
Then the file I created was copied to the Persistent Storage 3.807
When I shutdown Tails and wait for the computer to power off 14.417
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:37.815
Then persistence for "Persistent" is active 1.097
And the file I created in the Persistent directory exists 0.102
After features/support/hooks.rb:330 2.843
After features/support/hooks.rb:100 0.010
Tags: @product
1:8.234
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 14.480
And the system is very low on memory 3.467
When I create a file in the Persistent directory 2.013
When I try to create a persistent partition 24.101
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.255
When I close the Persistent Storage app 2.743
And I free up some memory 2.869
And I create a persistent partition with the default settings 17.791
Then the file I created was copied to the Persistent Storage 0.511
After features/support/hooks.rb:330 2.092
After features/support/hooks.rb:100 0.000
Tags: @product
3:44.026
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 17.202
Then Tails is running from USB drive "__internal" 0.880
And all tps features are active 2.612
And all persistent directories have safe access rights 2.898
When I disable the first tps feature 8.353
Then all tps features but the first one are active 2.733
And I shutdown Tails and wait for the computer to power off 14.199
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:52.838
Then all tps features but the first one are active 2.307
After features/support/hooks.rb:330 1.902
After features/support/hooks.rb:100 0.012
Tags: @product
24.766
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 13.777
Then persistence for "Persistent" is active 0.104
And I create a file in the Persistent directory 0.173
Then the file I created was copied to the Persistent Storage 0.086
When I disable the first tps feature 5.797
Then persistence for "Persistent" is not active 0.089
And the Persistent directory does not exist 0.073
When I enable the first tps feature 3.573
Then persistence for "Persistent" is active 0.697
And the file I created in the Persistent directory exists 0.391
After features/support/hooks.rb:330 1.863
After features/support/hooks.rb:100 0.000
Tags: @product
21.870
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.555
Then persistence for "Persistent" is active 0.158
When I create a file in the Persistent directory 0.066
And I disable the first tps feature 6.097
And I delete the data of the Persistent Folder feature 4.926
Then the file I created does not exist on the Persistent Storage 0.065
After features/support/hooks.rb:330 1.571
After features/support/hooks.rb:100 0.000
Tags: @product
1:20.080
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.014
And the network is plugged 0.082
And Tor is ready 25.491
And I take note of which tps features are available 0.835
When I write some files expected to persist 2.106
And I shutdown Tails and wait for the computer to power off 9.038
# 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" 32.512
After features/support/hooks.rb:330 0.164
After features/support/hooks.rb:100 0.000
Tags: @product
3:39.851
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.015
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.084
And the network is plugged 0.074
And Tor is ready 23.457
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.304
And I shutdown Tails and wait for the computer to power off 9.192
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:35.481
And I capture all network traffic 0.056
And the network is plugged 0.153
And Tor is ready 20.478
And I switch to the "persistent-con-current" NetworkManager connection 0.282
And the 1st network device has a spoofed MAC address configured 0.129
And no network device leaked the real MAC address 0.155
After features/support/hooks.rb:330 0.916
After features/support/hooks.rb:100 0.054
Tags: @product
1:9.341
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.028
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 15.792
And I enable persistence creation in Tails Greeter 1.158
And I log in to a new session expecting no warning about the Persistent Storage not being activated 25.101
Then I create a persistent partition with the default settings using the wizard that was already open 27.288
After features/support/hooks.rb:330 3.977
After features/support/hooks.rb:100 0.000
Tags: @product
5:14.262
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.021
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 15.163
When I enable persistence 46.790
Then no persistent Greeter options were restored 14.909
When I set all Greeter options to non-default values 31.432
And I log in to a new session in German (de) after having activated the Persistent Storage 58.172
Then all Greeter options are set to non-default values 0.674
When I cold reboot the computer 7.991
And the computer reboots Tails 1:17.265
Given I enable persistence 22.864
Then persistent Greeter options were restored 0.713
When I log in to a new session after having activated the Persistent Storage 37.722
Then all Greeter options are set to non-default values 0.560
After features/support/hooks.rb:330 2.491
After features/support/hooks.rb:100 0.007
Tags: @product
4:31.821
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.730
# 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 37.619
And I shutdown Tails and wait for the computer to power off 16.534
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:26.325
And I change the passphrase of the Persistent Storage back to the original 58.611
After features/support/hooks.rb:330 3.945
After features/support/hooks.rb:100 0.010
Tags: @product
1:4.834
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 10.071
And I log in to a new session without activating the Persistent Storage 23.779
Then persistence is disabled 0.455
But a Tails persistence partition exists on USB drive "__internal" 10.625
And all notifications have disappeared 11.935
When I delete the persistent partition 7.163
Then there is no persistence partition on USB drive "__internal" 0.802
After features/support/hooks.rb:330 2.484
After features/support/hooks.rb:100 0.000
Tags: @product
2:45.391
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 12.757
When I write some dotfile expected to persist 0.114
And I shutdown Tails and wait for the computer to power off 10.100
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.639
Then the expected persistent dotfile is present in the filesystem 0.778
After features/support/hooks.rb:330 1.183
After features/support/hooks.rb:100 0.010
Tags: @product
1:46.483
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.033
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.406
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.103
When I try to enable persistence 0.306
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 32.430
When I log in to a new session after having activated the Persistent Storage 46.223
And all notifications have disappeared 9.026
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.364
And all tps features are enabled 2.518
And all tps features but the first one are active 2.104
After features/support/hooks.rb:330 1.780
After features/support/hooks.rb:100 0.000
Tags: @product
4:34.705
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.024
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:6.221
And I enable persistence 34.164
And I log in to a new session after having activated the Persistent Storage 47.690
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.654
And persistence is enabled 3.974
After features/support/hooks.rb:330 1.520
After features/support/hooks.rb:100 0.000
Tags: @product
35.739
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.330
And I enable persistence but something goes wrong during the LUKS header upgrade 25.474
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.934
After features/support/hooks.rb:330 0.740
After features/support/hooks.rb:100 0.000
Tags: @product
56.595
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.010
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.384
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 7.309
When I enable persistence 36.512
Then the filesystem of the Persistent Storage was repaired 0.108
And persistence is successfully enabled 3.281
After features/support/hooks.rb:330 1.825
After features/support/hooks.rb:100 0.000
Tags: @product
55.801
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.960
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.775
When I try to enable persistence 1.477
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 28.239
When I repair the filesystem of the Persistent Storage 1.311
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.327
And the filesystem of the Persistent Storage was repaired 2.861
When I close the filesystem repair dialog 1.198
Then persistence is successfully enabled 1.649
After features/support/hooks.rb:330 1.842
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:10.849
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.582
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.137
When I try to enable persistence 0.284
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 33.735
When I repair the filesystem of the Persistent Storage 1.267
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.076
When I log in to a new session 51.077
And all notifications have disappeared 9.975
# 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.526
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.652
When I close the "whisperback" window 1.424
Then the Tor Browser starts 20.891
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.220
After features/support/hooks.rb:330 4.296
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:7.800
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.710
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.326
And Tails detects disk read failures on the boot device 0.574
When I try to enable persistence 0.662
Then the Welcome Screen tells me that my hardware is probably failing 21.824
When I log in to a new session 57.560
And all notifications have disappeared 10.150
Then the Tor Browser starts 18.874
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 2.115
After features/support/hooks.rb:330 3.715
After features/support/hooks.rb:100 0.000