Project Number Date
test_Tails_ISO_20297-debug-proxy-refusing-connections 46 30 Apr 2025, 19:20

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:37.025 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:19.722
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.007
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:40.072
And I update APT using apt 13.277
And I install "python3-behave" using apt 23.363
Then the Tails Persistent Storage behave tests pass 3.008
After features/support/hooks.rb:335 2.327
After features/support/hooks.rb:105 0.000
Tags: @product
53.604
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 11.618
When I log in to a new session without activating the Persistent Storage 24.132
Then Tails is running from USB drive "__internal" 0.467
And persistence is disabled 0.475
But a Tails persistence partition exists on USB drive "__internal" 16.910
After features/support/hooks.rb:335 1.164
After features/support/hooks.rb:105 0.000
Tags: @product
3:16.129
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 14.950
Then Tails is running from USB drive "__internal" 0.718
When I create a file in the Persistent directory 0.152
And I create a persistent partition with the default settings 23.984
Then the file I created was copied to the Persistent Storage 2.506
When I shutdown Tails and wait for the computer to power off 15.343
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.851
Then persistence for "Persistent" is active 0.552
And the file I created in the Persistent directory exists 0.069
After features/support/hooks.rb:335 1.693
After features/support/hooks.rb:105 0.010
Tags: @product
1:3.689
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 12.480
And the system is very low on memory 3.861
When I create a file in the Persistent directory 0.808
When I try to create a persistent partition 26.497
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.160
When I close the Persistent Storage app 2.601
And I free up some memory 3.218
And I create a persistent partition with the default settings 13.801
Then the file I created was copied to the Persistent Storage 0.259
After features/support/hooks.rb:335 1.873
After features/support/hooks.rb:105 0.000
Tags: @product
3:1.626
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 13.153
Then Tails is running from USB drive "__internal" 0.449
And all tps features are active 2.758
And all persistent directories have safe access rights 2.981
When I disable the first tps feature 6.026
Then all tps features but the first one are active 2.169
And I shutdown Tails and wait for the computer to power off 12.925
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:18.203
Then all tps features but the first one are active 2.957
After features/support/hooks.rb:335 2.017
After features/support/hooks.rb:105 0.008
Tags: @product
21.618
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.897
Then persistence for "Persistent" is active 0.136
And I create a file in the Persistent directory 0.123
Then the file I created was copied to the Persistent Storage 0.142
When I disable the first tps feature 6.259
Then persistence for "Persistent" is not active 0.083
And the Persistent directory does not exist 0.074
When I enable the first tps feature 3.729
Then persistence for "Persistent" is active 0.095
And the file I created in the Persistent directory exists 0.075
After features/support/hooks.rb:335 1.222
After features/support/hooks.rb:105 0.000
Tags: @product
22.048
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.625
Then persistence for "Persistent" is active 0.163
When I create a file in the Persistent directory 0.201
And I disable the first tps feature 7.099
And I delete the data of the Persistent Folder feature 3.897
Then the file I created does not exist on the Persistent Storage 0.062
After features/support/hooks.rb:335 1.348
After features/support/hooks.rb:105 0.000
Tags: @product
1:12.708
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 12.627
And the network is plugged 0.074
And Tor is ready 22.516
And I take note of which tps features are available 0.690
When I write some files expected to persist 1.646
And I shutdown Tails and wait for the computer to power off 9.134
# 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.017
After features/support/hooks.rb:335 0.123
After features/support/hooks.rb:105 0.000
Tags: @product
3:22.869
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.964
And the network is plugged 0.072
And Tor is ready 19.636
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.259
And I shutdown Tails and wait for the computer to power off 11.352
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.610
And I capture all network traffic 0.012
And the network is plugged 0.159
And Tor is ready 21.159
And I switch to the "persistent-con-current" NetworkManager connection 0.423
And the 1st network device has a spoofed MAC address configured 0.073
And no network device leaked the real MAC address 0.143
After features/support/hooks.rb:335 0.619
After features/support/hooks.rb:105 0.037
Tags: @product
1:17.734
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 19.132
And I enable persistence creation in Tails Greeter 1.122
And I log in to a new session expecting no warning about the Persistent Storage not being activated 25.640
Then I create a persistent partition with the default settings using the wizard that was already open 31.839
After features/support/hooks.rb:335 2.518
After features/support/hooks.rb:105 0.000
Tags: @product
4:48.138
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 14.368
When I enable persistence 46.445
Then no persistent Greeter options were restored 14.603
When I set all Greeter options to non-default values 27.756
And I log in to a new session in German (de) after having activated the Persistent Storage 52.470
Then all Greeter options are set to non-default values 0.612
When I cold reboot the computer 7.835
And the computer reboots Tails 1:2.104
Given I enable persistence 18.931
Then persistent Greeter options were restored 0.615
When I log in to a new session after having activated the Persistent Storage 41.944
Then all Greeter options are set to non-default values 0.450
After features/support/hooks.rb:335 2.006
After features/support/hooks.rb:105 0.009
Tags: @product
3:52.773
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.730
# 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.908
And I shutdown Tails and wait for the computer to power off 15.155
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:14.189
And I change the passphrase of the Persistent Storage back to the original 37.789
After features/support/hooks.rb:335 3.465
After features/support/hooks.rb:105 0.009
Tags: @product
1:5.416
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.410
And I log in to a new session without activating the Persistent Storage 23.262
Then persistence is disabled 0.634
But a Tails persistence partition exists on USB drive "__internal" 11.290
And all notifications have disappeared 12.945
When I delete the persistent partition 6.127
Then there is no persistence partition on USB drive "__internal" 0.746
After features/support/hooks.rb:335 0.998
After features/support/hooks.rb:105 0.000
Tags: @product
2:48.744
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.565
When I write some dotfile expected to persist 0.065
And I shutdown Tails and wait for the computer to power off 15.755
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.934
Then the expected persistent dotfile is present in the filesystem 0.423
After features/support/hooks.rb:335 0.629
After features/support/hooks.rb:105 0.010
Tags: @product
1:51.425
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.458
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.091
When I try to enable persistence 0.280
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 37.928
When I log in to a new session after having activated the Persistent Storage 44.506
And all notifications have disappeared 8.236
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.226
And all tps features are enabled 3.137
And all tps features but the first one are active 2.559
After features/support/hooks.rb:335 1.471
After features/support/hooks.rb:105 0.000
Tags: @product
6:8.086
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 4:37.160
And I enable persistence 39.513
And I log in to a new session after having activated the Persistent Storage 46.780
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.897
And persistence is enabled 2.734
After features/support/hooks.rb:335 1.340
After features/support/hooks.rb:105 0.000
Tags: @product
34.873
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.096
And I enable persistence but something goes wrong during the LUKS header upgrade 24.618
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 1.158
After features/support/hooks.rb:335 0.728
After features/support/hooks.rb:105 0.000
Tags: @product
50.064
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.584
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.636
When I enable persistence 30.615
Then the filesystem of the Persistent Storage was repaired 0.090
And persistence is successfully enabled 3.137
After features/support/hooks.rb:335 1.268
After features/support/hooks.rb:105 0.000
Tags: @product
51.285
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.481
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 9.600
When I try to enable persistence 0.471
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 22.589
When I repair the filesystem of the Persistent Storage 2.518
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.294
And the filesystem of the Persistent Storage was repaired 2.617
When I close the filesystem repair dialog 1.267
Then persistence is successfully enabled 1.443
After features/support/hooks.rb:335 1.472
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:1.281
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.211
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.100
When I try to enable persistence 0.275
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.010
When I repair the filesystem of the Persistent Storage 1.937
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.088
When I log in to a new session 46.073
And all notifications have disappeared 12.070
# 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.466
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 1.069
When I close the "whisperback" window 1.659
Then the Tor Browser starts 21.510
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.807
After features/support/hooks.rb:335 2.395
After features/support/hooks.rb:105 0.000
Tags: @product @doc
2:33.184
Before features/support/hooks.rb:271 0.000
Before features/support/hooks.rb:278 0.011
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 corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 11.791
And Tails detects disk read failures on the boot device 1.737
When I try to enable persistence 0.480
Then the Welcome Screen tells me that my hardware is probably failing 31.959
When I log in to a new session 54.595
And all notifications have disappeared 9.075
Then the Tor Browser starts 32.947
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.195
After features/support/hooks.rb:335 3.775
After features/support/hooks.rb:105 0.000