Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 83 04 Jun 2025, 20:16

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:44.076 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:26.226
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.004
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:41.999
And I update APT using apt 14.629
And I install "python3-behave" using apt 26.044
Then the Tails Persistent Storage behave tests pass 3.553
After features/support/hooks.rb:335 0.938
After features/support/hooks.rb:105 0.000
Tags: @product
48.230
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 13.323
When I log in to a new session without activating the Persistent Storage 24.126
Then Tails is running from USB drive "__internal" 0.557
And persistence is disabled 0.328
But a Tails persistence partition exists on USB drive "__internal" 9.894
After features/support/hooks.rb:335 2.379
After features/support/hooks.rb:105 0.000
Tags: @product
3:14.799
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 14.467
Then Tails is running from USB drive "__internal" 0.640
When I create a file in the Persistent directory 0.187
And I create a persistent partition with the default settings 22.955
Then the file I created was copied to the Persistent Storage 3.037
When I shutdown Tails and wait for the computer to power off 13.366
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.166
Then persistence for "Persistent" is active 0.897
And the file I created in the Persistent directory exists 0.081
After features/support/hooks.rb:335 2.014
After features/support/hooks.rb:105 0.009
Tags: @product
1:22.730
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 without a persistent partition and logged in 23.974
And the system is very low on memory 5.412
When I create a file in the Persistent directory 0.621
When I try to create a persistent partition 30.520
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.301
When I close the Persistent Storage app 2.586
And I free up some memory 3.961
And I create a persistent partition with the default settings 15.051
Then the file I created was copied to the Persistent Storage 0.299
After features/support/hooks.rb:335 2.142
After features/support/hooks.rb:105 0.000
Tags: @product
3:22.939
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 29.701
Then Tails is running from USB drive "__internal" 1.231
And all tps features are active 2.727
And all persistent directories have safe access rights 3.041
When I disable the first tps feature 6.299
Then all tps features but the first one are active 4.756
And I shutdown Tails and wait for the computer to power off 13.503
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.077
Then all tps features but the first one are active 2.600
After features/support/hooks.rb:335 1.249
After features/support/hooks.rb:105 0.010
Tags: @product
22.345
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 enabled and logged in 12.363
Then persistence for "Persistent" is active 0.087
And I create a file in the Persistent directory 0.110
Then the file I created was copied to the Persistent Storage 0.115
When I disable the first tps feature 5.757
Then persistence for "Persistent" is not active 0.084
And the Persistent directory does not exist 0.054
When I enable the first tps feature 3.612
Then persistence for "Persistent" is active 0.076
And the file I created in the Persistent directory exists 0.083
After features/support/hooks.rb:335 1.713
After features/support/hooks.rb:105 0.000
Tags: @product
21.472
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.720
Then persistence for "Persistent" is active 0.292
When I create a file in the Persistent directory 0.143
And I disable the first tps feature 5.984
And I delete the data of the Persistent Folder feature 4.266
Then the file I created does not exist on the Persistent Storage 0.063
After features/support/hooks.rb:335 1.970
After features/support/hooks.rb:105 0.000
Tags: @product
1:7.417
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.444
And the network is plugged 0.116
And Tor is ready 20.811
And I take note of which tps features are available 0.946
When I write some files expected to persist 1.543
And I shutdown Tails and wait for the computer to power off 8.783
# 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.771
After features/support/hooks.rb:335 0.160
After features/support/hooks.rb:105 0.000
Tags: @product
3:15.288
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 11.319
And the network is plugged 0.089
And Tor is ready 22.115
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.261
And I shutdown Tails and wait for the computer to power off 10.191
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:11.560
And I capture all network traffic 0.005
And the network is plugged 0.093
And Tor is ready 19.115
And I switch to the "persistent-con-current" NetworkManager connection 0.316
And the 1st network device has a spoofed MAC address configured 0.079
And no network device leaked the real MAC address 0.140
After features/support/hooks.rb:335 0.624
After features/support/hooks.rb:105 0.049
Tags: @product
1:1.462
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 without a persistent partition and stopped at Tails Greeter's login screen 14.148
And I enable persistence creation in Tails Greeter 1.127
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.850
Then I create a persistent partition with the default settings using the wizard that was already open 24.335
After features/support/hooks.rb:335 2.851
After features/support/hooks.rb:105 0.000
Tags: @product
4:44.612
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 14.847
When I enable persistence 40.364
Then no persistent Greeter options were restored 14.464
When I set all Greeter options to non-default values 28.048
And I log in to a new session in German (de) after having activated the Persistent Storage 54.000
Then all Greeter options are set to non-default values 0.575
When I cold reboot the computer 7.778
And the computer reboots Tails 1:3.386
Given I enable persistence 17.953
Then persistent Greeter options were restored 0.621
When I log in to a new session after having activated the Persistent Storage 41.687
Then all Greeter options are set to non-default values 0.881
After features/support/hooks.rb:335 1.454
After features/support/hooks.rb:105 0.008
Tags: @product
3:54.529
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.962
# 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 34.738
And I shutdown Tails and wait for the computer to power off 13.383
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:19.793
And I change the passphrase of the Persistent Storage back to the original 34.651
After features/support/hooks.rb:335 4.164
After features/support/hooks.rb:105 0.009
Tags: @product
59.337
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.717
And I log in to a new session without activating the Persistent Storage 22.667
Then persistence is disabled 0.394
But a Tails persistence partition exists on USB drive "__internal" 8.895
And all notifications have disappeared 9.646
When I delete the persistent partition 7.115
Then there is no persistence partition on USB drive "__internal" 0.899
After features/support/hooks.rb:335 1.360
After features/support/hooks.rb:105 0.000
Tags: @product
2:47.813
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 enabled and logged in 10.245
When I write some dotfile expected to persist 0.097
And I shutdown Tails and wait for the computer to power off 10.864
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:26.090
Then the expected persistent dotfile is present in the filesystem 0.515
After features/support/hooks.rb:335 0.825
After features/support/hooks.rb:105 0.011
Tags: @product
1:46.315
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.776
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.129
When I try to enable persistence 0.437
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 32.302
When I log in to a new session after having activated the Persistent Storage 41.660
And all notifications have disappeared 9.752
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.662
And all tps features are enabled 4.191
And all tps features but the first one are active 2.402
After features/support/hooks.rb:335 1.682
After features/support/hooks.rb:105 0.000
Tags: @product
8:12.147
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 6:42.416
And I enable persistence 33.555
And I log in to a new session after having activated the Persistent Storage 48.390
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 4.796
And persistence is enabled 2.989
After features/support/hooks.rb:335 1.675
After features/support/hooks.rb:105 0.000
Tags: @product
29.293
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 8.989
And I enable persistence but something goes wrong during the LUKS header upgrade 19.597
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.706
After features/support/hooks.rb:335 0.750
After features/support/hooks.rb:105 0.000
Tags: @product
47.548
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.442
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.619
When I enable persistence 28.432
Then the filesystem of the Persistent Storage was repaired 0.091
And persistence is successfully enabled 2.961
After features/support/hooks.rb:335 1.454
After features/support/hooks.rb:105 0.000
Tags: @product
47.112
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.576
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.982
When I try to enable persistence 0.464
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 21.744
When I repair the filesystem of the Persistent Storage 1.493
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.301
And the filesystem of the Persistent Storage was repaired 2.827
When I close the filesystem repair dialog 1.290
Then persistence is successfully enabled 1.431
After features/support/hooks.rb:335 2.303
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:55.459
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.779
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.102
When I try to enable persistence 0.271
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.979
When I repair the filesystem of the Persistent Storage 2.356
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 1.547
When I log in to a new session 38.472
And all notifications have disappeared 7.997
# 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.520
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.158
When I close the "whisperback" window 1.366
Then the Tor Browser starts 24.822
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.083
After features/support/hooks.rb:335 2.452
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:56.993
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.690
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.772
And Tails detects disk read failures on the boot device 0.589
When I try to enable persistence 0.427
Then the Welcome Screen tells me that my hardware is probably failing 20.264
When I log in to a new session 46.551
And all notifications have disappeared 9.447
Then the Tor Browser starts 21.935
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.314
After features/support/hooks.rb:335 3.995
After features/support/hooks.rb:105 0.000