Project Number Date
test_Tails_ISO_codespell 8 22 Jun 2025, 11:16

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 51:14.229 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
3:9.418
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.016
Given I have started Tails from DVD and logged in with an administration password and the network is connected 2:17.089
And I update APT using apt 16.991
And I install "python3-behave" using apt 31.633
Then the Tails Persistent Storage behave tests pass 3.703
After features/support/hooks.rb:330 0.940
After features/support/hooks.rb:100 0.000
Tags: @product
1:2.645
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 17.186
When I log in to a new session without activating the Persistent Storage 34.166
Then Tails is running from USB drive "__internal" 1.143
And persistence is disabled 0.280
But a Tails persistence partition exists on USB drive "__internal" 9.868
After features/support/hooks.rb:330 1.543
After features/support/hooks.rb:100 0.000
Tags: @product
4:9.879
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.013
Given I have started Tails without network from a USB drive without a persistent partition and logged in 17.803
Then Tails is running from USB drive "__internal" 0.899
When I create a file in the Persistent directory 0.144
And I create a persistent partition with the default settings 36.342
Then the file I created was copied to the Persistent Storage 2.630
When I shutdown Tails and wait for the computer to power off 17.395
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:53.802
Then persistence for "Persistent" is active 0.732
And the file I created in the Persistent directory exists 0.128
After features/support/hooks.rb:330 2.394
After features/support/hooks.rb:100 0.009
Tags: @product
1:22.668
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 logged in 10.862
And the system is very low on memory 8.725
When I create a file in the Persistent directory 1.107
When I try to create a persistent partition 33.594
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.546
When I close the Persistent Storage app 3.271
And I free up some memory 3.823
And I create a persistent partition with the default settings 20.381
Then the file I created was copied to the Persistent Storage 0.355
After features/support/hooks.rb:330 2.481
After features/support/hooks.rb:100 0.000
Tags: @product
3:51.158
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 19.324
Then Tails is running from USB drive "__internal" 0.378
And all tps features are active 3.231
And all persistent directories have safe access rights 7.653
When I disable the first tps feature 6.990
Then all tps features but the first one are active 2.243
And I shutdown Tails and wait for the computer to power off 17.416
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:48.948
Then all tps features but the first one are active 4.970
After features/support/hooks.rb:330 2.345
After features/support/hooks.rb:100 0.013
Tags: @product
23.287
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 enabled and logged in 10.099
Then persistence for "Persistent" is active 0.074
And I create a file in the Persistent directory 0.099
Then the file I created was copied to the Persistent Storage 0.079
When I disable the first tps feature 8.934
Then persistence for "Persistent" is not active 0.116
And the Persistent directory does not exist 0.069
When I enable the first tps feature 3.663
Then persistence for "Persistent" is active 0.076
And the file I created in the Persistent directory exists 0.072
After features/support/hooks.rb:330 1.046
After features/support/hooks.rb:100 0.000
Tags: @product
24.169
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.743
Then persistence for "Persistent" is active 0.095
When I create a file in the Persistent directory 0.172
And I disable the first tps feature 6.067
And I delete the data of the Persistent Folder feature 4.018
Then the file I created does not exist on the Persistent Storage 0.071
After features/support/hooks.rb:330 1.271
After features/support/hooks.rb:100 0.000
Tags: @product
1:34.542
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.821
And the network is plugged 0.074
And Tor is ready 32.191
And I take note of which tps features are available 0.676
When I write some files expected to persist 1.980
And I shutdown Tails and wait for the computer to power off 8.987
# 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" 33.808
After features/support/hooks.rb:330 0.162
After features/support/hooks.rb:100 0.000
Tags: @product
3:59.167
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 13.425
And the network is plugged 0.488
And Tor is ready 23.059
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.249
And I shutdown Tails and wait for the computer to power off 8.771
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:50.741
And I capture all network traffic 0.014
And the network is plugged 0.130
And Tor is ready 21.670
And I switch to the "persistent-con-current" NetworkManager connection 0.392
And the 1st network device has a spoofed MAC address configured 0.075
And no network device leaked the real MAC address 0.148
After features/support/hooks.rb:330 0.766
After features/support/hooks.rb:100 0.052
Tags: @product
1:24.349
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 17.435
And I enable persistence creation in Tails Greeter 1.083
And I log in to a new session expecting no warning about the Persistent Storage not being activated 25.043
Then I create a persistent partition with the default settings using the wizard that was already open 40.787
After features/support/hooks.rb:330 6.010
After features/support/hooks.rb:100 0.000
Tags: @product
6:7.932
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 15.582
When I enable persistence 54.790
Then no persistent Greeter options were restored 16.574
When I set all Greeter options to non-default values 33.923
And I log in to a new session in German (de) after having activated the Persistent Storage 1:5.149
Then all Greeter options are set to non-default values 0.347
When I cold reboot the computer 8.154
And the computer reboots Tails 1:32.079
Given I enable persistence 23.321
Then persistent Greeter options were restored 0.609
When I log in to a new session after having activated the Persistent Storage 57.178
Then all Greeter options are set to non-default values 0.220
After features/support/hooks.rb:330 1.406
After features/support/hooks.rb:100 0.009
Tags: @product
5:3.960
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 13.415
# 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 36.537
And I shutdown Tails and wait for the computer to power off 19.824
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 3:10.714
And I change the passphrase of the Persistent Storage back to the original 43.468
After features/support/hooks.rb:330 5.236
After features/support/hooks.rb:100 0.238
Tags: @product
1:15.155
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.155
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 14.235
And I log in to a new session without activating the Persistent Storage 32.291
Then persistence is disabled 0.209
But a Tails persistence partition exists on USB drive "__internal" 7.773
And all notifications have disappeared 12.367
When I delete the persistent partition 7.188
Then there is no persistence partition on USB drive "__internal" 1.089
After features/support/hooks.rb:330 0.774
After features/support/hooks.rb:100 0.000
Tags: @product
3:8.016
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 16.127
When I write some dotfile expected to persist 0.072
And I shutdown Tails and wait for the computer to power off 12.883
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:37.983
Then the expected persistent dotfile is present in the filesystem 0.949
After features/support/hooks.rb:330 1.960
After features/support/hooks.rb:100 0.056
Tags: @product
2:0.612
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 9.212
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.089
When I try to enable persistence 0.386
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 39.745
When I log in to a new session after having activated the Persistent Storage 49.971
And all notifications have disappeared 11.069
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 5.047
And all tps features are enabled 2.523
And all tps features but the first one are active 2.567
After features/support/hooks.rb:330 2.403
After features/support/hooks.rb:100 0.000
Tags: @product
5:22.078
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.896
And I enable persistence 37.480
And I log in to a new session after having activated the Persistent Storage 53.654
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.345
And persistence is enabled 2.701
After features/support/hooks.rb:330 1.591
After features/support/hooks.rb:100 0.000
Tags: @product
37.475
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 11.385
And I enable persistence but something goes wrong during the LUKS header upgrade 25.389
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.700
After features/support/hooks.rb:330 0.742
After features/support/hooks.rb:100 0.000
Tags: @product
54.210
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.048
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.428
When I enable persistence 34.548
Then the filesystem of the Persistent Storage was repaired 0.076
And persistence is successfully enabled 3.107
After features/support/hooks.rb:330 1.257
After features/support/hooks.rb:100 0.000
Tags: @product
1:2.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 8.927
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 10.535
When I try to enable persistence 0.550
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.931
When I repair the filesystem of the Persistent Storage 6.076
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.384
And the filesystem of the Persistent Storage was repaired 3.686
When I close the filesystem repair dialog 1.336
Then persistence is successfully enabled 1.617
After features/support/hooks.rb:330 0.824
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:15.417
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.624
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.760
When I try to enable persistence 0.458
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 34.704
When I repair the filesystem of the Persistent Storage 1.307
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.080
When I log in to a new session 51.095
And all notifications have disappeared 10.012
# 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" 1.244
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.982
When I close the "whisperback" window 1.721
Then the Tor Browser starts 22.391
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.033
After features/support/hooks.rb:330 3.825
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:6.033
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.351
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 8.946
And Tails detects disk read failures on the boot device 1.640
When I try to enable persistence 0.470
Then the Welcome Screen tells me that my hardware is probably failing 24.795
When I log in to a new session 50.871
And all notifications have disappeared 8.652
Then the Tor Browser starts 19.874
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.429
After features/support/hooks.rb:330 3.252
After features/support/hooks.rb:100 0.000