Project Number Date
test_Tails_ISO_20816-block-paths-bwrap 8 12 Mar 2025, 09:11

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:17.779 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:22.990
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:40.754
And I update APT using apt 14.345
And I install "python3-behave" using apt 25.537
Then the Tails Persistent Storage behave tests pass 2.353
After features/support/hooks.rb:330 0.667
After features/support/hooks.rb:100 0.000
Tags: @product
47.318
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 12.949
When I log in to a new session without activating the Persistent Storage 25.742
Then Tails is running from USB drive "__internal" 0.600
And persistence is disabled 0.683
But a Tails persistence partition exists on USB drive "__internal" 7.341
After features/support/hooks.rb:330 1.861
After features/support/hooks.rb:100 0.000
Tags: @product
3:20.834
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 15.781
Then Tails is running from USB drive "__internal" 0.582
When I create a file in the Persistent directory 0.259
And I create a persistent partition with the default settings 26.189
Then the file I created was copied to the Persistent Storage 0.540
When I shutdown Tails and wait for the computer to power off 14.681
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.370
Then persistence for "Persistent" is active 0.365
And the file I created in the Persistent directory exists 0.063
After features/support/hooks.rb:330 1.685
After features/support/hooks.rb:100 0.017
Tags: @product
1:10.127
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 without a persistent partition and logged in 12.381
And the system is very low on memory 7.081
When I create a file in the Persistent directory 1.137
When I try to create a persistent partition 30.991
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.449
When I close the Persistent Storage app 2.610
And I free up some memory 1.580
And I create a persistent partition with the default settings 13.643
Then the file I created was copied to the Persistent Storage 0.251
After features/support/hooks.rb:330 1.973
After features/support/hooks.rb:100 0.000
Tags: @product
3:16.424
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 30.178
Then Tails is running from USB drive "__internal" 0.680
And all tps features are active 2.760
And all persistent directories have safe access rights 2.776
When I disable the first tps feature 6.497
Then all tps features but the first one are active 2.447
And I shutdown Tails and wait for the computer to power off 11.173
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.551
Then all tps features but the first one are active 2.357
After features/support/hooks.rb:330 1.223
After features/support/hooks.rb:100 0.009
Tags: @product
21.194
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 10.129
Then persistence for "Persistent" is active 0.113
And I create a file in the Persistent directory 0.089
Then the file I created was copied to the Persistent Storage 0.127
When I disable the first tps feature 6.677
Then persistence for "Persistent" is not active 0.147
And the Persistent directory does not exist 0.070
When I enable the first tps feature 3.637
Then persistence for "Persistent" is active 0.089
And the file I created in the Persistent directory exists 0.110
After features/support/hooks.rb:330 1.322
After features/support/hooks.rb:100 0.000
Tags: @product
20.497
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.766
Then persistence for "Persistent" is active 0.178
When I create a file in the Persistent directory 0.103
And I disable the first tps feature 6.402
And I delete the data of the Persistent Folder feature 3.984
Then the file I created does not exist on the Persistent Storage 0.061
After features/support/hooks.rb:330 1.271
After features/support/hooks.rb:100 0.000
Tags: @product
1:7.005
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.357
And the network is plugged 0.086
And Tor is ready 22.422
And I take note of which tps features are available 0.518
When I write some files expected to persist 1.497
And I shutdown Tails and wait for the computer to power off 8.302
# 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.820
After features/support/hooks.rb:330 0.150
After features/support/hooks.rb:100 0.000
Tags: @product
3:13.772
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 10.672
And the network is plugged 0.078
And Tor is ready 21.452
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.229
And I shutdown Tails and wait for the computer to power off 8.601
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:11.369
And I capture all network traffic 0.007
And the network is plugged 0.096
And Tor is ready 20.622
And I switch to the "persistent-con-current" NetworkManager connection 0.406
And the 1st network device has a spoofed MAC address configured 0.099
And no network device leaked the real MAC address 0.137
After features/support/hooks.rb:330 0.916
After features/support/hooks.rb:100 0.064
Tags: @product
1:26.442
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 38.957
And I enable persistence creation in Tails Greeter 1.288
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.636
Then I create a persistent partition with the default settings using the wizard that was already open 24.559
After features/support/hooks.rb:330 1.645
After features/support/hooks.rb:100 0.000
Tags: @product
5:3.532
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 27.846
When I enable persistence 38.647
Then no persistent Greeter options were restored 14.692
When I set all Greeter options to non-default values 27.465
And I log in to a new session in German (de) after having activated the Persistent Storage 54.057
Then all Greeter options are set to non-default values 2.710
When I cold reboot the computer 9.797
And the computer reboots Tails 1:4.202
Given I enable persistence 21.599
Then persistent Greeter options were restored 0.860
When I log in to a new session after having activated the Persistent Storage 41.167
Then all Greeter options are set to non-default values 0.483
After features/support/hooks.rb:330 2.143
After features/support/hooks.rb:100 0.008
Tags: @product
4:5.116
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.264
# 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 39.407
And I shutdown Tails and wait for the computer to power off 13.000
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:24.348
And I change the passphrase of the Persistent Storage back to the original 38.095
After features/support/hooks.rb:330 1.911
After features/support/hooks.rb:100 0.007
Tags: @product
1:1.909
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.660
And I log in to a new session without activating the Persistent Storage 22.105
Then persistence is disabled 0.252
But a Tails persistence partition exists on USB drive "__internal" 10.936
And all notifications have disappeared 11.349
When I delete the persistent partition 6.018
Then there is no persistence partition on USB drive "__internal" 0.586
After features/support/hooks.rb:330 1.517
After features/support/hooks.rb:100 0.000
Tags: @product
2:42.989
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.163
When I write some dotfile expected to persist 0.094
And I shutdown Tails and wait for the computer to power off 11.506
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.792
Then the expected persistent dotfile is present in the filesystem 0.432
After features/support/hooks.rb:330 0.650
After features/support/hooks.rb:100 0.009
Tags: @product
1:52.935
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.343
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.099
When I try to enable persistence 0.277
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 39.573
When I log in to a new session after having activated the Persistent Storage 45.136
And all notifications have disappeared 9.403
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.969
And all tps features are enabled 2.851
And all tps features but the first one are active 2.281
After features/support/hooks.rb:330 1.893
After features/support/hooks.rb:100 0.000
Tags: @product
5:54.810
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 4:22.234
And I enable persistence 38.650
And I log in to a new session after having activated the Persistent Storage 46.253
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 4.333
And persistence is enabled 3.339
After features/support/hooks.rb:330 2.281
After features/support/hooks.rb:100 0.000
Tags: @product
30.932
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 9.094
And I enable persistence but something goes wrong during the LUKS header upgrade 20.964
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.873
After features/support/hooks.rb:330 0.851
After features/support/hooks.rb:100 0.000
Tags: @product
51.899
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 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.961
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 9.124
When I enable persistence 30.030
Then the filesystem of the Persistent Storage was repaired 0.095
And persistence is successfully enabled 2.687
After features/support/hooks.rb:330 1.763
After features/support/hooks.rb:100 0.000
Tags: @product
47.785
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 10.678
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.782
When I try to enable persistence 0.390
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 24.562
When I repair the filesystem of the Persistent Storage 1.295
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.459
And the filesystem of the Persistent Storage was repaired 1.520
When I close the filesystem repair dialog 1.329
Then persistence is successfully enabled 1.766
After features/support/hooks.rb:330 2.796
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:57.274
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 9.479
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.098
When I try to enable persistence 0.321
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 33.030
When I repair the filesystem of the Persistent Storage 1.274
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.083
When I log in to a new session 40.112
And all notifications have disappeared 9.258
# 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.697
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 1.021
When I close the "whisperback" window 1.815
Then the Tor Browser starts 19.088
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.992
After features/support/hooks.rb:330 2.498
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:1.984
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 9.420
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 13.535
And Tails detects disk read failures on the boot device 1.554
When I try to enable persistence 0.380
Then the Welcome Screen tells me that my hardware is probably failing 25.388
When I log in to a new session 46.057
And all notifications have disappeared 7.666
Then the Tor Browser starts 17.103
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.878
After features/support/hooks.rb:330 3.539
After features/support/hooks.rb:100 0.000