Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 35 25 Apr 2025, 18:09

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 38:35.528 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:10.612
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.004
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:31.660
And I update APT using apt 13.252
And I install "python3-behave" using apt 22.832
Then the Tails Persistent Storage behave tests pass 2.866
After features/support/hooks.rb:334 1.602
After features/support/hooks.rb:104 0.000
Tags: @product
43.625
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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.374
When I log in to a new session without activating the Persistent Storage 22.235
Then Tails is running from USB drive "__internal" 0.899
And persistence is disabled 0.316
But a Tails persistence partition exists on USB drive "__internal" 8.799
After features/support/hooks.rb:334 1.563
After features/support/hooks.rb:104 0.000
Tags: @product
3:5.221
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.008
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.965
Then Tails is running from USB drive "__internal" 0.432
When I create a file in the Persistent directory 0.129
And I create a persistent partition with the default settings 23.361
Then the file I created was copied to the Persistent Storage 2.055
When I shutdown Tails and wait for the computer to power off 12.851
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:11.865
Then persistence for "Persistent" is active 0.490
And the file I created in the Persistent directory exists 0.068
After features/support/hooks.rb:334 2.987
After features/support/hooks.rb:104 0.009
Tags: @product
1:7.121
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.005
Given I have started Tails without network from a USB drive without a persistent partition and logged in 10.507
And the system is very low on memory 3.361
When I create a file in the Persistent directory 4.603
When I try to create a persistent partition 27.547
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 1.924
When I close the Persistent Storage app 2.557
And I free up some memory 3.841
And I create a persistent partition with the default settings 12.515
Then the file I created was copied to the Persistent Storage 0.262
After features/support/hooks.rb:334 2.270
After features/support/hooks.rb:104 0.000
Tags: @product
2:43.700
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 12.195
Then Tails is running from USB drive "__internal" 0.443
And all tps features are active 2.511
And all persistent directories have safe access rights 2.466
When I disable the first tps feature 5.904
Then all tps features but the first one are active 2.033
And I shutdown Tails and wait for the computer to power off 12.825
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:3.211
Then all tps features but the first one are active 2.108
After features/support/hooks.rb:334 1.097
After features/support/hooks.rb:104 0.008
Tags: @product
20.234
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.242
Then persistence for "Persistent" is active 0.109
And I create a file in the Persistent directory 0.084
Then the file I created was copied to the Persistent Storage 0.072
When I disable the first tps feature 6.351
Then persistence for "Persistent" is not active 0.068
And the Persistent directory does not exist 0.051
When I enable the first tps feature 3.105
Then persistence for "Persistent" is active 0.081
And the file I created in the Persistent directory exists 0.066
After features/support/hooks.rb:334 1.429
After features/support/hooks.rb:104 0.000
Tags: @product
19.060
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.003
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.176
Then persistence for "Persistent" is active 0.193
When I create a file in the Persistent directory 0.079
And I disable the first tps feature 5.779
And I delete the data of the Persistent Folder feature 3.772
Then the file I created does not exist on the Persistent Storage 0.058
After features/support/hooks.rb:334 1.606
After features/support/hooks.rb:104 0.000
Tags: @product
1:4.053
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.133
And the network is plugged 0.083
And Tor is ready 20.282
And I take note of which tps features are available 0.587
When I write some files expected to persist 1.415
And I shutdown Tails and wait for the computer to power off 8.431
# 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.120
After features/support/hooks.rb:334 0.149
After features/support/hooks.rb:104 0.000
Tags: @product
3:13.067
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.772
And the network is plugged 0.091
And Tor is ready 22.754
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.215
And I shutdown Tails and wait for the computer to power off 8.498
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:12.818
And I capture all network traffic 0.010
And the network is plugged 0.081
And Tor is ready 18.134
And I switch to the "persistent-con-current" NetworkManager connection 0.383
And the 1st network device has a spoofed MAC address configured 0.168
And no network device leaked the real MAC address 0.137
After features/support/hooks.rb:334 0.676
After features/support/hooks.rb:104 0.062
Tags: @product
55.739
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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 12.659
And I enable persistence creation in Tails Greeter 1.125
And I log in to a new session expecting no warning about the Persistent Storage not being activated 20.294
Then I create a persistent partition with the default settings using the wizard that was already open 21.660
After features/support/hooks.rb:334 2.138
After features/support/hooks.rb:104 0.000
Tags: @product
4:17.482
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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.582
When I enable persistence 35.853
Then no persistent Greeter options were restored 14.310
When I set all Greeter options to non-default values 25.754
And I log in to a new session in German (de) after having activated the Persistent Storage 44.298
Then all Greeter options are set to non-default values 0.493
When I cold reboot the computer 7.443
And the computer reboots Tails 59.664
Given I enable persistence 20.725
Then persistent Greeter options were restored 0.533
When I log in to a new session after having activated the Persistent Storage 36.312
Then all Greeter options are set to non-default values 0.508
After features/support/hooks.rb:334 1.628
After features/support/hooks.rb:104 0.008
Tags: @product
3:42.473
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.148
# 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 30.847
And I shutdown Tails and wait for the computer to power off 12.376
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:12.355
And I change the passphrase of the Persistent Storage back to the original 36.745
After features/support/hooks.rb:334 4.004
After features/support/hooks.rb:104 0.011
Tags: @product
53.576
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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 10.118
And I log in to a new session without activating the Persistent Storage 20.706
Then persistence is disabled 0.227
But a Tails persistence partition exists on USB drive "__internal" 7.431
And all notifications have disappeared 8.172
When I delete the persistent partition 5.995
Then there is no persistence partition on USB drive "__internal" 0.923
After features/support/hooks.rb:334 1.480
After features/support/hooks.rb:104 0.000
Tags: @product
2:32.958
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.256
When I write some dotfile expected to persist 0.058
And I shutdown Tails and wait for the computer to power off 8.692
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:14.498
Then the expected persistent dotfile is present in the filesystem 0.452
After features/support/hooks.rb:334 1.698
After features/support/hooks.rb:104 0.008
Tags: @product
1:33.417
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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.227
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.079
When I try to enable persistence 0.252
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 28.313
When I log in to a new session after having activated the Persistent Storage 38.081
And all notifications have disappeared 8.536
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.293
And all tps features are enabled 2.667
And all tps features but the first one are active 1.966
After features/support/hooks.rb:334 1.715
After features/support/hooks.rb:104 0.000
Tags: @product
4:8.892
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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 2:51.890
And I enable persistence 31.651
And I log in to a new session after having activated the Persistent Storage 39.634
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.340
And persistence is enabled 3.375
After features/support/hooks.rb:334 1.625
After features/support/hooks.rb:104 0.000
Tags: @product
28.267
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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.949
And I enable persistence but something goes wrong during the LUKS header upgrade 18.287
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 1.031
After features/support/hooks.rb:334 0.725
After features/support/hooks.rb:104 0.000
Tags: @product
46.555
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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.327
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.391
When I enable persistence 29.190
Then the filesystem of the Persistent Storage was repaired 0.093
And persistence is successfully enabled 2.552
After features/support/hooks.rb:334 1.536
After features/support/hooks.rb:104 0.000
Tags: @product
46.017
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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.928
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 4.988
When I try to enable persistence 0.511
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 24.261
When I repair the filesystem of the Persistent Storage 1.280
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.888
And the filesystem of the Persistent Storage was repaired 2.595
When I close the filesystem repair dialog 1.266
Then persistence is successfully enabled 1.295
After features/support/hooks.rb:334 1.820
After features/support/hooks.rb:104 0.000
Tags: @product @doc
1:49.345
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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.178
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.125
When I try to enable persistence 0.269
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 23.882
When I repair the filesystem of the Persistent Storage 2.117
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.078
When I log in to a new session 41.342
And all notifications have disappeared 8.779
# 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" 1.186
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.646
When I close the "whisperback" window 1.645
Then the Tor Browser starts 19.302
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.789
After features/support/hooks.rb:334 1.427
After features/support/hooks.rb:104 0.000
Tags: @product @doc
1:54.105
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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 8.794
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.102
And Tails detects disk read failures on the boot device 1.604
When I try to enable persistence 0.401
Then the Welcome Screen tells me that my hardware is probably failing 18.087
When I log in to a new session 48.642
And all notifications have disappeared 7.470
Then the Tor Browser starts 23.228
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.772
After features/support/hooks.rb:334 1.820
After features/support/hooks.rb:104 0.000