Project Number Date
test_Tails_ISO_20816-block-paths-bwrap 29 01 Apr 2025, 06:19

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:46.358 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
8:14.702
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:28.166
And I update APT using apt 6:20.550
And I install "python3-behave" using apt 23.284
Then the Tails Persistent Storage behave tests pass 2.701
After features/support/hooks.rb:330 0.849
After features/support/hooks.rb:100 0.000
Tags: @product
44.684
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.898
When I log in to a new session without activating the Persistent Storage 23.123
Then Tails is running from USB drive "__internal" 0.856
And persistence is disabled 0.441
But a Tails persistence partition exists on USB drive "__internal" 9.364
After features/support/hooks.rb:330 1.572
After features/support/hooks.rb:100 0.000
Tags: @product
3:7.690
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive without a persistent partition and logged in 11.596
Then Tails is running from USB drive "__internal" 0.358
When I create a file in the Persistent directory 0.123
And I create a persistent partition with the default settings 26.782
Then the file I created was copied to the Persistent Storage 2.155
When I shutdown Tails and wait for the computer to power off 12.572
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.666
Then persistence for "Persistent" is active 0.344
And the file I created in the Persistent directory exists 0.091
After features/support/hooks.rb:330 0.762
After features/support/hooks.rb:100 0.009
Tags: @product
59.070
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails without network from a USB drive without a persistent partition and logged in 9.778
And the system is very low on memory 2.217
When I create a file in the Persistent directory 1.554
When I try to create a persistent partition 26.676
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.257
When I close the Persistent Storage app 2.493
And I free up some memory 3.352
And I create a persistent partition with the default settings 12.480
Then the file I created was copied to the Persistent Storage 0.260
After features/support/hooks.rb:330 2.820
After features/support/hooks.rb:100 0.000
Tags: @product
2:50.237
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.930
Then Tails is running from USB drive "__internal" 0.496
And all tps features are active 2.099
And all persistent directories have safe access rights 2.377
When I disable the first tps feature 6.737
Then all tps features but the first one are active 2.039
And I shutdown Tails and wait for the computer to power off 12.859
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:9.520
Then all tps features but the first one are active 2.175
After features/support/hooks.rb:330 1.159
After features/support/hooks.rb:100 0.010
Tags: @product
19.722
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.204
Then persistence for "Persistent" is active 0.084
And I create a file in the Persistent directory 0.067
Then the file I created was copied to the Persistent Storage 0.070
When I disable the first tps feature 5.707
Then persistence for "Persistent" is not active 0.068
And the Persistent directory does not exist 0.046
When I enable the first tps feature 3.340
Then persistence for "Persistent" is active 0.068
And the file I created in the Persistent directory exists 0.064
After features/support/hooks.rb:330 1.141
After features/support/hooks.rb:100 0.000
Tags: @product
18.793
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.098
Then persistence for "Persistent" is active 0.080
When I create a file in the Persistent directory 0.078
And I disable the first tps feature 5.753
And I delete the data of the Persistent Folder feature 3.731
Then the file I created does not exist on the Persistent Storage 0.050
After features/support/hooks.rb:330 1.187
After features/support/hooks.rb:100 0.000
Tags: @product
1:5.154
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.088
And the network is plugged 0.110
And Tor is ready 21.428
And I take note of which tps features are available 0.625
When I write some files expected to persist 1.420
And I shutdown Tails and wait for the computer to power off 8.353
# 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.126
After features/support/hooks.rb:330 0.112
After features/support/hooks.rb:100 0.000
Tags: @product
2:50.958
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.578
And the network is plugged 0.076
And Tor is ready 18.456
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.189
And I shutdown Tails and wait for the computer to power off 8.479
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 1:54.556
And I capture all network traffic 0.006
And the network is plugged 0.079
And Tor is ready 18.912
And I switch to the "persistent-con-current" NetworkManager connection 0.404
And the 1st network device has a spoofed MAC address configured 0.089
And no network device leaked the real MAC address 0.126
After features/support/hooks.rb:330 0.624
After features/support/hooks.rb:100 0.085
Tags: @product
54.832
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.773
And I enable persistence creation in Tails Greeter 1.383
And I log in to a new session expecting no warning about the Persistent Storage not being activated 20.555
Then I create a persistent partition with the default settings using the wizard that was already open 21.120
After features/support/hooks.rb:330 2.922
After features/support/hooks.rb:100 0.000
Tags: @product
4:12.825
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.052
When I enable persistence 34.324
Then no persistent Greeter options were restored 14.099
When I set all Greeter options to non-default values 24.248
And I log in to a new session in German (de) after having activated the Persistent Storage 43.334
Then all Greeter options are set to non-default values 0.589
When I cold reboot the computer 7.165
And the computer reboots Tails 59.447
Given I enable persistence 16.942
Then persistent Greeter options were restored 0.763
When I log in to a new session after having activated the Persistent Storage 39.234
Then all Greeter options are set to non-default values 0.622
After features/support/hooks.rb:330 1.580
After features/support/hooks.rb:100 0.010
Tags: @product
3:46.814
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.418
# 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 35.123
And I shutdown Tails and wait for the computer to power off 12.348
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:4.395
And I change the passphrase of the Persistent Storage back to the original 45.527
After features/support/hooks.rb:330 3.871
After features/support/hooks.rb:100 0.010
Tags: @product
55.624
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.214
And I log in to a new session without activating the Persistent Storage 20.568
Then persistence is disabled 0.341
But a Tails persistence partition exists on USB drive "__internal" 8.782
And all notifications have disappeared 10.195
When I delete the persistent partition 5.646
Then there is no persistence partition on USB drive "__internal" 0.877
After features/support/hooks.rb:330 1.116
After features/support/hooks.rb:100 0.000
Tags: @product
2:27.518
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.512
When I write some dotfile expected to persist 0.063
And I shutdown Tails and wait for the computer to power off 8.579
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:8.967
Then the expected persistent dotfile is present in the filesystem 0.394
After features/support/hooks.rb:330 1.424
After features/support/hooks.rb:100 0.009
Tags: @product
1:35.815
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.714
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.077
When I try to enable persistence 0.250
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 27.784
When I log in to a new session after having activated the Persistent Storage 42.701
And all notifications have disappeared 7.568
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.274
And all tps features are enabled 2.412
And all tps features but the first one are active 2.032
After features/support/hooks.rb:330 1.316
After features/support/hooks.rb:100 0.000
Tags: @product
4:43.685
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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:23.136
And I enable persistence 28.534
And I log in to a new session after having activated the Persistent Storage 45.827
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 3.782
And persistence is enabled 2.404
After features/support/hooks.rb:330 1.227
After features/support/hooks.rb:100 0.000
Tags: @product
34.655
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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 12.915
And I enable persistence but something goes wrong during the LUKS header upgrade 20.931
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.807
After features/support/hooks.rb:330 0.654
After features/support/hooks.rb:100 0.000
Tags: @product
40.435
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.738
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 4.961
When I enable persistence 24.150
Then the filesystem of the Persistent Storage was repaired 0.096
And persistence is successfully enabled 2.488
After features/support/hooks.rb:330 2.263
After features/support/hooks.rb:100 0.000
Tags: @product
46.982
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.535
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.600
When I try to enable persistence 0.379
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 24.883
When I repair the filesystem of the Persistent Storage 1.298
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.207
And the filesystem of the Persistent Storage was repaired 3.437
When I close the filesystem repair dialog 1.233
Then persistence is successfully enabled 1.405
After features/support/hooks.rb:330 1.355
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:45.364
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.957
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.088
When I try to enable persistence 0.250
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.538
When I repair the filesystem of the Persistent Storage 1.237
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.070
When I log in to a new session 37.531
And all notifications have disappeared 7.174
# 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.351
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.289
When I close the "whisperback" window 1.727
Then the Tor Browser starts 19.306
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.840
After features/support/hooks.rb:330 2.170
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:50.790
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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 8.731
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.413
And Tails detects disk read failures on the boot device 0.555
When I try to enable persistence 0.397
Then the Welcome Screen tells me that my hardware is probably failing 17.270
When I log in to a new session 46.712
And all notifications have disappeared 8.587
Then the Tor Browser starts 22.218
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.903
After features/support/hooks.rb:330 3.528
After features/support/hooks.rb:100 0.000