Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 86 07 Jun 2025, 18:31

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 43:14.722 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:23.305
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.008
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:39.685
And I update APT using apt 15.042
And I install "python3-behave" using apt 26.362
Then the Tails Persistent Storage behave tests pass 2.214
After features/support/hooks.rb:335 1.392
After features/support/hooks.rb:105 0.000
Tags: @product
47.693
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 and stopped at Tails Greeter's login screen 12.040
When I log in to a new session without activating the Persistent Storage 26.230
Then Tails is running from USB drive "__internal" 0.696
And persistence is disabled 0.417
But a Tails persistence partition exists on USB drive "__internal" 8.308
After features/support/hooks.rb:335 1.527
After features/support/hooks.rb:105 0.000
Tags: @product
3:11.381
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 without a persistent partition and logged in 11.490
Then Tails is running from USB drive "__internal" 0.334
When I create a file in the Persistent directory 0.130
And I create a persistent partition with the default settings 25.575
Then the file I created was copied to the Persistent Storage 2.821
When I shutdown Tails and wait for the computer to power off 14.025
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:16.094
Then persistence for "Persistent" is active 0.836
And the file I created in the Persistent directory exists 0.071
After features/support/hooks.rb:335 1.455
After features/support/hooks.rb:105 0.023
Tags: @product
1:7.064
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 12.001
And the system is very low on memory 4.436
When I create a file in the Persistent directory 0.895
When I try to create a persistent partition 29.943
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.320
When I close the Persistent Storage app 2.714
And I free up some memory 3.287
And I create a persistent partition with the default settings 13.158
Then the file I created was copied to the Persistent Storage 0.307
After features/support/hooks.rb:335 2.267
After features/support/hooks.rb:105 0.000
Tags: @product
3:3.160
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 13.411
Then Tails is running from USB drive "__internal" 1.379
And all tps features are active 5.155
And all persistent directories have safe access rights 2.773
When I disable the first tps feature 6.680
Then all tps features but the first one are active 2.282
And I shutdown Tails and wait for the computer to power off 15.028
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:14.092
Then all tps features but the first one are active 2.355
After features/support/hooks.rb:335 1.313
After features/support/hooks.rb:105 0.034
Tags: @product
21.632
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 10.557
Then persistence for "Persistent" is active 0.091
And I create a file in the Persistent directory 0.088
Then the file I created was copied to the Persistent Storage 0.110
When I disable the first tps feature 6.579
Then persistence for "Persistent" is not active 0.105
And the Persistent directory does not exist 0.050
When I enable the first tps feature 3.888
Then persistence for "Persistent" is active 0.083
And the file I created in the Persistent directory exists 0.077
After features/support/hooks.rb:335 1.566
After features/support/hooks.rb:105 0.000
Tags: @product
21.352
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 10.652
Then persistence for "Persistent" is active 0.194
When I create a file in the Persistent directory 0.058
And I disable the first tps feature 6.574
And I delete the data of the Persistent Folder feature 3.813
Then the file I created does not exist on the Persistent Storage 0.058
After features/support/hooks.rb:335 1.456
After features/support/hooks.rb:105 0.000
Tags: @product
1:11.648
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 9.843
And the network is plugged 0.154
And Tor is ready 22.885
And I take note of which tps features are available 0.820
When I write some files expected to persist 1.619
And I shutdown Tails and wait for the computer to power off 11.475
# 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" 24.848
After features/support/hooks.rb:335 0.165
After features/support/hooks.rb:105 0.000
Tags: @product
3:24.540
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 9.951
And the network is plugged 0.116
And Tor is ready 25.853
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.253
And I shutdown Tails and wait for the computer to power off 9.121
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.059
And I capture all network traffic 0.008
And the network is plugged 0.083
And Tor is ready 19.554
And I switch to the "persistent-con-current" NetworkManager connection 0.303
And the 1st network device has a spoofed MAC address configured 0.088
And no network device leaked the real MAC address 0.144
After features/support/hooks.rb:335 0.607
After features/support/hooks.rb:105 0.052
Tags: @product
1:4.988
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 without a persistent partition and stopped at Tails Greeter's login screen 15.973
And I enable persistence creation in Tails Greeter 1.132
And I log in to a new session expecting no warning about the Persistent Storage not being activated 24.607
Then I create a persistent partition with the default settings using the wizard that was already open 23.275
After features/support/hooks.rb:335 2.291
After features/support/hooks.rb:105 0.000
Tags: @product
4:49.939
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 12.578
When I enable persistence 38.594
Then no persistent Greeter options were restored 14.830
When I set all Greeter options to non-default values 34.585
And I log in to a new session in German (de) after having activated the Persistent Storage 51.514
Then all Greeter options are set to non-default values 0.454
When I cold reboot the computer 7.520
And the computer reboots Tails 1:6.578
Given I enable persistence 18.659
Then persistent Greeter options were restored 0.601
When I log in to a new session after having activated the Persistent Storage 43.612
Then all Greeter options are set to non-default values 0.408
After features/support/hooks.rb:335 1.848
After features/support/hooks.rb:105 0.019
Tags: @product
4:11.708
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.011
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.197
# 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 40.660
And I shutdown Tails and wait for the computer to power off 13.276
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:28.829
And I change the passphrase of the Persistent Storage back to the original 37.743
After features/support/hooks.rb:335 2.434
After features/support/hooks.rb:105 0.009
Tags: @product
1:2.338
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 10.294
And I log in to a new session without activating the Persistent Storage 21.951
Then persistence is disabled 0.421
But a Tails persistence partition exists on USB drive "__internal" 9.350
And all notifications have disappeared 12.660
When I delete the persistent partition 6.824
Then there is no persistence partition on USB drive "__internal" 0.835
After features/support/hooks.rb:335 1.660
After features/support/hooks.rb:105 0.000
Tags: @product
2:45.996
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 10.976
When I write some dotfile expected to persist 0.065
And I shutdown Tails and wait for the computer to power off 11.403
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:23.045
Then the expected persistent dotfile is present in the filesystem 0.505
After features/support/hooks.rb:335 2.420
After features/support/hooks.rb:105 0.010
Tags: @product
1:52.436
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 10.911
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.102
When I try to enable persistence 0.303
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 29.833
When I log in to a new session after having activated the Persistent Storage 53.663
And all notifications have disappeared 7.835
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.517
And all tps features are enabled 2.659
And all tps features but the first one are active 2.609
After features/support/hooks.rb:335 1.802
After features/support/hooks.rb:105 0.000
Tags: @product
5:13.507
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 3:49.894
And I enable persistence 30.559
And I log in to a new session after having activated the Persistent Storage 48.164
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.041
And persistence is enabled 2.847
After features/support/hooks.rb:335 1.931
After features/support/hooks.rb:105 0.000
Tags: @product
37.779
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 10.960
And I enable persistence but something goes wrong during the LUKS header upgrade 25.928
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.890
After features/support/hooks.rb:335 0.812
After features/support/hooks.rb:105 0.000
Tags: @product
49.567
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 10.073
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 8.279
When I enable persistence 28.291
Then the filesystem of the Persistent Storage was repaired 0.096
And persistence is successfully enabled 2.827
After features/support/hooks.rb:335 4.126
After features/support/hooks.rb:105 0.000
Tags: @product
53.277
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 and stopped at Tails Greeter's login screen 9.176
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.459
When I try to enable persistence 0.464
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 25.678
When I repair the filesystem of the Persistent Storage 2.763
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.409
And the filesystem of the Persistent Storage was repaired 3.233
When I close the filesystem repair dialog 1.363
Then persistence is successfully enabled 1.729
After features/support/hooks.rb:335 2.760
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:54.000
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 and stopped at Tails Greeter's login screen 9.719
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.114
When I try to enable persistence 0.334
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 32.029
When I repair the filesystem of the Persistent Storage 2.160
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.346
When I log in to a new session 34.976
And all notifications have disappeared 7.096
# 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.596
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.222
When I close the "whisperback" window 1.790
Then the Tor Browser starts 23.566
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.045
After features/support/hooks.rb:335 1.777
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:7.403
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 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 10.290
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.082
And Tails detects disk read failures on the boot device 0.647
When I try to enable persistence 0.469
Then the Welcome Screen tells me that my hardware is probably failing 27.826
When I log in to a new session 51.417
And all notifications have disappeared 8.259
Then the Tor Browser starts 20.306
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 2.103
After features/support/hooks.rb:335 4.022
After features/support/hooks.rb:105 0.000