Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 63 16 May 2025, 18:29

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 39:50.530 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:14.539
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.005
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:33.877
And I update APT using apt 14.541
And I install "python3-behave" using apt 23.173
Then the Tails Persistent Storage behave tests pass 2.947
After features/support/hooks.rb:335 0.743
After features/support/hooks.rb:105 0.000
Tags: @product
42.310
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 11.904
When I log in to a new session without activating the Persistent Storage 22.261
Then Tails is running from USB drive "__internal" 0.405
And persistence is disabled 0.312
But a Tails persistence partition exists on USB drive "__internal" 7.426
After features/support/hooks.rb:335 1.476
After features/support/hooks.rb:105 0.000
Tags: @product
3:0.084
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.500
Then Tails is running from USB drive "__internal" 0.378
When I create a file in the Persistent directory 0.261
And I create a persistent partition with the default settings 23.113
Then the file I created was copied to the Persistent Storage 2.127
When I shutdown Tails and wait for the computer to power off 12.521
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:7.174
Then persistence for "Persistent" is active 0.934
And the file I created in the Persistent directory exists 0.073
After features/support/hooks.rb:335 1.823
After features/support/hooks.rb:105 0.009
Tags: @product
1:7.094
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 10.619
And the system is very low on memory 6.604
When I create a file in the Persistent directory 1.117
When I try to create a persistent partition 28.055
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.176
When I close the Persistent Storage app 2.744
And I free up some memory 4.213
And I create a persistent partition with the default settings 13.215
Then the file I created was copied to the Persistent Storage 0.347
After features/support/hooks.rb:335 2.444
After features/support/hooks.rb:105 0.000
Tags: @product
2:46.062
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 12.880
Then Tails is running from USB drive "__internal" 0.383
And all tps features are active 2.284
And all persistent directories have safe access rights 2.414
When I disable the first tps feature 5.639
Then all tps features but the first one are active 2.059
And I shutdown Tails and wait for the computer to power off 10.699
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:7.593
Then all tps features but the first one are active 2.107
After features/support/hooks.rb:335 1.336
After features/support/hooks.rb:105 0.009
Tags: @product
19.859
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 enabled and logged in 9.970
Then persistence for "Persistent" is active 0.116
And I create a file in the Persistent directory 0.070
Then the file I created was copied to the Persistent Storage 0.183
When I disable the first tps feature 6.063
Then persistence for "Persistent" is not active 0.085
And the Persistent directory does not exist 0.054
When I enable the first tps feature 3.144
Then persistence for "Persistent" is active 0.087
And the file I created in the Persistent directory exists 0.084
After features/support/hooks.rb:335 1.311
After features/support/hooks.rb:105 0.000
Tags: @product
20.335
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 enabled and logged in 10.225
Then persistence for "Persistent" is active 0.210
When I create a file in the Persistent directory 0.114
And I disable the first tps feature 6.156
And I delete the data of the Persistent Folder feature 3.564
Then the file I created does not exist on the Persistent Storage 0.063
After features/support/hooks.rb:335 1.445
After features/support/hooks.rb:105 0.000
Tags: @product
1:5.336
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 enabled and logged in 9.494
And the network is plugged 0.111
And Tor is ready 21.089
And I take note of which tps features are available 0.627
When I write some files expected to persist 1.503
And I shutdown Tails and wait for the computer to power off 8.246
# 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.262
After features/support/hooks.rb:335 0.121
After features/support/hooks.rb:105 0.000
Tags: @product
3:6.721
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 enabled and logged in 9.124
And the network is plugged 0.098
And Tor is ready 19.480
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.284
And I shutdown Tails and wait for the computer to power off 8.604
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:7.615
And I capture all network traffic 0.005
And the network is plugged 0.082
And Tor is ready 20.862
And I switch to the "persistent-con-current" NetworkManager connection 0.351
And the 1st network device has a spoofed MAC address configured 0.075
And no network device leaked the real MAC address 0.134
After features/support/hooks.rb:335 0.864
After features/support/hooks.rb:105 0.035
Tags: @product
56.859
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.003
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 14.166
And I enable persistence creation in Tails Greeter 1.153
And I log in to a new session expecting no warning about the Persistent Storage not being activated 20.834
Then I create a persistent partition with the default settings using the wizard that was already open 20.704
After features/support/hooks.rb:335 2.368
After features/support/hooks.rb:105 0.000
Tags: @product
4:11.162
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 11.635
When I enable persistence 35.928
Then no persistent Greeter options were restored 14.274
When I set all Greeter options to non-default values 25.136
And I log in to a new session in German (de) after having activated the Persistent Storage 41.244
Then all Greeter options are set to non-default values 0.596
When I cold reboot the computer 7.455
And the computer reboots Tails 1:0.276
Given I enable persistence 15.598
Then persistent Greeter options were restored 0.549
When I log in to a new session after having activated the Persistent Storage 37.820
Then all Greeter options are set to non-default values 0.644
After features/support/hooks.rb:335 1.952
After features/support/hooks.rb:105 0.009
Tags: @product
3:41.032
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.373
# 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.532
And I shutdown Tails and wait for the computer to power off 14.546
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:6.185
And I change the passphrase of the Persistent Storage back to the original 34.393
After features/support/hooks.rb:335 3.470
After features/support/hooks.rb:105 0.007
Tags: @product
52.809
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.003
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.194
And I log in to a new session without activating the Persistent Storage 20.237
Then persistence is disabled 0.259
But a Tails persistence partition exists on USB drive "__internal" 8.367
And all notifications have disappeared 7.532
When I delete the persistent partition 6.235
Then there is no persistence partition on USB drive "__internal" 0.981
After features/support/hooks.rb:335 1.860
After features/support/hooks.rb:105 0.000
Tags: @product
2:34.377
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 9.407
When I write some dotfile expected to persist 0.055
And I shutdown Tails and wait for the computer to power off 8.725
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:15.841
Then the expected persistent dotfile is present in the filesystem 0.347
After features/support/hooks.rb:335 1.457
After features/support/hooks.rb:105 0.072
Tags: @product
1:38.149
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 8.960
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.084
When I try to enable persistence 0.256
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 25.420
When I log in to a new session after having activated the Persistent Storage 46.875
And all notifications have disappeared 7.788
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.026
And all tps features are enabled 2.787
And all tps features but the first one are active 1.948
After features/support/hooks.rb:335 1.834
After features/support/hooks.rb:105 0.000
Tags: @product
4:51.444
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 3:29.487
And I enable persistence 29.025
And I log in to a new session after having activated the Persistent Storage 48.963
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.459
And persistence is enabled 2.507
After features/support/hooks.rb:335 1.702
After features/support/hooks.rb:105 0.000
Tags: @product
30.396
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 9.730
And I enable persistence but something goes wrong during the LUKS header upgrade 19.735
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.931
After features/support/hooks.rb:335 0.761
After features/support/hooks.rb:105 0.000
Tags: @product
1:2.224
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.045
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 21.708
When I enable persistence 28.661
Then the filesystem of the Persistent Storage was repaired 0.094
And persistence is successfully enabled 2.715
After features/support/hooks.rb:335 3.218
After features/support/hooks.rb:105 0.000
Tags: @product
48.070
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 8.950
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.665
When I try to enable persistence 0.417
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 22.788
When I repair the filesystem of the Persistent Storage 3.096
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.389
And the filesystem of the Persistent Storage was repaired 2.932
When I close the filesystem repair dialog 1.309
Then persistence is successfully enabled 1.520
After features/support/hooks.rb:335 2.128
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:54.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 8.632
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.113
When I try to enable persistence 0.259
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.764
When I repair the filesystem of the Persistent Storage 1.287
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 3.901
When I log in to a new session 38.567
And all notifications have disappeared 9.299
# 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.714
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.455
When I close the "whisperback" window 1.604
Then the Tor Browser starts 21.443
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.923
After features/support/hooks.rb:335 2.699
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:6.691
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.306
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.862
And Tails detects disk read failures on the boot device 1.576
When I try to enable persistence 0.428
Then the Welcome Screen tells me that my hardware is probably failing 27.296
When I log in to a new session 49.535
And all notifications have disappeared 8.096
Then the Tor Browser starts 23.715
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.873
After features/support/hooks.rb:335 1.610
After features/support/hooks.rb:105 0.000