Project Number Date
test_Tails_ISO_codespell 5 18 Jun 2025, 16:28

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 49:10.696 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:54.079
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.011
Given I have started Tails from DVD and logged in with an administration password and the network is connected 2:2.154
And I update APT using apt 18.360
And I install "python3-behave" using apt 30.762
Then the Tails Persistent Storage behave tests pass 2.803
After features/support/hooks.rb:330 2.993
After features/support/hooks.rb:100 0.000
Tags: @product
1:12.899
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 31.825
When I log in to a new session without activating the Persistent Storage 27.411
Then Tails is running from USB drive "__internal" 0.670
And persistence is disabled 1.321
But a Tails persistence partition exists on USB drive "__internal" 11.670
After features/support/hooks.rb:330 1.876
After features/support/hooks.rb:100 0.000
Tags: @product
3:43.129
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 16.648
Then Tails is running from USB drive "__internal" 0.777
When I create a file in the Persistent directory 0.298
And I create a persistent partition with the default settings 29.096
Then the file I created was copied to the Persistent Storage 2.898
When I shutdown Tails and wait for the computer to power off 14.611
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:37.830
Then persistence for "Persistent" is active 0.880
And the file I created in the Persistent directory exists 0.086
After features/support/hooks.rb:330 0.794
After features/support/hooks.rb:100 0.039
Tags: @product
1:4.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 without a persistent partition and logged in 13.138
And the system is very low on memory 4.342
When I create a file in the Persistent directory 1.360
When I try to create a persistent partition 24.740
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.160
When I close the Persistent Storage app 2.830
And I free up some memory 4.529
And I create a persistent partition with the default settings 12.953
Then the file I created was copied to the Persistent Storage 0.300
After features/support/hooks.rb:330 1.932
After features/support/hooks.rb:100 0.000
Tags: @product
3:38.608
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 20.079
Then Tails is running from USB drive "__internal" 0.548
And all tps features are active 3.953
And all persistent directories have safe access rights 4.282
When I disable the first tps feature 6.013
Then all tps features but the first one are active 2.406
And I shutdown Tails and wait for the computer to power off 17.804
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:40.855
Then all tps features but the first one are active 2.662
After features/support/hooks.rb:330 1.871
After features/support/hooks.rb:100 0.026
Tags: @product
24.953
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 enabled and logged in 13.500
Then persistence for "Persistent" is active 0.079
And I create a file in the Persistent directory 0.185
Then the file I created was copied to the Persistent Storage 0.131
When I disable the first tps feature 6.110
Then persistence for "Persistent" is not active 0.070
And the Persistent directory does not exist 0.055
When I enable the first tps feature 4.672
Then persistence for "Persistent" is active 0.080
And the file I created in the Persistent directory exists 0.065
After features/support/hooks.rb:330 2.077
After features/support/hooks.rb:100 0.000
Tags: @product
24.187
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.064
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.283
Then persistence for "Persistent" is active 0.123
When I create a file in the Persistent directory 0.215
And I disable the first tps feature 7.745
And I delete the data of the Persistent Folder feature 4.773
Then the file I created does not exist on the Persistent Storage 0.045
After features/support/hooks.rb:330 1.791
After features/support/hooks.rb:100 0.000
Tags: @product
1:18.697
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.443
And the network is plugged 0.199
And Tor is ready 23.189
And I take note of which tps features are available 0.645
When I write some files expected to persist 1.777
And I shutdown Tails and wait for the computer to power off 9.398
# 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.042
After features/support/hooks.rb:330 0.121
After features/support/hooks.rb:100 0.000
Tags: @product
3:52.294
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.834
And the network is plugged 0.713
And Tor is ready 24.103
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.248
And I shutdown Tails and wait for the computer to power off 10.688
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:41.818
And I capture all network traffic 0.036
And the network is plugged 0.065
And Tor is ready 23.654
And I switch to the "persistent-con-current" NetworkManager connection 0.508
And the 1st network device has a spoofed MAC address configured 0.143
And no network device leaked the real MAC address 0.478
After features/support/hooks.rb:330 1.275
After features/support/hooks.rb:100 0.074
Tags: @product
1:13.466
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 stopped at Tails Greeter's login screen 16.153
And I enable persistence creation in Tails Greeter 2.323
And I log in to a new session expecting no warning about the Persistent Storage not being activated 27.859
Then I create a persistent partition with the default settings using the wizard that was already open 27.129
After features/support/hooks.rb:330 4.310
After features/support/hooks.rb:100 0.000
Tags: @product
5:21.680
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.050
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 12.645
When I enable persistence 47.884
Then no persistent Greeter options were restored 15.080
When I set all Greeter options to non-default values 32.013
And I log in to a new session in German (de) after having activated the Persistent Storage 59.344
Then all Greeter options are set to non-default values 0.473
When I cold reboot the computer 7.669
And the computer reboots Tails 1:16.045
Given I enable persistence 21.450
Then persistent Greeter options were restored 0.591
When I log in to a new session after having activated the Persistent Storage 48.085
Then all Greeter options are set to non-default values 0.396
After features/support/hooks.rb:330 2.077
After features/support/hooks.rb:100 0.010
Tags: @product
4:30.881
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.049
# 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 38.403
And I shutdown Tails and wait for the computer to power off 14.440
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:46.434
And I change the passphrase of the Persistent Storage back to the original 40.553
After features/support/hooks.rb:330 3.223
After features/support/hooks.rb:100 0.035
Tags: @product
1:10.048
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.031
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 12.845
And I log in to a new session without activating the Persistent Storage 24.026
Then persistence is disabled 0.670
But a Tails persistence partition exists on USB drive "__internal" 13.085
And all notifications have disappeared 9.226
When I delete the persistent partition 9.364
Then there is no persistence partition on USB drive "__internal" 0.828
After features/support/hooks.rb:330 1.629
After features/support/hooks.rb:100 0.000
Tags: @product
3:7.571
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.801
When I write some dotfile expected to persist 0.139
And I shutdown Tails and wait for the computer to power off 13.740
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:40.546
Then the expected persistent dotfile is present in the filesystem 0.343
After features/support/hooks.rb:330 2.859
After features/support/hooks.rb:100 0.070
Tags: @product
2:7.194
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 12.378
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.096
When I try to enable persistence 0.264
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 40.868
When I log in to a new session after having activated the Persistent Storage 53.400
And all notifications have disappeared 8.597
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 5.667
And all tps features are enabled 2.999
And all tps features but the first one are active 2.920
After features/support/hooks.rb:330 1.938
After features/support/hooks.rb:100 0.000
Tags: @product
5:32.146
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 3:46.721
And I enable persistence 42.715
And I log in to a new session after having activated the Persistent Storage 55.441
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.641
And persistence is enabled 5.627
After features/support/hooks.rb:330 2.686
After features/support/hooks.rb:100 0.000
Tags: @product
38.258
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 10.902
And I enable persistence but something goes wrong during the LUKS header upgrade 26.429
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.926
After features/support/hooks.rb:330 1.206
After features/support/hooks.rb:100 0.000
Tags: @product
1:6.495
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.017
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 11.064
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 8.896
When I enable persistence 43.654
Then the filesystem of the Persistent Storage was repaired 0.103
And persistence is successfully enabled 2.776
After features/support/hooks.rb:330 1.838
After features/support/hooks.rb:100 0.000
Tags: @product
1:13.836
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 10.420
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 8.900
When I try to enable persistence 0.550
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 42.758
When I repair the filesystem of the Persistent Storage 1.369
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.959
And the filesystem of the Persistent Storage was repaired 5.451
When I close the filesystem repair dialog 1.336
Then persistence is successfully enabled 2.089
After features/support/hooks.rb:330 3.108
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:8.063
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 10.979
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.177
When I try to enable persistence 0.279
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 37.866
When I repair the filesystem of the Persistent Storage 2.755
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.269
When I log in to a new session 34.714
And all notifications have disappeared 12.877
# 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.316
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.857
When I close the "whisperback" window 1.737
Then the Tor Browser starts 24.159
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.073
After features/support/hooks.rb:330 4.384
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:27.845
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.011
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.230
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.675
And Tails detects disk read failures on the boot device 2.668
When I try to enable persistence 0.486
Then the Welcome Screen tells me that my hardware is probably failing 27.579
When I log in to a new session 1:1.390
And all notifications have disappeared 8.893
Then the Tor Browser starts 28.989
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.932
After features/support/hooks.rb:330 2.751
After features/support/hooks.rb:100 0.000