Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 71 24 May 2025, 18:24

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 41:35.526 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:18.014
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:34.529
And I update APT using apt 17.465
And I install "python3-behave" using apt 23.033
Then the Tails Persistent Storage behave tests pass 2.985
After features/support/hooks.rb:335 0.682
After features/support/hooks.rb:105 0.000
Tags: @product
41.736
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 11.803
When I log in to a new session without activating the Persistent Storage 22.856
Then Tails is running from USB drive "__internal" 0.416
And persistence is disabled 0.426
But a Tails persistence partition exists on USB drive "__internal" 6.234
After features/support/hooks.rb:335 1.980
After features/support/hooks.rb:105 0.000
Tags: @product
3:11.582
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.604
Then Tails is running from USB drive "__internal" 0.483
When I create a file in the Persistent directory 0.189
And I create a persistent partition with the default settings 27.075
Then the file I created was copied to the Persistent Storage 2.595
When I shutdown Tails and wait for the computer to power off 14.739
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:12.446
Then persistence for "Persistent" is active 0.380
And the file I created in the Persistent directory exists 0.067
After features/support/hooks.rb:335 1.880
After features/support/hooks.rb:105 0.009
Tags: @product
1:9.533
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 logged in 13.437
And the system is very low on memory 5.391
When I create a file in the Persistent directory 2.107
When I try to create a persistent partition 28.132
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 1.086
When I close the Persistent Storage app 3.035
And I free up some memory 2.981
And I create a persistent partition with the default settings 13.083
Then the file I created was copied to the Persistent Storage 0.277
After features/support/hooks.rb:335 2.502
After features/support/hooks.rb:105 0.000
Tags: @product
2:56.729
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.234
Then Tails is running from USB drive "__internal" 0.809
And all tps features are active 2.473
And all persistent directories have safe access rights 2.625
When I disable the first tps feature 7.986
Then all tps features but the first one are active 2.671
And I shutdown Tails and wait for the computer to power off 15.015
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:9.498
Then all tps features but the first one are active 2.412
After features/support/hooks.rb:335 1.137
After features/support/hooks.rb:105 0.006
Tags: @product
19.394
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 9.537
Then persistence for "Persistent" is active 0.212
And I create a file in the Persistent directory 0.122
Then the file I created was copied to the Persistent Storage 0.119
When I disable the first tps feature 6.003
Then persistence for "Persistent" is not active 0.080
And the Persistent directory does not exist 0.058
When I enable the first tps feature 3.120
Then persistence for "Persistent" is active 0.068
And the file I created in the Persistent directory exists 0.068
After features/support/hooks.rb:335 1.517
After features/support/hooks.rb:105 0.000
Tags: @product
20.332
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.537
Then persistence for "Persistent" is active 0.142
When I create a file in the Persistent directory 0.204
And I disable the first tps feature 6.757
And I delete the data of the Persistent Folder feature 3.627
Then the file I created does not exist on the Persistent Storage 0.063
After features/support/hooks.rb:335 1.555
After features/support/hooks.rb:105 0.000
Tags: @product
1:1.850
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 9.251
And the network is plugged 0.079
And Tor is ready 17.498
And I take note of which tps features are available 0.667
When I write some files expected to persist 1.614
And I shutdown Tails and wait for the computer to power off 8.389
# 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.348
After features/support/hooks.rb:335 0.093
After features/support/hooks.rb:105 0.000
Tags: @product
3:5.824
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.994
And the network is plugged 0.119
And Tor is ready 18.308
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.208
And I shutdown Tails and wait for the computer to power off 8.199
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:8.180
And I capture all network traffic 0.006
And the network is plugged 0.082
And Tor is ready 20.126
And I switch to the "persistent-con-current" NetworkManager connection 0.335
And the 1st network device has a spoofed MAC address configured 0.129
And no network device leaked the real MAC address 0.133
After features/support/hooks.rb:335 0.559
After features/support/hooks.rb:105 0.052
Tags: @product
1:1.489
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 11.798
And I enable persistence creation in Tails Greeter 1.232
And I log in to a new session expecting no warning about the Persistent Storage not being activated 22.169
Then I create a persistent partition with the default settings using the wizard that was already open 26.288
After features/support/hooks.rb:335 2.684
After features/support/hooks.rb:105 0.000
Tags: @product
4:22.746
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 11.038
When I enable persistence 35.529
Then no persistent Greeter options were restored 14.284
When I set all Greeter options to non-default values 26.964
And I log in to a new session in German (de) after having activated the Persistent Storage 46.616
Then all Greeter options are set to non-default values 0.367
When I cold reboot the computer 7.470
And the computer reboots Tails 59.810
Given I enable persistence 17.599
Then persistent Greeter options were restored 0.491
When I log in to a new session after having activated the Persistent Storage 42.287
Then all Greeter options are set to non-default values 0.284
After features/support/hooks.rb:335 1.857
After features/support/hooks.rb:105 0.009
Tags: @product
3:44.487
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.671
# 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 37.374
And I shutdown Tails and wait for the computer to power off 12.735
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:8.122
And I change the passphrase of the Persistent Storage back to the original 36.583
After features/support/hooks.rb:335 3.770
After features/support/hooks.rb:105 0.006
Tags: @product
1:1.686
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.667
And I log in to a new session without activating the Persistent Storage 21.064
Then persistence is disabled 0.407
But a Tails persistence partition exists on USB drive "__internal" 10.431
And all notifications have disappeared 11.872
When I delete the persistent partition 7.281
Then there is no persistence partition on USB drive "__internal" 0.961
After features/support/hooks.rb:335 1.641
After features/support/hooks.rb:105 0.000
Tags: @product
2:41.247
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.316
When I write some dotfile expected to persist 0.065
And I shutdown Tails and wait for the computer to power off 8.722
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.665
Then the expected persistent dotfile is present in the filesystem 0.477
After features/support/hooks.rb:335 1.351
After features/support/hooks.rb:105 0.011
Tags: @product
1:54.695
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 11.195
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.114
When I try to enable persistence 0.317
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 37.579
When I log in to a new session after having activated the Persistent Storage 46.476
And all notifications have disappeared 8.964
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.723
And all tps features are enabled 2.861
And all tps features but the first one are active 2.461
After features/support/hooks.rb:335 1.571
After features/support/hooks.rb:105 0.000
Tags: @product
5:6.367
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 3:39.928
And I enable persistence 30.676
And I log in to a new session after having activated the Persistent Storage 51.152
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.395
And persistence is enabled 3.214
After features/support/hooks.rb:335 1.854
After features/support/hooks.rb:105 0.000
Tags: @product
30.099
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 9.367
And I enable persistence but something goes wrong during the LUKS header upgrade 19.957
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.774
After features/support/hooks.rb:335 0.695
After features/support/hooks.rb:105 0.000
Tags: @product
1:14.928
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 10.493
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.080
When I enable persistence 56.608
Then the filesystem of the Persistent Storage was repaired 0.088
And persistence is successfully enabled 2.657
After features/support/hooks.rb:335 3.585
After features/support/hooks.rb:105 0.000
Tags: @product
51.422
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 8.469
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.433
When I try to enable persistence 1.499
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.946
When I repair the filesystem of the Persistent Storage 1.299
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.113
And the filesystem of the Persistent Storage was repaired 2.940
When I close the filesystem repair dialog 1.260
Then persistence is successfully enabled 1.458
After features/support/hooks.rb:335 1.583
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:55.375
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.848
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.121
When I try to enable persistence 0.264
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.094
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 0.084
When I log in to a new session 44.063
And all notifications have disappeared 9.702
# 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.001
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.747
When I close the "whisperback" window 1.653
Then the Tor Browser starts 20.649
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.857
After features/support/hooks.rb:335 1.737
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:5.980
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.136
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.948
And Tails detects disk read failures on the boot device 0.457
When I try to enable persistence 1.447
Then the Welcome Screen tells me that my hardware is probably failing 25.190
When I log in to a new session 48.002
And all notifications have disappeared 8.432
Then the Tor Browser starts 23.127
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.238
After features/support/hooks.rb:335 1.660
After features/support/hooks.rb:105 0.000