Project Number Date
test_Tails_ISO_devel 3740 15 Mar 2025, 13:11

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 45:30.692 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
4:6.614
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:53.425
And I update APT using apt 1:44.540
And I install "python3-behave" using apt 25.813
Then the Tails Persistent Storage behave tests pass 2.834
After features/support/hooks.rb:330 0.710
After features/support/hooks.rb:100 0.000
Tags: @product
59.001
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 and stopped at Tails Greeter's login screen 26.757
When I log in to a new session without activating the Persistent Storage 24.440
Then Tails is running from USB drive "__internal" 0.650
And persistence is disabled 0.473
But a Tails persistence partition exists on USB drive "__internal" 6.680
After features/support/hooks.rb:330 3.037
After features/support/hooks.rb:100 0.000
Tags: @product
3:27.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 without a persistent partition and logged in 12.072
Then Tails is running from USB drive "__internal" 2.299
When I create a file in the Persistent directory 0.414
And I create a persistent partition with the default settings 28.756
Then the file I created was copied to the Persistent Storage 0.681
When I shutdown Tails and wait for the computer to power off 15.962
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:26.631
Then persistence for "Persistent" is active 0.392
And the file I created in the Persistent directory exists 0.083
After features/support/hooks.rb:330 2.268
After features/support/hooks.rb:100 0.010
Tags: @product
1:16.325
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 15.007
And the system is very low on memory 4.752
When I create a file in the Persistent directory 1.695
When I try to create a persistent partition 34.242
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.250
When I close the Persistent Storage app 2.606
And I free up some memory 1.823
And I create a persistent partition with the default settings 15.678
Then the file I created was copied to the Persistent Storage 0.266
After features/support/hooks.rb:330 2.617
After features/support/hooks.rb:100 0.000
Tags: @product
3:14.012
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 18.473
Then Tails is running from USB drive "__internal" 0.556
And all tps features are active 2.452
And all persistent directories have safe access rights 2.766
When I disable the first tps feature 9.531
Then all tps features but the first one are active 2.126
And I shutdown Tails and wait for the computer to power off 12.953
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.440
Then all tps features but the first one are active 2.712
After features/support/hooks.rb:330 1.792
After features/support/hooks.rb:100 0.013
Tags: @product
22.942
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 11.131
Then persistence for "Persistent" is active 0.087
And I create a file in the Persistent directory 0.355
Then the file I created was copied to the Persistent Storage 0.105
When I disable the first tps feature 7.239
Then persistence for "Persistent" is not active 0.089
And the Persistent directory does not exist 0.060
When I enable the first tps feature 3.701
Then persistence for "Persistent" is active 0.092
And the file I created in the Persistent directory exists 0.079
After features/support/hooks.rb:330 1.530
After features/support/hooks.rb:100 0.000
Tags: @product
21.302
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 10.198
Then persistence for "Persistent" is active 0.147
When I create a file in the Persistent directory 0.092
And I disable the first tps feature 6.442
And I delete the data of the Persistent Folder feature 4.352
Then the file I created does not exist on the Persistent Storage 0.069
After features/support/hooks.rb:330 1.514
After features/support/hooks.rb:100 0.000
Tags: @product
1:11.149
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 10.334
And the network is plugged 0.130
And Tor is ready 24.383
And I take note of which tps features are available 0.566
When I write some files expected to persist 1.653
And I shutdown Tails and wait for the computer to power off 8.849
# 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" 25.231
After features/support/hooks.rb:330 0.119
After features/support/hooks.rb:100 0.000
Tags: @product
3:17.126
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 10.110
And the network is plugged 0.078
And Tor is ready 22.084
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.280
And I shutdown Tails and wait for the computer to power off 9.082
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:14.853
And I capture all network traffic 0.006
And the network is plugged 0.089
And Tor is ready 19.914
And I switch to the "persistent-con-current" NetworkManager connection 0.389
And the 1st network device has a spoofed MAC address configured 0.095
And no network device leaked the real MAC address 0.139
After features/support/hooks.rb:330 0.655
After features/support/hooks.rb:100 0.056
Tags: @product
1:5.334
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 stopped at Tails Greeter's login screen 15.563
And I enable persistence creation in Tails Greeter 1.152
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.215
Then I create a persistent partition with the default settings using the wizard that was already open 27.402
After features/support/hooks.rb:330 2.630
After features/support/hooks.rb:100 0.000
Tags: @product
4:47.143
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.941
When I enable persistence 42.886
Then no persistent Greeter options were restored 14.861
When I set all Greeter options to non-default values 25.101
And I log in to a new session in German (de) after having activated the Persistent Storage 45.956
Then all Greeter options are set to non-default values 0.376
When I cold reboot the computer 7.993
And the computer reboots Tails 1:1.233
Given I enable persistence 34.615
Then persistent Greeter options were restored 0.574
When I log in to a new session after having activated the Persistent Storage 39.151
Then all Greeter options are set to non-default values 0.450
After features/support/hooks.rb:330 1.663
After features/support/hooks.rb:100 0.012
Tags: @product
3:36.313
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 10.634
# 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 33.631
And I shutdown Tails and wait for the computer to power off 12.836
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:7.672
And I change the passphrase of the Persistent Storage back to the original 31.537
After features/support/hooks.rb:330 2.115
After features/support/hooks.rb:100 0.011
Tags: @product
57.435
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 9.440
And I log in to a new session without activating the Persistent Storage 22.014
Then persistence is disabled 0.318
But a Tails persistence partition exists on USB drive "__internal" 8.592
And all notifications have disappeared 11.068
When I delete the persistent partition 5.583
Then there is no persistence partition on USB drive "__internal" 0.418
After features/support/hooks.rb:330 1.409
After features/support/hooks.rb:100 0.000
Tags: @product
2:45.100
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 10.139
When I write some dotfile expected to persist 0.444
And I shutdown Tails and wait for the computer to power off 10.262
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:23.379
Then the expected persistent dotfile is present in the filesystem 0.873
After features/support/hooks.rb:330 1.285
After features/support/hooks.rb:100 0.024
Tags: @product
2:3.833
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.012
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 11.063
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.132
When I try to enable persistence 0.317
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 46.174
When I log in to a new session after having activated the Persistent Storage 48.285
And all notifications have disappeared 8.312
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.439
And all tps features are enabled 2.780
And all tps features but the first one are active 2.328
After features/support/hooks.rb:330 2.127
After features/support/hooks.rb:100 0.000
Tags: @product
5:59.038
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 4:29.585
And I enable persistence 34.001
And I log in to a new session after having activated the Persistent Storage 50.559
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.893
And persistence is enabled 2.998
After features/support/hooks.rb:330 1.745
After features/support/hooks.rb:100 0.000
Tags: @product
30.358
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 9.618
And I enable persistence but something goes wrong during the LUKS header upgrade 19.971
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.769
After features/support/hooks.rb:330 0.866
After features/support/hooks.rb:100 0.000
Tags: @product
45.790
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 9.133
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.581
When I enable persistence 28.188
Then the filesystem of the Persistent Storage was repaired 0.104
And persistence is successfully enabled 2.783
After features/support/hooks.rb:330 1.818
After features/support/hooks.rb:100 0.000
Tags: @product
56.039
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.737
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.847
When I try to enable persistence 0.481
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 31.566
When I repair the filesystem of the Persistent Storage 1.275
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.769
And the filesystem of the Persistent Storage was repaired 1.422
When I close the filesystem repair dialog 1.278
Then persistence is successfully enabled 1.660
After features/support/hooks.rb:330 2.009
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:50.344
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.324
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.095
When I try to enable persistence 0.294
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.848
When I repair the filesystem of the Persistent Storage 2.136
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.082
When I log in to a new session 39.016
And all notifications have disappeared 7.754
# 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.204
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.270
When I close the "whisperback" window 1.648
Then the Tor Browser starts 19.672
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.994
After features/support/hooks.rb:330 2.684
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:58.191
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.265
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.613
And Tails detects disk read failures on the boot device 0.645
When I try to enable persistence 0.454
Then the Welcome Screen tells me that my hardware is probably failing 19.520
When I log in to a new session 56.087
And all notifications have disappeared 9.071
Then the Tor Browser starts 15.702
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.830
After features/support/hooks.rb:330 2.043
After features/support/hooks.rb:100 0.000