Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 65 18 May 2025, 18:29

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:55.593 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:19.113
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.006
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:37.248
And I update APT using apt 13.350
And I install "python3-behave" using apt 26.213
Then the Tails Persistent Storage behave tests pass 2.301
After features/support/hooks.rb:335 0.592
After features/support/hooks.rb:105 0.000
Tags: @product
48.777
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 10.692
When I log in to a new session without activating the Persistent Storage 24.988
Then Tails is running from USB drive "__internal" 0.590
And persistence is disabled 0.456
But a Tails persistence partition exists on USB drive "__internal" 12.049
After features/support/hooks.rb:335 1.816
After features/support/hooks.rb:105 0.000
Tags: @product
3:23.152
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 11.629
Then Tails is running from USB drive "__internal" 0.387
When I create a file in the Persistent directory 0.134
And I create a persistent partition with the default settings 24.727
Then the file I created was copied to the Persistent Storage 2.448
When I shutdown Tails and wait for the computer to power off 15.249
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.167
Then persistence for "Persistent" is active 0.340
And the file I created in the Persistent directory exists 0.066
After features/support/hooks.rb:335 0.872
After features/support/hooks.rb:105 0.008
Tags: @product
1:6.349
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 without a persistent partition and logged in 12.109
And the system is very low on memory 5.347
When I create a file in the Persistent directory 0.785
When I try to create a persistent partition 23.725
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 1.776
When I close the Persistent Storage app 2.833
And I free up some memory 4.071
And I create a persistent partition with the default settings 15.304
Then the file I created was copied to the Persistent Storage 0.395
After features/support/hooks.rb:335 2.492
After features/support/hooks.rb:105 0.000
Tags: @product
3:0.745
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 15.258
Then Tails is running from USB drive "__internal" 1.175
And all tps features are active 2.268
And all persistent directories have safe access rights 2.666
When I disable the first tps feature 6.516
Then all tps features but the first one are active 2.159
And I shutdown Tails and wait for the computer to power off 15.758
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:12.618
Then all tps features but the first one are active 2.324
After features/support/hooks.rb:335 1.463
After features/support/hooks.rb:105 0.011
Tags: @product
21.414
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.230
Then persistence for "Persistent" is active 0.101
And I create a file in the Persistent directory 0.128
Then the file I created was copied to the Persistent Storage 0.157
When I disable the first tps feature 7.259
Then persistence for "Persistent" is not active 0.080
And the Persistent directory does not exist 0.054
When I enable the first tps feature 3.194
Then persistence for "Persistent" is active 0.107
And the file I created in the Persistent directory exists 0.099
After features/support/hooks.rb:335 1.487
After features/support/hooks.rb:105 0.000
Tags: @product
20.428
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 9.531
Then persistence for "Persistent" is active 0.253
When I create a file in the Persistent directory 0.170
And I disable the first tps feature 6.573
And I delete the data of the Persistent Folder feature 3.834
Then the file I created does not exist on the Persistent Storage 0.064
After features/support/hooks.rb:335 1.684
After features/support/hooks.rb:105 0.000
Tags: @product
1:9.105
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.811
And the network is plugged 0.087
And Tor is ready 23.885
And I take note of which tps features are available 0.604
When I write some files expected to persist 1.514
And I shutdown Tails and wait for the computer to power off 8.750
# 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.451
After features/support/hooks.rb:335 0.123
After features/support/hooks.rb:105 0.000
Tags: @product
3:15.670
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.067
And the network is plugged 0.097
And Tor is ready 19.846
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.232
And I shutdown Tails and wait for the computer to power off 9.032
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.665
And I capture all network traffic 0.008
And the network is plugged 0.133
And Tor is ready 17.936
And I switch to the "persistent-con-current" NetworkManager connection 0.403
And the 1st network device has a spoofed MAC address configured 0.104
And no network device leaked the real MAC address 0.143
After features/support/hooks.rb:335 0.676
After features/support/hooks.rb:105 0.041
Tags: @product
1:5.468
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 without a persistent partition and stopped at Tails Greeter's login screen 11.733
And I enable persistence creation in Tails Greeter 1.222
And I log in to a new session expecting no warning about the Persistent Storage not being activated 26.791
Then I create a persistent partition with the default settings using the wizard that was already open 25.720
After features/support/hooks.rb:335 2.780
After features/support/hooks.rb:105 0.000
Tags: @product
4:54.647
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.009
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 12.442
When I enable persistence 41.293
Then no persistent Greeter options were restored 14.803
When I set all Greeter options to non-default values 29.123
And I log in to a new session in German (de) after having activated the Persistent Storage 47.944
Then all Greeter options are set to non-default values 0.729
When I cold reboot the computer 8.427
And the computer reboots Tails 1:9.468
Given I enable persistence 25.304
Then persistent Greeter options were restored 0.683
When I log in to a new session after having activated the Persistent Storage 44.073
Then all Greeter options are set to non-default values 0.352
After features/support/hooks.rb:335 1.866
After features/support/hooks.rb:105 0.013
Tags: @product
4:19.622
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.008
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.817
# 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.614
And I shutdown Tails and wait for the computer to power off 13.324
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:34.696
And I change the passphrase of the Persistent Storage back to the original 41.169
After features/support/hooks.rb:335 3.194
After features/support/hooks.rb:105 0.024
Tags: @product
1:11.894
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.017
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 12.064
And I log in to a new session without activating the Persistent Storage 25.205
Then persistence is disabled 0.562
But a Tails persistence partition exists on USB drive "__internal" 17.634
And all notifications have disappeared 9.883
When I delete the persistent partition 6.298
Then there is no persistence partition on USB drive "__internal" 0.244
After features/support/hooks.rb:335 1.389
After features/support/hooks.rb:105 0.000
Tags: @product
2:42.587
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.395
When I write some dotfile expected to persist 0.151
And I shutdown Tails and wait for the computer to power off 8.852
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.810
Then the expected persistent dotfile is present in the filesystem 0.377
After features/support/hooks.rb:335 1.332
After features/support/hooks.rb:105 0.014
Tags: @product
1:57.176
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.009
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.401
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.091
When I try to enable persistence 0.282
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 30.713
When I log in to a new session after having activated the Persistent Storage 49.583
And all notifications have disappeared 8.782
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.476
And all tps features are enabled 8.065
And all tps features but the first one are active 5.780
After features/support/hooks.rb:335 4.153
After features/support/hooks.rb:105 0.000
Tags: @product
6:22.499
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.008
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:52.765
And I enable persistence 35.721
And I log in to a new session after having activated the Persistent Storage 49.672
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.656
And persistence is enabled 2.683
After features/support/hooks.rb:335 1.735
After features/support/hooks.rb:105 0.000
Tags: @product
36.878
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 14.552
And I enable persistence but something goes wrong during the LUKS header upgrade 21.397
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.929
After features/support/hooks.rb:335 0.941
After features/support/hooks.rb:105 0.000
Tags: @product
49.919
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.009
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.712
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 7.894
When I enable persistence 28.316
Then the filesystem of the Persistent Storage was repaired 0.108
And persistence is successfully enabled 2.887
After features/support/hooks.rb:335 3.303
After features/support/hooks.rb:105 0.000
Tags: @product
56.898
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.314
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.612
When I try to enable persistence 0.438
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 30.177
When I repair the filesystem of the Persistent Storage 2.775
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.911
And the filesystem of the Persistent Storage was repaired 2.811
When I close the filesystem repair dialog 1.320
Then persistence is successfully enabled 1.536
After features/support/hooks.rb:335 2.984
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:4.756
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 9.777
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.141
When I try to enable persistence 0.308
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 32.456
When I repair the filesystem of the Persistent Storage 1.323
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 3.907
When I log in to a new session 41.775
And all notifications have disappeared 10.469
# 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.550
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.638
When I close the "whisperback" window 1.756
Then the Tor Browser starts 20.532
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.117
After features/support/hooks.rb:335 3.904
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:8.484
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.008
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.766
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.663
And Tails detects disk read failures on the boot device 1.679
When I try to enable persistence 1.534
Then the Welcome Screen tells me that my hardware is probably failing 21.458
When I log in to a new session 54.030
And all notifications have disappeared 7.249
Then the Tor Browser starts 25.168
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.932
After features/support/hooks.rb:335 3.065
After features/support/hooks.rb:105 0.000