Project Number Date
test_Tails_ISO_test-suite-options 2 17 Jun 2025, 23:09

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.335 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:27.141
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:43.321
And I update APT using apt 14.798
And I install "python3-behave" using apt 26.225
Then the Tails Persistent Storage behave tests pass 2.796
After features/support/hooks.rb:330 1.114
After features/support/hooks.rb:100 0.000
Tags: @product
48.071
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 12.797
When I log in to a new session without activating the Persistent Storage 25.024
Then Tails is running from USB drive "__internal" 1.774
And persistence is disabled 0.674
But a Tails persistence partition exists on USB drive "__internal" 7.800
After features/support/hooks.rb:330 1.347
After features/support/hooks.rb:100 0.000
Tags: @product
3:39.632
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 15.109
Then Tails is running from USB drive "__internal" 0.395
When I create a file in the Persistent directory 0.155
And I create a persistent partition with the default settings 24.162
Then the file I created was copied to the Persistent Storage 2.547
When I shutdown Tails and wait for the computer to power off 11.249
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:44.914
Then persistence for "Persistent" is active 0.952
And the file I created in the Persistent directory exists 0.144
After features/support/hooks.rb:330 0.767
After features/support/hooks.rb:100 0.013
Tags: @product
1:10.102
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 without a persistent partition and logged in 12.009
And the system is very low on memory 4.151
When I create a file in the Persistent directory 1.956
When I try to create a persistent partition 30.072
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.975
When I close the Persistent Storage app 2.760
And I free up some memory 3.582
And I create a persistent partition with the default settings 14.228
Then the file I created was copied to the Persistent Storage 0.365
After features/support/hooks.rb:330 2.318
After features/support/hooks.rb:100 0.000
Tags: @product
3:14.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 enabled and logged in 14.744
Then Tails is running from USB drive "__internal" 0.453
And all tps features are active 3.716
And all persistent directories have safe access rights 3.653
When I disable the first tps feature 6.109
Then all tps features but the first one are active 2.209
And I shutdown Tails and wait for the computer to power off 13.885
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:26.880
Then all tps features but the first one are active 3.148
After features/support/hooks.rb:330 1.593
After features/support/hooks.rb:100 0.027
Tags: @product
38.684
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 28.751
Then persistence for "Persistent" is active 0.135
And I create a file in the Persistent directory 0.093
Then the file I created was copied to the Persistent Storage 0.061
When I disable the first tps feature 5.592
Then persistence for "Persistent" is not active 0.141
And the Persistent directory does not exist 0.072
When I enable the first tps feature 3.683
Then persistence for "Persistent" is active 0.082
And the file I created in the Persistent directory exists 0.070
After features/support/hooks.rb:330 1.583
After features/support/hooks.rb:100 0.000
Tags: @product
22.639
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.014
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.382
Then persistence for "Persistent" is active 0.093
When I create a file in the Persistent directory 0.098
And I disable the first tps feature 5.600
And I delete the data of the Persistent Folder feature 5.406
Then the file I created does not exist on the Persistent Storage 0.058
After features/support/hooks.rb:330 1.438
After features/support/hooks.rb:100 0.000
Tags: @product
1:13.980
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.049
And the network is plugged 0.204
And Tor is ready 23.416
And I take note of which tps features are available 0.856
When I write some files expected to persist 2.206
And I shutdown Tails and wait for the computer to power off 8.795
# 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" 27.451
After features/support/hooks.rb:330 0.140
After features/support/hooks.rb:100 0.000
Tags: @product
3:25.109
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.870
And the network is plugged 0.103
And Tor is ready 19.751
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.278
And I shutdown Tails and wait for the computer to power off 8.858
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:18.663
And I capture all network traffic 0.007
And the network is plugged 0.158
And Tor is ready 24.784
And I switch to the "persistent-con-current" NetworkManager connection 0.368
And the 1st network device has a spoofed MAC address configured 0.108
And no network device leaked the real MAC address 0.154
After features/support/hooks.rb:330 0.777
After features/support/hooks.rb:100 0.061
Tags: @product
1:9.044
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 stopped at Tails Greeter's login screen 13.480
And I enable persistence creation in Tails Greeter 1.163
And I log in to a new session expecting no warning about the Persistent Storage not being activated 28.026
Then I create a persistent partition with the default settings using the wizard that was already open 26.374
After features/support/hooks.rb:330 2.788
After features/support/hooks.rb:100 0.000
Tags: @product
4:57.245
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 14.706
When I enable persistence 41.194
Then no persistent Greeter options were restored 15.400
When I set all Greeter options to non-default values 29.091
And I log in to a new session in German (de) after having activated the Persistent Storage 52.637
Then all Greeter options are set to non-default values 1.184
When I cold reboot the computer 7.997
And the computer reboots Tails 1:12.742
Given I enable persistence 19.744
Then persistent Greeter options were restored 0.580
When I log in to a new session after having activated the Persistent Storage 41.488
Then all Greeter options are set to non-default values 0.477
After features/support/hooks.rb:330 1.923
After features/support/hooks.rb:100 0.008
Tags: @product
4:26.420
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 10.648
# 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 51.227
And I shutdown Tails and wait for the computer to power off 15.677
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:31.430
And I change the passphrase of the Persistent Storage back to the original 37.437
After features/support/hooks.rb:330 3.104
After features/support/hooks.rb:100 0.014
Tags: @product
1:20.907
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 13.088
And I log in to a new session without activating the Persistent Storage 27.494
Then persistence is disabled 0.260
But a Tails persistence partition exists on USB drive "__internal" 22.969
And all notifications have disappeared 9.290
When I delete the persistent partition 7.486
Then there is no persistence partition on USB drive "__internal" 0.318
After features/support/hooks.rb:330 1.496
After features/support/hooks.rb:100 0.000
Tags: @product
2:47.843
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 10.708
When I write some dotfile expected to persist 0.170
And I shutdown Tails and wait for the computer to power off 11.710
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:24.875
Then the expected persistent dotfile is present in the filesystem 0.378
After features/support/hooks.rb:330 1.666
After features/support/hooks.rb:100 0.008
Tags: @product
1:58.641
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 11.627
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.114
When I try to enable persistence 0.373
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 36.036
When I log in to a new session after having activated the Persistent Storage 50.271
And all notifications have disappeared 10.338
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.987
And all tps features are enabled 2.779
And all tps features but the first one are active 2.111
After features/support/hooks.rb:330 2.935
After features/support/hooks.rb:100 0.000
Tags: @product
5:38.368
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:57.534
And I enable persistence 40.365
And I log in to a new session after having activated the Persistent Storage 55.725
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.025
And persistence is enabled 3.717
After features/support/hooks.rb:330 5.532
After features/support/hooks.rb:100 0.000
Tags: @product
32.638
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 10.137
And I enable persistence but something goes wrong during the LUKS header upgrade 21.533
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.966
After features/support/hooks.rb:330 0.812
After features/support/hooks.rb:100 0.000
Tags: @product
56.783
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 13.125
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.326
When I enable persistence 35.610
Then the filesystem of the Persistent Storage was repaired 0.080
And persistence is successfully enabled 2.640
After features/support/hooks.rb:330 1.729
After features/support/hooks.rb:100 0.000
Tags: @product
56.945
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.693
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.430
When I try to enable persistence 0.425
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.423
When I repair the filesystem of the Persistent Storage 2.832
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.497
And the filesystem of the Persistent Storage was repaired 5.917
When I close the filesystem repair dialog 1.262
Then persistence is successfully enabled 1.462
After features/support/hooks.rb:330 1.174
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:11.236
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 10.408
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.176
When I try to enable persistence 0.517
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 35.311
When I repair the filesystem of the Persistent Storage 2.013
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.509
When I log in to a new session 44.071
And all notifications have disappeared 10.746
# 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.464
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.619
When I close the "whisperback" window 2.094
Then the Tor Browser starts 23.372
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.931
After features/support/hooks.rb:330 3.780
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:4.096
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 9.675
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 9.248
And Tails detects disk read failures on the boot device 0.682
When I try to enable persistence 0.437
Then the Welcome Screen tells me that my hardware is probably failing 22.805
When I log in to a new session 49.083
And all notifications have disappeared 9.884
Then the Tor Browser starts 20.887
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.390
After features/support/hooks.rb:330 2.439
After features/support/hooks.rb:100 0.000