Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 79 31 May 2025, 18:23

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 40:10.319 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:18.676
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:39.128
And I update APT using apt 13.752
And I install "python3-behave" using apt 23.094
Then the Tails Persistent Storage behave tests pass 2.701
After features/support/hooks.rb:335 0.706
After features/support/hooks.rb:105 0.000
Tags: @product
46.841
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.934
When I log in to a new session without activating the Persistent Storage 27.223
Then Tails is running from USB drive "__internal" 0.509
And persistence is disabled 0.453
But a Tails persistence partition exists on USB drive "__internal" 6.721
After features/support/hooks.rb:335 2.045
After features/support/hooks.rb:105 0.000
Tags: @product
3:8.781
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.485
Then Tails is running from USB drive "__internal" 0.375
When I create a file in the Persistent directory 0.127
And I create a persistent partition with the default settings 23.937
Then the file I created was copied to the Persistent Storage 1.948
When I shutdown Tails and wait for the computer to power off 10.968
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.509
Then persistence for "Persistent" is active 0.358
And the file I created in the Persistent directory exists 0.069
After features/support/hooks.rb:335 2.041
After features/support/hooks.rb:105 0.008
Tags: @product
1:7.878
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 11.613
And the system is very low on memory 5.057
When I create a file in the Persistent directory 1.328
When I try to create a persistent partition 28.727
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.235
When I close the Persistent Storage app 2.716
And I free up some memory 3.805
And I create a persistent partition with the default settings 14.068
Then the file I created was copied to the Persistent Storage 0.324
After features/support/hooks.rb:335 2.571
After features/support/hooks.rb:105 0.000
Tags: @product
3:6.777
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 enabled and logged in 30.628
Then Tails is running from USB drive "__internal" 1.016
And all tps features are active 2.811
And all persistent directories have safe access rights 2.864
When I disable the first tps feature 5.646
Then all tps features but the first one are active 2.062
And I shutdown Tails and wait for the computer to power off 10.496
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:8.740
Then all tps features but the first one are active 2.510
After features/support/hooks.rb:335 1.550
After features/support/hooks.rb:105 0.009
Tags: @product
23.447
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 enabled and logged in 12.250
Then persistence for "Persistent" is active 0.466
And I create a file in the Persistent directory 0.078
Then the file I created was copied to the Persistent Storage 0.094
When I disable the first tps feature 6.790
Then persistence for "Persistent" is not active 0.086
And the Persistent directory does not exist 0.048
When I enable the first tps feature 3.453
Then persistence for "Persistent" is active 0.090
And the file I created in the Persistent directory exists 0.088
After features/support/hooks.rb:335 1.471
After features/support/hooks.rb:105 0.000
Tags: @product
21.223
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.631
Then persistence for "Persistent" is active 0.408
When I create a file in the Persistent directory 0.094
And I disable the first tps feature 6.056
And I delete the data of the Persistent Folder feature 3.955
Then the file I created does not exist on the Persistent Storage 0.076
After features/support/hooks.rb:335 1.752
After features/support/hooks.rb:105 0.000
Tags: @product
1:10.028
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 10.764
And the network is plugged 0.077
And Tor is ready 23.255
And I take note of which tps features are available 0.645
When I write some files expected to persist 1.494
And I shutdown Tails and wait for the computer to power off 8.636
# 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.154
After features/support/hooks.rb:335 0.122
After features/support/hooks.rb:105 0.000
Tags: @product
3:5.335
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.190
And the network is plugged 0.077
And Tor is ready 19.294
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.199
And I shutdown Tails and wait for the computer to power off 8.723
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:6.071
And I capture all network traffic 0.005
And the network is plugged 0.084
And Tor is ready 20.140
And I switch to the "persistent-con-current" NetworkManager connection 0.309
And the 1st network device has a spoofed MAC address configured 0.096
And no network device leaked the real MAC address 0.142
After features/support/hooks.rb:335 0.630
After features/support/hooks.rb:105 0.036
Tags: @product
57.630
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 11.631
And I enable persistence creation in Tails Greeter 1.403
And I log in to a new session expecting no warning about the Persistent Storage not being activated 22.356
Then I create a persistent partition with the default settings using the wizard that was already open 22.239
After features/support/hooks.rb:335 1.999
After features/support/hooks.rb:105 0.000
Tags: @product
4:23.713
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 10.994
When I enable persistence 37.517
Then no persistent Greeter options were restored 14.180
When I set all Greeter options to non-default values 26.087
And I log in to a new session in German (de) after having activated the Persistent Storage 49.370
Then all Greeter options are set to non-default values 0.651
When I cold reboot the computer 7.335
And the computer reboots Tails 1:0.297
Given I enable persistence 17.028
Then persistent Greeter options were restored 1.170
When I log in to a new session after having activated the Persistent Storage 38.387
Then all Greeter options are set to non-default values 0.691
After features/support/hooks.rb:335 2.245
After features/support/hooks.rb:105 0.008
Tags: @product
3:39.614
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 10.063
# 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 32.199
And I shutdown Tails and wait for the computer to power off 12.887
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:9.478
And I change the passphrase of the Persistent Storage back to the original 34.984
After features/support/hooks.rb:335 1.636
After features/support/hooks.rb:105 0.009
Tags: @product
53.821
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.826
And I log in to a new session without activating the Persistent Storage 20.043
Then persistence is disabled 0.269
But a Tails persistence partition exists on USB drive "__internal" 5.684
And all notifications have disappeared 9.018
When I delete the persistent partition 7.890
Then there is no persistence partition on USB drive "__internal" 1.088
After features/support/hooks.rb:335 1.317
After features/support/hooks.rb:105 0.000
Tags: @product
2:26.765
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.709
When I write some dotfile expected to persist 0.095
And I shutdown Tails and wait for the computer to power off 10.554
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:5.978
Then the expected persistent dotfile is present in the filesystem 0.427
After features/support/hooks.rb:335 1.223
After features/support/hooks.rb:105 0.022
Tags: @product
1:40.792
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.929
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.073
When I try to enable persistence 0.344
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 29.812
When I log in to a new session after having activated the Persistent Storage 44.131
And all notifications have disappeared 8.586
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.081
And all tps features are enabled 2.587
And all tps features but the first one are active 2.244
After features/support/hooks.rb:335 2.087
After features/support/hooks.rb:105 0.000
Tags: @product
4:42.219
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:22.386
And I enable persistence 29.084
And I log in to a new session after having activated the Persistent Storage 46.397
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.649
And persistence is enabled 2.701
After features/support/hooks.rb:335 1.755
After features/support/hooks.rb:105 0.000
Tags: @product
32.161
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 8.645
And I enable persistence but something goes wrong during the LUKS header upgrade 22.779
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.736
After features/support/hooks.rb:335 0.740
After features/support/hooks.rb:105 0.000
Tags: @product
45.290
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.279
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.622
When I enable persistence 27.500
Then the filesystem of the Persistent Storage was repaired 0.089
And persistence is successfully enabled 2.798
After features/support/hooks.rb:335 2.936
After features/support/hooks.rb:105 0.000
Tags: @product
48.734
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.822
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.744
When I try to enable persistence 0.495
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 23.466
When I repair the filesystem of the Persistent Storage 2.674
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.367
And the filesystem of the Persistent Storage was repaired 3.459
When I close the filesystem repair dialog 1.264
Then persistence is successfully enabled 1.439
After features/support/hooks.rb:335 1.767
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:53.137
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.786
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.092
When I try to enable persistence 0.300
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.861
When I repair the filesystem of the Persistent Storage 1.265
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 3.891
When I log in to a new session 36.733
And all notifications have disappeared 6.758
# 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.810
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.768
When I close the "whisperback" window 1.452
Then the Tor Browser starts 21.500
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.916
After features/support/hooks.rb:335 2.412
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:57.449
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.881
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.617
And Tails detects disk read failures on the boot device 1.759
When I try to enable persistence 0.472
Then the Welcome Screen tells me that my hardware is probably failing 19.123
When I log in to a new session 47.893
And all notifications have disappeared 7.870
Then the Tor Browser starts 23.877
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.954
After features/support/hooks.rb:335 2.087
After features/support/hooks.rb:105 0.000