Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 39 25 Apr 2025, 19:51

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 44:2.407 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:29.173
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.006
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:45.316
And I update APT using apt 14.954
And I install "python3-behave" using apt 26.431
Then the Tails Persistent Storage behave tests pass 2.470
After features/support/hooks.rb:334 0.810
After features/support/hooks.rb:104 0.000
Tags: @product
58.221
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 14.485
When I log in to a new session without activating the Persistent Storage 31.950
Then Tails is running from USB drive "__internal" 0.798
And persistence is disabled 0.473
But a Tails persistence partition exists on USB drive "__internal" 10.513
After features/support/hooks.rb:334 1.679
After features/support/hooks.rb:104 0.000
Tags: @product
3:33.261
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 11.684
Then Tails is running from USB drive "__internal" 0.825
When I create a file in the Persistent directory 0.167
And I create a persistent partition with the default settings 31.684
Then the file I created was copied to the Persistent Storage 2.630
When I shutdown Tails and wait for the computer to power off 13.401
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:31.985
Then persistence for "Persistent" is active 0.802
And the file I created in the Persistent directory exists 0.079
After features/support/hooks.rb:334 3.308
After features/support/hooks.rb:104 0.010
Tags: @product
1:3.844
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.014
Given I have started Tails without network from a USB drive without a persistent partition and logged in 13.915
And the system is very low on memory 3.265
When I create a file in the Persistent directory 0.979
When I try to create a persistent partition 25.919
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.164
When I close the Persistent Storage app 2.660
And I free up some memory 3.362
And I create a persistent partition with the default settings 13.268
Then the file I created was copied to the Persistent Storage 0.308
After features/support/hooks.rb:334 2.362
After features/support/hooks.rb:104 0.000
Tags: @product
3:7.775
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 0.012
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 12.561
Then Tails is running from USB drive "__internal" 0.564
And all tps features are active 2.734
And all persistent directories have safe access rights 3.178
When I disable the first tps feature 6.890
Then all tps features but the first one are active 2.290
And I shutdown Tails and wait for the computer to power off 15.610
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.602
Then all tps features but the first one are active 2.343
After features/support/hooks.rb:334 1.288
After features/support/hooks.rb:104 0.011
Tags: @product
21.004
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 with a persistent partition enabled and logged in 10.658
Then persistence for "Persistent" is active 0.144
And I create a file in the Persistent directory 0.082
Then the file I created was copied to the Persistent Storage 0.135
When I disable the first tps feature 6.292
Then persistence for "Persistent" is not active 0.101
And the Persistent directory does not exist 0.095
When I enable the first tps feature 3.333
Then persistence for "Persistent" is active 0.076
And the file I created in the Persistent directory exists 0.084
After features/support/hooks.rb:334 1.563
After features/support/hooks.rb:104 0.000
Tags: @product
20.537
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.857
Then persistence for "Persistent" is active 0.123
When I create a file in the Persistent directory 0.066
And I disable the first tps feature 6.656
And I delete the data of the Persistent Folder feature 3.756
Then the file I created does not exist on the Persistent Storage 0.076
After features/support/hooks.rb:334 1.540
After features/support/hooks.rb:104 0.000
Tags: @product
1:13.378
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.655
And the network is plugged 0.109
And Tor is ready 23.457
And I take note of which tps features are available 0.617
When I write some files expected to persist 1.686
And I shutdown Tails and wait for the computer to power off 11.709
# 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" 26.143
After features/support/hooks.rb:334 0.207
After features/support/hooks.rb:104 0.000
Tags: @product
3:38.540
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 10.091
And the network is plugged 0.105
And Tor is ready 20.499
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.179
And I shutdown Tails and wait for the computer to power off 13.319
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:31.989
And I capture all network traffic 0.006
And the network is plugged 0.087
And Tor is ready 21.444
And I switch to the "persistent-con-current" NetworkManager connection 0.505
And the 1st network device has a spoofed MAC address configured 0.138
And no network device leaked the real MAC address 0.172
After features/support/hooks.rb:334 0.830
After features/support/hooks.rb:104 0.061
Tags: @product
1:1.332
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 without a persistent partition and stopped at Tails Greeter's login screen 15.288
And I enable persistence creation in Tails Greeter 1.197
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.794
Then I create a persistent partition with the default settings using the wizard that was already open 23.051
After features/support/hooks.rb:334 2.748
After features/support/hooks.rb:104 0.000
Tags: @product
4:31.659
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 11.923
When I enable persistence 41.427
Then no persistent Greeter options were restored 14.951
When I set all Greeter options to non-default values 26.041
And I log in to a new session in German (de) after having activated the Persistent Storage 45.537
Then all Greeter options are set to non-default values 0.474
When I cold reboot the computer 8.003
And the computer reboots Tails 1:2.203
Given I enable persistence 18.481
Then persistent Greeter options were restored 0.609
When I log in to a new session after having activated the Persistent Storage 41.197
Then all Greeter options are set to non-default values 0.808
After features/support/hooks.rb:334 1.750
After features/support/hooks.rb:104 0.011
Tags: @product
4:4.754
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 enabled and logged in 10.326
# 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 40.644
And I shutdown Tails and wait for the computer to power off 12.900
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:31.471
And I change the passphrase of the Persistent Storage back to the original 29.411
After features/support/hooks.rb:334 2.867
After features/support/hooks.rb:104 0.009
Tags: @product
1:11.468
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 and stopped at Tails Greeter's login screen 13.361
And I log in to a new session without activating the Persistent Storage 25.476
Then persistence is disabled 0.374
But a Tails persistence partition exists on USB drive "__internal" 11.430
And all notifications have disappeared 12.728
When I delete the persistent partition 7.298
Then there is no persistence partition on USB drive "__internal" 0.797
After features/support/hooks.rb:334 1.550
After features/support/hooks.rb:104 0.000
Tags: @product
2:40.898
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 10.170
When I write some dotfile expected to persist 0.206
And I shutdown Tails and wait for the computer to power off 10.576
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.149
Then the expected persistent dotfile is present in the filesystem 0.795
After features/support/hooks.rb:334 0.695
After features/support/hooks.rb:104 0.011
Tags: @product
1:46.157
Before features/support/hooks.rb:270 0.000
Before features/support/hooks.rb:277 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 10.295
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.287
When I try to enable persistence 0.563
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 39.932
When I log in to a new session after having activated the Persistent Storage 37.264
And all notifications have disappeared 8.210
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.920
And all tps features are enabled 3.625
And all tps features but the first one are active 2.057
After features/support/hooks.rb:334 2.301
After features/support/hooks.rb:104 0.000
Tags: @product
5:44.438
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 4:15.686
And I enable persistence 35.610
And I log in to a new session after having activated the Persistent Storage 48.372
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.715
And persistence is enabled 3.052
After features/support/hooks.rb:334 1.879
After features/support/hooks.rb:104 0.000
Tags: @product
30.999
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 9.724
And I enable persistence but something goes wrong during the LUKS header upgrade 20.495
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.779
After features/support/hooks.rb:334 0.874
After features/support/hooks.rb:104 0.000
Tags: @product
48.834
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 and stopped at Tails Greeter's login screen 9.480
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.765
When I enable persistence 30.688
Then the filesystem of the Persistent Storage was repaired 0.090
And persistence is successfully enabled 2.808
After features/support/hooks.rb:334 1.550
After features/support/hooks.rb:104 0.000
Tags: @product
50.743
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.700
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.186
When I try to enable persistence 1.554
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 25.350
When I repair the filesystem of the Persistent Storage 1.315
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.455
And the filesystem of the Persistent Storage was repaired 3.443
When I close the filesystem repair dialog 1.244
Then persistence is successfully enabled 1.492
After features/support/hooks.rb:334 1.926
After features/support/hooks.rb:104 0.000
Tags: @product @doc
2:2.697
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.691
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.156
When I try to enable persistence 0.269
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 37.446
When I repair the filesystem of the Persistent Storage 1.260
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.077
When I log in to a new session 45.353
And all notifications have disappeared 9.766
# 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.596
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.938
When I close the "whisperback" window 1.508
Then the Tor Browser starts 15.591
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.040
After features/support/hooks.rb:334 1.925
After features/support/hooks.rb:104 0.000
Tags: @product @doc
2:2.686
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.112
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.001
And Tails detects disk read failures on the boot device 0.632
When I try to enable persistence 0.494
Then the Welcome Screen tells me that my hardware is probably failing 20.561
When I log in to a new session 53.859
And all notifications have disappeared 7.435
Then the Tor Browser starts 22.736
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.851
After features/support/hooks.rb:334 2.126
After features/support/hooks.rb:104 0.000