Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 61 14 May 2025, 18:30

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:54.731 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:29.400
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:47.862
And I update APT using apt 14.831
And I install "python3-behave" using apt 23.406
Then the Tails Persistent Storage behave tests pass 3.300
After features/support/hooks.rb:335 0.688
After features/support/hooks.rb:105 0.000
Tags: @product
46.111
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 12.192
When I log in to a new session without activating the Persistent Storage 25.055
Then Tails is running from USB drive "__internal" 0.598
And persistence is disabled 0.600
But a Tails persistence partition exists on USB drive "__internal" 7.664
After features/support/hooks.rb:335 1.853
After features/support/hooks.rb:105 0.000
Tags: @product
3:14.871
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 14.304
Then Tails is running from USB drive "__internal" 0.398
When I create a file in the Persistent directory 0.128
And I create a persistent partition with the default settings 21.549
Then the file I created was copied to the Persistent Storage 1.991
When I shutdown Tails and wait for the computer to power off 10.546
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:25.366
Then persistence for "Persistent" is active 0.511
And the file I created in the Persistent directory exists 0.074
After features/support/hooks.rb:335 1.431
After features/support/hooks.rb:105 0.036
Tags: @product
1:2.579
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 12.067
And the system is very low on memory 5.334
When I create a file in the Persistent directory 1.059
When I try to create a persistent partition 21.223
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.321
When I close the Persistent Storage app 2.545
And I free up some memory 3.945
And I create a persistent partition with the default settings 15.830
Then the file I created was copied to the Persistent Storage 0.250
After features/support/hooks.rb:335 2.600
After features/support/hooks.rb:105 0.000
Tags: @product
3:12.743
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 18.338
Then Tails is running from USB drive "__internal" 0.610
And all tps features are active 3.008
And all persistent directories have safe access rights 2.907
When I disable the first tps feature 5.973
Then all tps features but the first one are active 2.490
And I shutdown Tails and wait for the computer to power off 15.140
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.411
Then all tps features but the first one are active 2.863
After features/support/hooks.rb:335 1.507
After features/support/hooks.rb:105 0.010
Tags: @product
21.213
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.963
Then persistence for "Persistent" is active 0.200
And I create a file in the Persistent directory 0.121
Then the file I created was copied to the Persistent Storage 0.123
When I disable the first tps feature 6.366
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.138
Then persistence for "Persistent" is active 0.089
And the file I created in the Persistent directory exists 0.069
After features/support/hooks.rb:335 1.526
After features/support/hooks.rb:105 0.000
Tags: @product
19.465
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 9.168
Then persistence for "Persistent" is active 0.104
When I create a file in the Persistent directory 0.142
And I disable the first tps feature 6.350
And I delete the data of the Persistent Folder feature 3.644
Then the file I created does not exist on the Persistent Storage 0.054
After features/support/hooks.rb:335 1.753
After features/support/hooks.rb:105 0.000
Tags: @product
1:11.145
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.092
And the network is plugged 0.071
And Tor is ready 24.031
And I take note of which tps features are available 0.603
When I write some files expected to persist 1.417
And I shutdown Tails and wait for the computer to power off 10.671
# 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.257
After features/support/hooks.rb:335 0.135
After features/support/hooks.rb:105 0.000
Tags: @product
3:8.521
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 9.709
And the network is plugged 0.087
And Tor is ready 22.564
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.192
And I shutdown Tails and wait for the computer to power off 8.797
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:5.713
And I capture all network traffic 0.017
And the network is plugged 0.084
And Tor is ready 20.629
And I switch to the "persistent-con-current" NetworkManager connection 0.512
And the 1st network device has a spoofed MAC address configured 0.099
And no network device leaked the real MAC address 0.113
After features/support/hooks.rb:335 0.795
After features/support/hooks.rb:105 0.048
Tags: @product
54.801
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.485
And I enable persistence creation in Tails Greeter 1.114
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.079
Then I create a persistent partition with the default settings using the wizard that was already open 21.122
After features/support/hooks.rb:335 2.307
After features/support/hooks.rb:105 0.000
Tags: @product
4:25.341
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 25.739
When I enable persistence 31.122
Then no persistent Greeter options were restored 14.058
When I set all Greeter options to non-default values 24.686
And I log in to a new session in German (de) after having activated the Persistent Storage 44.037
Then all Greeter options are set to non-default values 0.433
When I cold reboot the computer 7.528
And the computer reboots Tails 59.855
Given I enable persistence 16.498
Then persistent Greeter options were restored 0.522
When I log in to a new session after having activated the Persistent Storage 40.496
Then all Greeter options are set to non-default values 0.363
After features/support/hooks.rb:335 1.533
After features/support/hooks.rb:105 0.010
Tags: @product
3:33.629
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.147
# 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.394
And I shutdown Tails and wait for the computer to power off 14.583
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:5.578
And I change the passphrase of the Persistent Storage back to the original 30.924
After features/support/hooks.rb:335 2.753
After features/support/hooks.rb:105 0.008
Tags: @product
56.168
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.593
And I log in to a new session without activating the Persistent Storage 20.283
Then persistence is disabled 0.279
But a Tails persistence partition exists on USB drive "__internal" 5.464
And all notifications have disappeared 10.976
When I delete the persistent partition 7.683
Then there is no persistence partition on USB drive "__internal" 0.888
After features/support/hooks.rb:335 1.472
After features/support/hooks.rb:105 0.000
Tags: @product
2:34.928
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.895
When I write some dotfile expected to persist 0.435
And I shutdown Tails and wait for the computer to power off 10.628
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.603
Then the expected persistent dotfile is present in the filesystem 0.365
After features/support/hooks.rb:335 1.483
After features/support/hooks.rb:105 0.007
Tags: @product
1:46.346
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 9.026
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.081
When I try to enable persistence 0.298
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 35.286
When I log in to a new session after having activated the Persistent Storage 42.725
And all notifications have disappeared 8.197
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 5.265
And all tps features are enabled 3.405
And all tps features but the first one are active 2.059
After features/support/hooks.rb:335 1.945
After features/support/hooks.rb:105 0.000
Tags: @product
4:53.824
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:26.199
And I enable persistence 35.615
And I log in to a new session after having activated the Persistent Storage 47.635
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.698
And persistence is enabled 2.674
After features/support/hooks.rb:335 1.966
After features/support/hooks.rb:105 0.000
Tags: @product
32.523
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 9.122
And I enable persistence but something goes wrong during the LUKS header upgrade 22.624
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.776
After features/support/hooks.rb:335 0.775
After features/support/hooks.rb:105 0.000
Tags: @product
44.066
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.242
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.296
When I enable persistence 26.771
Then the filesystem of the Persistent Storage was repaired 0.089
And persistence is successfully enabled 2.665
After features/support/hooks.rb:335 1.627
After features/support/hooks.rb:105 0.000
Tags: @product
49.343
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.378
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.454
When I try to enable persistence 0.444
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 23.744
When I repair the filesystem of the Persistent Storage 2.678
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.022
And the filesystem of the Persistent Storage was repaired 3.931
When I close the filesystem repair dialog 1.271
Then persistence is successfully enabled 1.417
After features/support/hooks.rb:335 1.799
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:58.996
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.481
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.089
When I try to enable persistence 0.274
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 29.358
When I repair the filesystem of the Persistent Storage 1.210
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.075
When I log in to a new session 46.723
And all notifications have disappeared 11.517
# 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.665
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.675
When I close the "whisperback" window 1.544
Then the Tor Browser starts 16.316
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.063
After features/support/hooks.rb:335 3.537
After features/support/hooks.rb:105 0.000
Tags: @product @doc
1:58.708
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 8.606
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.145
And Tails detects disk read failures on the boot device 1.589
When I try to enable persistence 0.432
Then the Welcome Screen tells me that my hardware is probably failing 18.521
When I log in to a new session 50.444
And all notifications have disappeared 7.898
Then the Tor Browser starts 24.098
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.972
After features/support/hooks.rb:335 3.012
After features/support/hooks.rb:105 0.000