Project Number Date
test_Tails_ISO_test-suite-options 10 26 Jun 2025, 19:59

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 44:8.708 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:32.519
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:47.084
And I update APT using apt 15.263
And I install "python3-behave" using apt 26.428
Then the Tails Persistent Storage behave tests pass 3.742
After features/support/hooks.rb:330 0.681
After features/support/hooks.rb:100 0.000
Tags: @product
54.270
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.023
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 13.179
When I log in to a new session without activating the Persistent Storage 30.111
Then Tails is running from USB drive "__internal" 0.803
And persistence is disabled 0.518
But a Tails persistence partition exists on USB drive "__internal" 9.657
After features/support/hooks.rb:330 1.518
After features/support/hooks.rb:100 0.000
Tags: @product
3:16.572
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 15.830
Then Tails is running from USB drive "__internal" 0.448
When I create a file in the Persistent directory 0.139
And I create a persistent partition with the default settings 28.793
Then the file I created was copied to the Persistent Storage 2.165
When I shutdown Tails and wait for the computer to power off 11.368
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.354
Then persistence for "Persistent" is active 0.379
And the file I created in the Persistent directory exists 0.091
After features/support/hooks.rb:330 2.341
After features/support/hooks.rb:100 0.013
Tags: @product
1:13.478
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 13.056
And the system is very low on memory 5.411
When I create a file in the Persistent directory 1.209
When I try to create a persistent partition 32.558
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.304
When I close the Persistent Storage app 2.655
And I free up some memory 3.525
And I create a persistent partition with the default settings 14.297
Then the file I created was copied to the Persistent Storage 0.459
After features/support/hooks.rb:330 2.332
After features/support/hooks.rb:100 0.000
Tags: @product
3:8.026
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 14.251
Then Tails is running from USB drive "__internal" 0.694
And all tps features are active 2.384
And all persistent directories have safe access rights 2.446
When I disable the first tps feature 6.217
Then all tps features but the first one are active 2.546
And I shutdown Tails and wait for the computer to power off 15.790
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.049
Then all tps features but the first one are active 2.644
After features/support/hooks.rb:330 1.644
After features/support/hooks.rb:100 0.011
Tags: @product
22.586
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.884
Then persistence for "Persistent" is active 0.084
And I create a file in the Persistent directory 0.068
Then the file I created was copied to the Persistent Storage 0.069
When I disable the first tps feature 6.462
Then persistence for "Persistent" is not active 0.072
And the Persistent directory does not exist 0.065
When I enable the first tps feature 3.712
Then persistence for "Persistent" is active 0.071
And the file I created in the Persistent directory exists 0.095
After features/support/hooks.rb:330 0.868
After features/support/hooks.rb:100 0.000
Tags: @product
20.539
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 9.863
Then persistence for "Persistent" is active 0.235
When I create a file in the Persistent directory 0.082
And I disable the first tps feature 6.570
And I delete the data of the Persistent Folder feature 3.741
Then the file I created does not exist on the Persistent Storage 0.046
After features/support/hooks.rb:330 1.180
After features/support/hooks.rb:100 0.000
Tags: @product
1:10.201
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 9.895
And the network is plugged 0.126
And Tor is ready 21.353
And I take note of which tps features are available 0.767
When I write some files expected to persist 2.064
And I shutdown Tails and wait for the computer to power off 9.321
# 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" 26.671
After features/support/hooks.rb:330 0.127
After features/support/hooks.rb:100 0.000
Tags: @product
3:26.303
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.065
And the network is plugged 0.277
And Tor is ready 15.605
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.382
And I shutdown Tails and wait for the computer to power off 8.497
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.323
And I capture all network traffic 0.037
And the network is plugged 0.080
And Tor is ready 21.472
And I switch to the "persistent-con-current" NetworkManager connection 0.363
And the 1st network device has a spoofed MAC address configured 0.073
And no network device leaked the real MAC address 0.122
After features/support/hooks.rb:330 0.676
After features/support/hooks.rb:100 0.067
Tags: @product
1:4.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 without a persistent partition and stopped at Tails Greeter's login screen 12.321
And I enable persistence creation in Tails Greeter 1.372
And I log in to a new session expecting no warning about the Persistent Storage not being activated 23.408
Then I create a persistent partition with the default settings using the wizard that was already open 27.091
After features/support/hooks.rb:330 3.227
After features/support/hooks.rb:100 0.000
Tags: @product
4:53.292
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 13.518
When I enable persistence 39.539
Then no persistent Greeter options were restored 14.741
When I set all Greeter options to non-default values 32.853
And I log in to a new session in German (de) after having activated the Persistent Storage 47.213
Then all Greeter options are set to non-default values 0.765
When I cold reboot the computer 8.050
And the computer reboots Tails 1:11.118
Given I enable persistence 22.016
Then persistent Greeter options were restored 0.695
When I log in to a new session after having activated the Persistent Storage 42.312
Then all Greeter options are set to non-default values 0.467
After features/support/hooks.rb:330 3.101
After features/support/hooks.rb:100 0.048
Tags: @product
3:57.257
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.018
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.809
# 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 35.723
And I shutdown Tails and wait for the computer to power off 16.270
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:19.122
And I change the passphrase of the Persistent Storage back to the original 36.331
After features/support/hooks.rb:330 3.532
After features/support/hooks.rb:100 0.012
Tags: @product
1:11.299
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 14.131
And I log in to a new session without activating the Persistent Storage 25.557
Then persistence is disabled 0.400
But a Tails persistence partition exists on USB drive "__internal" 11.410
And all notifications have disappeared 11.317
When I delete the persistent partition 6.854
Then there is no persistence partition on USB drive "__internal" 1.628
After features/support/hooks.rb:330 1.001
After features/support/hooks.rb:100 0.000
Tags: @product
2:52.095
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.212
When I write some dotfile expected to persist 0.092
And I shutdown Tails and wait for the computer to power off 9.443
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:31.760
Then the expected persistent dotfile is present in the filesystem 0.586
After features/support/hooks.rb:330 2.547
After features/support/hooks.rb:100 0.010
Tags: @product
2:1.147
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 12.024
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.098
When I try to enable persistence 0.447
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 39.371
When I log in to a new session after having activated the Persistent Storage 50.482
And all notifications have disappeared 9.318
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.371
And all tps features are enabled 2.837
And all tps features but the first one are active 2.194
After features/support/hooks.rb:330 1.828
After features/support/hooks.rb:100 0.000
Tags: @product
5:21.602
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 3:46.226
And I enable persistence 35.540
And I log in to a new session after having activated the Persistent Storage 54.356
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.549
And persistence is enabled 3.929
After features/support/hooks.rb:330 1.310
After features/support/hooks.rb:100 0.000
Tags: @product
38.084
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 13.683
And I enable persistence but something goes wrong during the LUKS header upgrade 23.526
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.874
After features/support/hooks.rb:330 1.260
After features/support/hooks.rb:100 0.000
Tags: @product
52.416
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 10.697
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.484
When I enable persistence 32.176
Then the filesystem of the Persistent Storage was repaired 0.109
And persistence is successfully enabled 2.948
After features/support/hooks.rb:330 1.140
After features/support/hooks.rb:100 0.000
Tags: @product
55.959
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 11.236
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.552
When I try to enable persistence 0.427
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 28.731
When I repair the filesystem of the Persistent Storage 1.255
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.467
And the filesystem of the Persistent Storage was repaired 4.620
When I close the filesystem repair dialog 1.249
Then persistence is successfully enabled 1.418
After features/support/hooks.rb:330 1.578
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:59.412
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.320
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.103
When I try to enable persistence 0.272
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 31.776
When I repair the filesystem of the Persistent Storage 1.221
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.080
When I log in to a new session 39.785
And all notifications have disappeared 8.931
# 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.602
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.599
When I close the "whisperback" window 1.549
Then the Tor Browser starts 22.969
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.198
After features/support/hooks.rb:330 2.434
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:57.447
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 10.051
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.182
And Tails detects disk read failures on the boot device 1.621
When I try to enable persistence 0.489
Then the Welcome Screen tells me that my hardware is probably failing 20.865
When I log in to a new session 50.119
And all notifications have disappeared 7.609
Then the Tor Browser starts 18.588
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.920
After features/support/hooks.rb:330 3.446
After features/support/hooks.rb:100 0.000