Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 95 17 Jun 2025, 22:02

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 48:33.557 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:39.868
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.009
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:52.140
And I update APT using apt 16.444
And I install "python3-behave" using apt 28.323
Then the Tails Persistent Storage behave tests pass 2.960
After features/support/hooks.rb:335 0.751
After features/support/hooks.rb:105 0.000
Tags: @product
54.183
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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 15.932
When I log in to a new session without activating the Persistent Storage 28.775
Then Tails is running from USB drive "__internal" 1.165
And persistence is disabled 0.285
But a Tails persistence partition exists on USB drive "__internal" 8.023
After features/support/hooks.rb:335 1.798
After features/support/hooks.rb:105 0.000
Tags: @product
3:47.780
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.004
Given I have started Tails without network from a USB drive without a persistent partition and logged in 17.812
Then Tails is running from USB drive "__internal" 0.403
When I create a file in the Persistent directory 0.131
And I create a persistent partition with the default settings 28.582
Then the file I created was copied to the Persistent Storage 3.581
When I shutdown Tails and wait for the computer to power off 13.767
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:41.026
Then persistence for "Persistent" is active 2.283
And the file I created in the Persistent directory exists 0.191
After features/support/hooks.rb:335 1.782
After features/support/hooks.rb:105 0.010
Tags: @product
1:11.737
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.005
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.957
And the system is very low on memory 6.107
When I create a file in the Persistent directory 2.355
When I try to create a persistent partition 25.945
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.928
When I close the Persistent Storage app 2.665
And I free up some memory 4.500
And I create a persistent partition with the default settings 14.679
Then the file I created was copied to the Persistent Storage 0.597
After features/support/hooks.rb:335 2.444
After features/support/hooks.rb:105 0.000
Tags: @product
3:38.307
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 35.275
Then Tails is running from USB drive "__internal" 0.758
And all tps features are active 2.777
And all persistent directories have safe access rights 2.902
When I disable the first tps feature 8.231
Then all tps features but the first one are active 2.510
And I shutdown Tails and wait for the computer to power off 13.317
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.995
Then all tps features but the first one are active 3.538
After features/support/hooks.rb:335 2.454
After features/support/hooks.rb:105 0.010
Tags: @product
25.552
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 13.513
Then persistence for "Persistent" is active 0.103
And I create a file in the Persistent directory 0.190
Then the file I created was copied to the Persistent Storage 0.117
When I disable the first tps feature 5.454
Then persistence for "Persistent" is not active 0.126
And the Persistent directory does not exist 0.128
When I enable the first tps feature 5.714
Then persistence for "Persistent" is active 0.097
And the file I created in the Persistent directory exists 0.107
After features/support/hooks.rb:335 2.006
After features/support/hooks.rb:105 0.000
Tags: @product
22.459
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.015
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.278
Then persistence for "Persistent" is active 0.120
When I create a file in the Persistent directory 0.116
And I disable the first tps feature 6.784
And I delete the data of the Persistent Folder feature 5.060
Then the file I created does not exist on the Persistent Storage 0.100
After features/support/hooks.rb:335 2.090
After features/support/hooks.rb:105 0.000
Tags: @product
1:18.331
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.008
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.369
And the network is plugged 1.303
And Tor is ready 22.602
And I take note of which tps features are available 0.808
When I write some files expected to persist 2.113
And I shutdown Tails and wait for the computer to power off 11.147
# 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" 30.987
After features/support/hooks.rb:335 0.150
After features/support/hooks.rb:105 0.000
Tags: @product
4:8.802
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 26.842
And the network is plugged 0.153
And Tor is ready 25.746
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.529
And I shutdown Tails and wait for the computer to power off 11.677
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:41.184
And I capture all network traffic 0.013
And the network is plugged 0.072
And Tor is ready 21.950
And I switch to the "persistent-con-current" NetworkManager connection 0.386
And the 1st network device has a spoofed MAC address configured 0.106
And no network device leaked the real MAC address 0.139
After features/support/hooks.rb:335 0.673
After features/support/hooks.rb:105 0.058
Tags: @product
1:8.745
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.016
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 14.497
And I enable persistence creation in Tails Greeter 1.151
And I log in to a new session expecting no warning about the Persistent Storage not being activated 23.387
Then I create a persistent partition with the default settings using the wizard that was already open 29.709
After features/support/hooks.rb:335 3.220
After features/support/hooks.rb:105 0.000
Tags: @product
5:19.205
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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 13.705
When I enable persistence 46.474
Then no persistent Greeter options were restored 15.940
When I set all Greeter options to non-default values 31.504
And I log in to a new session in German (de) after having activated the Persistent Storage 1:4.397
Then all Greeter options are set to non-default values 0.997
When I cold reboot the computer 8.109
And the computer reboots Tails 1:7.627
Given I enable persistence 25.882
Then persistent Greeter options were restored 0.625
When I log in to a new session after having activated the Persistent Storage 43.315
Then all Greeter options are set to non-default values 0.624
After features/support/hooks.rb:335 1.697
After features/support/hooks.rb:105 0.017
Tags: @product
4:18.360
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.378
# 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 34.939
And I shutdown Tails and wait for the computer to power off 14.358
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:37.602
And I change the passphrase of the Persistent Storage back to the original 40.082
After features/support/hooks.rb:335 4.185
After features/support/hooks.rb:105 0.009
Tags: @product
1:29.969
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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 25.708
And I log in to a new session without activating the Persistent Storage 27.771
Then persistence is disabled 0.494
But a Tails persistence partition exists on USB drive "__internal" 12.007
And all notifications have disappeared 13.254
When I delete the persistent partition 9.764
Then there is no persistence partition on USB drive "__internal" 0.968
After features/support/hooks.rb:335 1.791
After features/support/hooks.rb:105 0.000
Tags: @product
2:47.492
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.839
When I write some dotfile expected to persist 0.072
And I shutdown Tails and wait for the computer to power off 11.129
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:25.079
Then the expected persistent dotfile is present in the filesystem 0.372
After features/support/hooks.rb:335 1.668
After features/support/hooks.rb:105 0.007
Tags: @product
2:6.221
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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 12.738
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.089
When I try to enable persistence 0.341
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 35.254
When I log in to a new session after having activated the Persistent Storage 58.766
And all notifications have disappeared 8.570
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.900
And all tps features are enabled 2.762
And all tps features but the first one are active 3.798
After features/support/hooks.rb:335 2.256
After features/support/hooks.rb:105 0.000
Tags: @product
5:25.692
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.012
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:47.916
And I enable persistence 40.972
And I log in to a new session after having activated the Persistent Storage 46.196
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 6.980
And persistence is enabled 3.626
After features/support/hooks.rb:335 1.769
After features/support/hooks.rb:105 0.000
Tags: @product
34.622
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
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.861
And I enable persistence but something goes wrong during the LUKS header upgrade 23.816
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.943
After features/support/hooks.rb:335 1.248
After features/support/hooks.rb:105 0.000
Tags: @product
1:20.075
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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 26.188
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.916
When I enable persistence 37.286
Then the filesystem of the Persistent Storage was repaired 0.091
And persistence is successfully enabled 9.593
After features/support/hooks.rb:335 1.605
After features/support/hooks.rb:105 0.000
Tags: @product
1:1.926
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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.724
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 11.866
When I try to enable persistence 1.464
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 31.195
When I repair the filesystem of the Persistent Storage 1.276
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.381
And the filesystem of the Persistent Storage was repaired 3.198
When I close the filesystem repair dialog 1.275
Then persistence is successfully enabled 1.543
After features/support/hooks.rb:335 1.568
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:14.973
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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.311
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.163
When I try to enable persistence 0.268
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 36.029
When I repair the filesystem of the Persistent Storage 5.412
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.088
When I log in to a new session 43.713
And all notifications have disappeared 9.558
# 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" 2.237
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 1.643
When I close the "whisperback" window 1.802
Then the Tor Browser starts 21.757
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.986
After features/support/hooks.rb:335 3.416
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:19.247
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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.090
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 8.867
And Tails detects disk read failures on the boot device 0.537
When I try to enable persistence 0.423
Then the Welcome Screen tells me that my hardware is probably failing 24.443
When I log in to a new session 58.350
And all notifications have disappeared 8.994
Then the Tor Browser starts 27.442
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.098
After features/support/hooks.rb:335 2.848
After features/support/hooks.rb:105 0.000