Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 115 08 Jul 2025, 00:15

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 50:7.582 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
3:13.922
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.006
Given I have started Tails from DVD and logged in with an administration password and the network is connected 2:24.797
And I update APT using apt 17.636
And I install "python3-behave" using apt 26.698
Then the Tails Persistent Storage behave tests pass 4.790
After features/support/hooks.rb:335 0.947
After features/support/hooks.rb:105 0.000
Tags: @product
58.862
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 persistent partition and stopped at Tails Greeter's login screen 18.774
When I log in to a new session without activating the Persistent Storage 29.040
Then Tails is running from USB drive "__internal" 0.422
And persistence is disabled 0.391
But a Tails persistence partition exists on USB drive "__internal" 10.233
After features/support/hooks.rb:335 2.070
After features/support/hooks.rb:105 0.000
Tags: @product
3:52.274
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.017
Given I have started Tails without network from a USB drive without a persistent partition and logged in 15.665
Then Tails is running from USB drive "__internal" 2.142
When I create a file in the Persistent directory 0.428
And I create a persistent partition with the default settings 28.134
Then the file I created was copied to the Persistent Storage 1.784
When I shutdown Tails and wait for the computer to power off 13.956
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:49.572
Then persistence for "Persistent" is active 0.476
And the file I created in the Persistent directory exists 0.114
After features/support/hooks.rb:335 4.171
After features/support/hooks.rb:105 0.024
Tags: @product
1:12.700
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.013
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.929
And the system is very low on memory 5.122
When I create a file in the Persistent directory 1.949
When I try to create a persistent partition 29.241
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.398
When I close the Persistent Storage app 2.564
And I free up some memory 3.652
And I create a persistent partition with the default settings 15.515
Then the file I created was copied to the Persistent Storage 0.326
After features/support/hooks.rb:335 2.514
After features/support/hooks.rb:105 0.000
Tags: @product
3:31.958
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 16.361
Then Tails is running from USB drive "__internal" 0.414
And all tps features are active 3.828
And all persistent directories have safe access rights 4.957
When I disable the first tps feature 8.383
Then all tps features but the first one are active 2.065
And I shutdown Tails and wait for the computer to power off 16.199
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:36.948
Then all tps features but the first one are active 2.799
After features/support/hooks.rb:335 1.932
After features/support/hooks.rb:105 0.010
Tags: @product
23.760
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 12.803
Then persistence for "Persistent" is active 0.120
And I create a file in the Persistent directory 0.127
Then the file I created was copied to the Persistent Storage 0.100
When I disable the first tps feature 6.863
Then persistence for "Persistent" is not active 0.121
And the Persistent directory does not exist 0.046
When I enable the first tps feature 3.224
Then persistence for "Persistent" is active 0.173
And the file I created in the Persistent directory exists 0.178
After features/support/hooks.rb:335 1.517
After features/support/hooks.rb:105 0.000
Tags: @product
26.864
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 14.157
Then persistence for "Persistent" is active 0.115
When I create a file in the Persistent directory 0.070
And I disable the first tps feature 6.867
And I delete the data of the Persistent Folder feature 5.550
Then the file I created does not exist on the Persistent Storage 0.102
After features/support/hooks.rb:335 1.862
After features/support/hooks.rb:105 0.000
Tags: @product
1:21.306
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.694
And the network is plugged 0.109
And Tor is ready 23.164
And I take note of which tps features are available 1.554
When I write some files expected to persist 5.043
And I shutdown Tails and wait for the computer to power off 8.955
# 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" 31.784
After features/support/hooks.rb:335 0.348
After features/support/hooks.rb:105 0.000
Tags: @product
4:7.176
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.296
And the network is plugged 0.085
And Tor is ready 20.853
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.272
And I shutdown Tails and wait for the computer to power off 12.063
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:33.093
And I capture all network traffic 0.086
And the network is plugged 0.113
And Tor is ready 49.659
And I switch to the "persistent-con-current" NetworkManager connection 0.393
And the 1st network device has a spoofed MAC address configured 0.095
And no network device leaked the real MAC address 0.165
After features/support/hooks.rb:335 0.668
After features/support/hooks.rb:105 0.075
Tags: @product
1:17.106
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 stopped at Tails Greeter's login screen 17.141
And I enable persistence creation in Tails Greeter 1.121
And I log in to a new session expecting no warning about the Persistent Storage not being activated 29.960
Then I create a persistent partition with the default settings using the wizard that was already open 28.882
After features/support/hooks.rb:335 2.741
After features/support/hooks.rb:105 0.000
Tags: @product
5:38.976
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 15.482
When I enable persistence 54.455
Then no persistent Greeter options were restored 14.905
When I set all Greeter options to non-default values 35.026
And I log in to a new session in German (de) after having activated the Persistent Storage 55.069
Then all Greeter options are set to non-default values 0.630
When I cold reboot the computer 7.843
And the computer reboots Tails 1:25.430
Given I enable persistence 23.801
Then persistent Greeter options were restored 0.700
When I log in to a new session after having activated the Persistent Storage 44.989
Then all Greeter options are set to non-default values 0.639
After features/support/hooks.rb:335 2.698
After features/support/hooks.rb:105 0.010
Tags: @product
4:33.986
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.783
# 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 38.870
And I shutdown Tails and wait for the computer to power off 15.945
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:34.671
And I change the passphrase of the Persistent Storage back to the original 50.714
After features/support/hooks.rb:335 3.488
After features/support/hooks.rb:105 0.011
Tags: @product
1:8.595
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 10.984
And I log in to a new session without activating the Persistent Storage 25.613
Then persistence is disabled 0.511
But a Tails persistence partition exists on USB drive "__internal" 12.033
And all notifications have disappeared 9.589
When I delete the persistent partition 7.552
Then there is no persistence partition on USB drive "__internal" 2.310
After features/support/hooks.rb:335 2.106
After features/support/hooks.rb:105 0.000
Tags: @product
3:6.418
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 enabled and logged in 11.333
When I write some dotfile expected to persist 0.062
And I shutdown Tails and wait for the computer to power off 11.485
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:42.982
Then the expected persistent dotfile is present in the filesystem 0.554
After features/support/hooks.rb:335 1.625
After features/support/hooks.rb:105 0.101
Tags: @product
1:52.800
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 11.049
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.148
When I try to enable persistence 0.391
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 35.261
When I log in to a new session after having activated the Persistent Storage 47.198
And all notifications have disappeared 7.712
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.590
And all tps features are enabled 3.985
And all tps features but the first one are active 2.461
After features/support/hooks.rb:335 2.391
After features/support/hooks.rb:105 0.000
Tags: @product
5:37.828
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 4:0.574
And I enable persistence 41.492
And I log in to a new session after having activated the Persistent Storage 46.920
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.261
And persistence is enabled 6.578
After features/support/hooks.rb:335 2.803
After features/support/hooks.rb:105 0.000
Tags: @product
46.650
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 9.621
And I enable persistence but something goes wrong during the LUKS header upgrade 36.257
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.771
After features/support/hooks.rb:335 0.858
After features/support/hooks.rb:105 0.000
Tags: @product
1:10.443
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 13.204
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.761
When I enable persistence 46.644
Then the filesystem of the Persistent Storage was repaired 0.130
And persistence is successfully enabled 4.701
After features/support/hooks.rb:335 2.305
After features/support/hooks.rb:105 0.000
Tags: @product
1:19.020
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 and stopped at Tails Greeter's login screen 9.772
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 8.973
When I try to enable persistence 0.958
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 48.706
When I repair the filesystem of the Persistent Storage 1.294
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.302
And the filesystem of the Persistent Storage was repaired 4.868
When I close the filesystem repair dialog 1.271
Then persistence is successfully enabled 1.871
After features/support/hooks.rb:335 1.897
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:16.137
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.224
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.132
When I try to enable persistence 0.330
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 36.284
When I repair the filesystem of the Persistent Storage 1.425
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.085
When I log in to a new session 49.759
And all notifications have disappeared 12.271
# 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.501
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.926
When I close the "whisperback" window 2.358
Then the Tor Browser starts 19.705
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.130
After features/support/hooks.rb:335 4.225
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:10.792
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.062
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.532
And Tails detects disk read failures on the boot device 0.607
When I try to enable persistence 0.544
Then the Welcome Screen tells me that my hardware is probably failing 25.411
When I log in to a new session 53.522
And all notifications have disappeared 10.705
Then the Tor Browser starts 20.196
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 3.209
After features/support/hooks.rb:335 5.481
After features/support/hooks.rb:105 0.000