Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 60 13 May 2025, 19:33

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 45:0.877 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:29.593
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:46.128
And I update APT using apt 14.753
And I install "python3-behave" using apt 26.145
Then the Tails Persistent Storage behave tests pass 2.565
After features/support/hooks.rb:335 0.748
After features/support/hooks.rb:105 0.000
Tags: @product
43.939
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 12.217
When I log in to a new session without activating the Persistent Storage 23.937
Then Tails is running from USB drive "__internal" 0.576
And persistence is disabled 0.306
But a Tails persistence partition exists on USB drive "__internal" 6.901
After features/support/hooks.rb:335 1.269
After features/support/hooks.rb:105 0.000
Tags: @product
3:30.713
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 without a persistent partition and logged in 18.182
Then Tails is running from USB drive "__internal" 0.477
When I create a file in the Persistent directory 0.166
And I create a persistent partition with the default settings 25.939
Then the file I created was copied to the Persistent Storage 2.831
When I shutdown Tails and wait for the computer to power off 13.756
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.380
Then persistence for "Persistent" is active 0.905
And the file I created in the Persistent directory exists 0.074
After features/support/hooks.rb:335 1.716
After features/support/hooks.rb:105 0.008
Tags: @product
1:6.328
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 14.526
And the system is very low on memory 3.584
When I create a file in the Persistent directory 0.627
When I try to create a persistent partition 27.464
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.189
When I close the Persistent Storage app 2.570
And I free up some memory 3.383
And I create a persistent partition with the default settings 13.664
Then the file I created was copied to the Persistent Storage 0.318
After features/support/hooks.rb:335 2.579
After features/support/hooks.rb:105 0.000
Tags: @product
3:2.874
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.489
Then Tails is running from USB drive "__internal" 0.687
And all tps features are active 2.489
And all persistent directories have safe access rights 2.675
When I disable the first tps feature 5.945
Then all tps features but the first one are active 2.632
And I shutdown Tails and wait for the computer to power off 12.971
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:18.753
Then all tps features but the first one are active 2.229
After features/support/hooks.rb:335 1.457
After features/support/hooks.rb:105 0.008
Tags: @product
19.940
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.297
Then persistence for "Persistent" is active 0.207
And I create a file in the Persistent directory 0.088
Then the file I created was copied to the Persistent Storage 0.088
When I disable the first tps feature 5.788
Then persistence for "Persistent" is not active 0.076
And the Persistent directory does not exist 0.064
When I enable the first tps feature 3.166
Then persistence for "Persistent" is active 0.084
And the file I created in the Persistent directory exists 0.078
After features/support/hooks.rb:335 1.160
After features/support/hooks.rb:105 0.000
Tags: @product
21.019
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.374
Then persistence for "Persistent" is active 0.112
When I create a file in the Persistent directory 0.131
And I disable the first tps feature 5.979
And I delete the data of the Persistent Folder feature 4.347
Then the file I created does not exist on the Persistent Storage 0.073
After features/support/hooks.rb:335 1.116
After features/support/hooks.rb:105 0.000
Tags: @product
1:36.591
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.417
And the network is plugged 0.094
And Tor is ready 50.517
And I take note of which tps features are available 0.639
When I write some files expected to persist 1.596
And I shutdown Tails and wait for the computer to power off 8.738
# 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.587
After features/support/hooks.rb:335 0.171
After features/support/hooks.rb:105 0.000
Tags: @product
3:17.735
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.042
And the network is plugged 0.125
And Tor is ready 21.026
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.216
And I shutdown Tails and wait for the computer to power off 11.114
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.063
And I capture all network traffic 0.006
And the network is plugged 0.083
And Tor is ready 21.390
And I switch to the "persistent-con-current" NetworkManager connection 0.392
And the 1st network device has a spoofed MAC address configured 0.135
And no network device leaked the real MAC address 0.136
After features/support/hooks.rb:335 0.653
After features/support/hooks.rb:105 0.050
Tags: @product
1:2.518
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 stopped at Tails Greeter's login screen 14.645
And I enable persistence creation in Tails Greeter 1.142
And I log in to a new session expecting no warning about the Persistent Storage not being activated 25.166
Then I create a persistent partition with the default settings using the wizard that was already open 21.563
After features/support/hooks.rb:335 3.007
After features/support/hooks.rb:105 0.000
Tags: @product
4:52.812
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.594
When I enable persistence 50.631
Then no persistent Greeter options were restored 15.063
When I set all Greeter options to non-default values 28.082
And I log in to a new session in German (de) after having activated the Persistent Storage 47.187
Then all Greeter options are set to non-default values 0.435
When I cold reboot the computer 7.693
And the computer reboots Tails 1:2.131
Given I enable persistence 23.701
Then persistent Greeter options were restored 0.601
When I log in to a new session after having activated the Persistent Storage 44.314
Then all Greeter options are set to non-default values 0.375
After features/support/hooks.rb:335 1.153
After features/support/hooks.rb:105 0.008
Tags: @product
4:5.988
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.179
# 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.899
And I shutdown Tails and wait for the computer to power off 15.240
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:32.805
And I change the passphrase of the Persistent Storage back to the original 33.862
After features/support/hooks.rb:335 3.114
After features/support/hooks.rb:105 0.007
Tags: @product
1:6.387
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 18.173
And I log in to a new session without activating the Persistent Storage 21.383
Then persistence is disabled 0.315
But a Tails persistence partition exists on USB drive "__internal" 8.284
And all notifications have disappeared 10.186
When I delete the persistent partition 7.026
Then there is no persistence partition on USB drive "__internal" 1.017
After features/support/hooks.rb:335 2.515
After features/support/hooks.rb:105 0.000
Tags: @product
2:51.572
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 11.202
When I write some dotfile expected to persist 0.162
And I shutdown Tails and wait for the computer to power off 11.015
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.766
Then the expected persistent dotfile is present in the filesystem 0.426
After features/support/hooks.rb:335 1.371
After features/support/hooks.rb:105 0.008
Tags: @product
1:39.406
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.060
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.133
When I try to enable persistence 0.316
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 33.855
When I log in to a new session after having activated the Persistent Storage 38.104
And all notifications have disappeared 8.083
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.638
And all tps features are enabled 2.883
And all tps features but the first one are active 2.331
After features/support/hooks.rb:335 1.321
After features/support/hooks.rb:105 0.000
Tags: @product
6:13.797
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 4:45.013
And I enable persistence 32.833
And I log in to a new session after having activated the Persistent Storage 51.444
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.700
And persistence is enabled 2.805
After features/support/hooks.rb:335 2.142
After features/support/hooks.rb:105 0.000
Tags: @product
28.523
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 8.833
And I enable persistence but something goes wrong during the LUKS header upgrade 18.899
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.790
After features/support/hooks.rb:335 0.883
After features/support/hooks.rb:105 0.000
Tags: @product
53.857
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.297
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.946
When I enable persistence 33.896
Then the filesystem of the Persistent Storage was repaired 0.079
And persistence is successfully enabled 3.636
After features/support/hooks.rb:335 1.455
After features/support/hooks.rb:105 0.000
Tags: @product
59.631
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.149
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.372
When I try to enable persistence 0.480
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.493
When I repair the filesystem of the Persistent Storage 5.099
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.593
And the filesystem of the Persistent Storage was repaired 3.656
When I close the filesystem repair dialog 1.276
Then persistence is successfully enabled 1.509
After features/support/hooks.rb:335 1.261
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:8.435
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 9.097
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.118
When I try to enable persistence 1.322
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 35.052
When I repair the filesystem of the Persistent Storage 1.315
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.102
When I log in to a new session 47.294
And all notifications have disappeared 11.413
# 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.773
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.831
When I close the "whisperback" window 1.901
Then the Tor Browser starts 18.168
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.043
After features/support/hooks.rb:335 4.326
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:9.211
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.095
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.199
And Tails detects disk read failures on the boot device 0.592
When I try to enable persistence 0.509
Then the Welcome Screen tells me that my hardware is probably failing 30.169
When I log in to a new session 48.438
And all notifications have disappeared 10.175
Then the Tor Browser starts 23.099
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.930
After features/support/hooks.rb:335 2.704
After features/support/hooks.rb:105 0.000