Project Number Date
test_Tails_ISO_test-suite-options 6 22 Jun 2025, 21:00

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 54:29.156 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
3:8.007
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.020
Given I have started Tails from DVD and logged in with an administration password and the network is connected 2:12.524
And I update APT using apt 18.129
And I install "python3-behave" using apt 31.801
Then the Tails Persistent Storage behave tests pass 5.551
After features/support/hooks.rb:330 1.453
After features/support/hooks.rb:100 0.000
Tags: @product
59.759
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 13.279
When I log in to a new session without activating the Persistent Storage 33.140
Then Tails is running from USB drive "__internal" 0.693
And persistence is disabled 0.594
But a Tails persistence partition exists on USB drive "__internal" 12.051
After features/support/hooks.rb:330 1.524
After features/support/hooks.rb:100 0.000
Tags: @product
4:28.719
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.016
Given I have started Tails without network from a USB drive without a persistent partition and logged in 28.089
Then Tails is running from USB drive "__internal" 1.016
When I create a file in the Persistent directory 0.230
And I create a persistent partition with the default settings 34.072
Then the file I created was copied to the Persistent Storage 2.312
When I shutdown Tails and wait for the computer to power off 17.936
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 3:3.586
Then persistence for "Persistent" is active 0.890
And the file I created in the Persistent directory exists 0.585
After features/support/hooks.rb:330 3.598
After features/support/hooks.rb:100 0.132
Tags: @product
1:14.582
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.016
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.248
And the system is very low on memory 3.338
When I create a file in the Persistent directory 4.245
When I try to create a persistent partition 28.215
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 1.031
When I close the Persistent Storage app 2.641
And I free up some memory 2.774
And I create a persistent partition with the default settings 18.813
Then the file I created was copied to the Persistent Storage 0.274
After features/support/hooks.rb:330 1.945
After features/support/hooks.rb:100 0.000
Tags: @product
4:4.343
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 38.742
Then Tails is running from USB drive "__internal" 0.566
And all tps features are active 3.895
And all persistent directories have safe access rights 6.103
When I disable the first tps feature 7.081
Then all tps features but the first one are active 2.644
And I shutdown Tails and wait for the computer to power off 14.226
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:46.665
Then all tps features but the first one are active 4.418
After features/support/hooks.rb:330 2.458
After features/support/hooks.rb:100 0.012
Tags: @product
46.285
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 30.995
Then persistence for "Persistent" is active 0.075
And I create a file in the Persistent directory 0.164
Then the file I created was copied to the Persistent Storage 0.129
When I disable the first tps feature 9.792
Then persistence for "Persistent" is not active 0.250
And the Persistent directory does not exist 0.272
When I enable the first tps feature 4.451
Then persistence for "Persistent" is active 0.083
And the file I created in the Persistent directory exists 0.070
After features/support/hooks.rb:330 1.185
After features/support/hooks.rb:100 0.000
Tags: @product
29.964
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 14.159
Then persistence for "Persistent" is active 0.305
When I create a file in the Persistent directory 0.140
And I disable the first tps feature 7.555
And I delete the data of the Persistent Folder feature 7.439
Then the file I created does not exist on the Persistent Storage 0.363
After features/support/hooks.rb:330 2.415
After features/support/hooks.rb:100 0.000
Tags: @product
1:30.239
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.019
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.420
And the network is plugged 0.231
And Tor is ready 33.418
And I take note of which tps features are available 0.600
When I write some files expected to persist 1.566
And I shutdown Tails and wait for the computer to power off 9.730
# 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.271
After features/support/hooks.rb:330 0.130
After features/support/hooks.rb:100 0.000
Tags: @product
4:13.338
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.607
And the network is plugged 0.108
And Tor is ready 28.266
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 13.448
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:53.751
And I capture all network traffic 0.059
And the network is plugged 0.072
And Tor is ready 21.921
And I switch to the "persistent-con-current" NetworkManager connection 0.499
And the 1st network device has a spoofed MAC address configured 0.130
And no network device leaked the real MAC address 0.192
After features/support/hooks.rb:330 0.714
After features/support/hooks.rb:100 0.052
Tags: @product
1:20.853
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 15.036
And I enable persistence creation in Tails Greeter 1.395
And I log in to a new session expecting no warning about the Persistent Storage not being activated 26.773
Then I create a persistent partition with the default settings using the wizard that was already open 37.647
After features/support/hooks.rb:330 3.532
After features/support/hooks.rb:100 0.000
Tags: @product
6:14.855
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 17.579
When I enable persistence 1:5.111
Then no persistent Greeter options were restored 16.637
When I set all Greeter options to non-default values 36.903
And I log in to a new session in German (de) after having activated the Persistent Storage 1:6.362
Then all Greeter options are set to non-default values 0.350
When I cold reboot the computer 11.718
And the computer reboots Tails 1:19.223
Given I enable persistence 22.827
Then persistent Greeter options were restored 0.566
When I log in to a new session after having activated the Persistent Storage 57.218
Then all Greeter options are set to non-default values 0.355
After features/support/hooks.rb:330 1.826
After features/support/hooks.rb:100 0.012
Tags: @product
4:42.896
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.657
# 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 46.587
And I shutdown Tails and wait for the computer to power off 16.233
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:48.606
And I change the passphrase of the Persistent Storage back to the original 39.811
After features/support/hooks.rb:330 8.124
After features/support/hooks.rb:100 0.039
Tags: @product
1:24.397
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.045
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 13.073
And I log in to a new session without activating the Persistent Storage 33.596
Then persistence is disabled 0.361
But a Tails persistence partition exists on USB drive "__internal" 7.231
And all notifications have disappeared 13.645
When I delete the persistent partition 14.668
Then there is no persistence partition on USB drive "__internal" 1.821
After features/support/hooks.rb:330 1.794
After features/support/hooks.rb:100 0.000
Tags: @product
3:3.283
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.020
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.382
When I write some dotfile expected to persist 0.934
And I shutdown Tails and wait for the computer to power off 13.368
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:36.973
Then the expected persistent dotfile is present in the filesystem 0.623
After features/support/hooks.rb:330 0.881
After features/support/hooks.rb:100 0.011
Tags: @product
2:17.887
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.922
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.344
When I try to enable persistence 0.267
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 45.864
When I log in to a new session after having activated the Persistent Storage 56.001
And all notifications have disappeared 7.522
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 7.469
And all tps features are enabled 3.970
And all tps features but the first one are active 2.523
After features/support/hooks.rb:330 1.448
After features/support/hooks.rb:100 0.000
Tags: @product
6:0.384
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 4:6.148
And I enable persistence 49.528
And I log in to a new session after having activated the Persistent Storage 1:1.073
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.003
And persistence is enabled 2.630
After features/support/hooks.rb:330 2.049
After features/support/hooks.rb:100 0.000
Tags: @product
37.880
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.433
And I enable persistence but something goes wrong during the LUKS header upgrade 25.622
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.824
After features/support/hooks.rb:330 0.715
After features/support/hooks.rb:100 0.000
Tags: @product
1:7.813
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.538
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 7.672
When I enable persistence 44.536
Then the filesystem of the Persistent Storage was repaired 0.163
And persistence is successfully enabled 3.902
After features/support/hooks.rb:330 3.331
After features/support/hooks.rb:100 0.000
Tags: @product
1:11.202
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.022
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 11.182
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 12.218
When I try to enable persistence 0.622
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 31.280
When I repair the filesystem of the Persistent Storage 6.303
Then the Welcome Screen tells me that the filesystem was repaired successfully 2.657
And the filesystem of the Persistent Storage was repaired 3.769
When I close the filesystem repair dialog 1.284
Then persistence is successfully enabled 1.882
After features/support/hooks.rb:330 3.110
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:49.257
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 16.179
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.116
When I try to enable persistence 0.286
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 47.709
When I repair the filesystem of the Persistent Storage 5.381
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.089
When I log in to a new session 1:2.273
And all notifications have disappeared 8.688
# 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" 4.095
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 1.249
When I close the "whisperback" window 1.766
Then the Tor Browser starts 20.276
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.145
After features/support/hooks.rb:330 4.232
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:43.204
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.241
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.786
And Tails detects disk read failures on the boot device 1.672
When I try to enable persistence 0.574
Then the Welcome Screen tells me that my hardware is probably failing 37.202
When I log in to a new session 58.898
And all notifications have disappeared 13.476
Then the Tor Browser starts 29.155
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.196
After features/support/hooks.rb:330 3.538
After features/support/hooks.rb:100 0.000