Project Number Date
test_Tails_ISO_20898-tinyrpc-drop 10 21 Apr 2025, 21:15

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:1.137 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
3:48.779
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:35.013
And I update APT using apt 1:45.700
And I install "python3-behave" using apt 26.018
Then the Tails Persistent Storage behave tests pass 2.047
After features/support/hooks.rb:330 0.894
After features/support/hooks.rb:100 0.000
Tags: @product
49.440
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 14.106
When I log in to a new session without activating the Persistent Storage 23.992
Then Tails is running from USB drive "__internal" 0.781
And persistence is disabled 0.569
But a Tails persistence partition exists on USB drive "__internal" 9.989
After features/support/hooks.rb:330 2.097
After features/support/hooks.rb:100 0.000
Tags: @product
3:4.360
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 logged in 14.441
Then Tails is running from USB drive "__internal" 0.382
When I create a file in the Persistent directory 0.122
And I create a persistent partition with the default settings 21.899
Then the file I created was copied to the Persistent Storage 2.217
When I shutdown Tails and wait for the computer to power off 12.968
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:11.598
Then persistence for "Persistent" is active 0.659
And the file I created in the Persistent directory exists 0.070
After features/support/hooks.rb:330 1.693
After features/support/hooks.rb:100 0.008
Tags: @product
1:3.473
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 logged in 10.971
And the system is very low on memory 3.969
When I create a file in the Persistent directory 1.058
When I try to create a persistent partition 27.753
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.176
When I close the Persistent Storage app 2.811
And I free up some memory 3.817
And I create a persistent partition with the default settings 12.655
Then the file I created was copied to the Persistent Storage 0.258
After features/support/hooks.rb:330 2.276
After features/support/hooks.rb:100 0.000
Tags: @product
3:11.342
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 13.188
Then Tails is running from USB drive "__internal" 0.408
And all tps features are active 2.533
And all persistent directories have safe access rights 2.451
When I disable the first tps feature 5.927
Then all tps features but the first one are active 2.092
And I shutdown Tails and wait for the computer to power off 19.586
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.744
Then all tps features but the first one are active 2.409
After features/support/hooks.rb:330 1.434
After features/support/hooks.rb:100 0.010
Tags: @product
20.095
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 10.156
Then persistence for "Persistent" is active 0.069
And I create a file in the Persistent directory 0.064
Then the file I created was copied to the Persistent Storage 0.072
When I disable the first tps feature 6.240
Then persistence for "Persistent" is not active 0.076
And the Persistent directory does not exist 0.085
When I enable the first tps feature 3.167
Then persistence for "Persistent" is active 0.083
And the file I created in the Persistent directory exists 0.078
After features/support/hooks.rb:330 1.411
After features/support/hooks.rb:100 0.000
Tags: @product
18.910
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.257
Then persistence for "Persistent" is active 0.077
When I create a file in the Persistent directory 0.058
And I disable the first tps feature 5.626
And I delete the data of the Persistent Folder feature 3.837
Then the file I created does not exist on the Persistent Storage 0.052
After features/support/hooks.rb:330 1.431
After features/support/hooks.rb:100 0.000
Tags: @product
1:13.934
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.463
And the network is plugged 0.087
And Tor is ready 25.028
And I take note of which tps features are available 0.566
When I write some files expected to persist 1.544
And I shutdown Tails and wait for the computer to power off 12.874
# 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.370
After features/support/hooks.rb:330 0.146
After features/support/hooks.rb:100 0.000
Tags: @product
3:10.936
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.380
And the network is plugged 0.083
And Tor is ready 21.164
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.921
And I shutdown Tails and wait for the computer to power off 8.562
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.032
And I capture all network traffic 0.007
And the network is plugged 0.079
And Tor is ready 20.109
And I switch to the "persistent-con-current" NetworkManager connection 0.361
And the 1st network device has a spoofed MAC address configured 0.097
And no network device leaked the real MAC address 0.136
After features/support/hooks.rb:330 0.578
After features/support/hooks.rb:100 0.054
Tags: @product
59.306
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 12.462
And I enable persistence creation in Tails Greeter 1.186
And I log in to a new session expecting no warning about the Persistent Storage not being activated 22.405
Then I create a persistent partition with the default settings using the wizard that was already open 23.252
After features/support/hooks.rb:330 2.838
After features/support/hooks.rb:100 0.000
Tags: @product
4:19.515
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 11.871
When I enable persistence 40.151
Then no persistent Greeter options were restored 14.540
When I set all Greeter options to non-default values 22.710
And I log in to a new session in German (de) after having activated the Persistent Storage 39.796
Then all Greeter options are set to non-default values 0.888
When I cold reboot the computer 7.528
And the computer reboots Tails 1:3.285
Given I enable persistence 18.717
Then persistent Greeter options were restored 0.593
When I log in to a new session after having activated the Persistent Storage 38.927
Then all Greeter options are set to non-default values 0.503
After features/support/hooks.rb:330 1.165
After features/support/hooks.rb:100 0.007
Tags: @product
3:51.158
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 10.565
# 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 33.589
And I shutdown Tails and wait for the computer to power off 16.513
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:12.181
And I change the passphrase of the Persistent Storage back to the original 38.308
After features/support/hooks.rb:330 3.112
After features/support/hooks.rb:100 0.052
Tags: @product
55.432
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.477
And I log in to a new session without activating the Persistent Storage 19.949
Then persistence is disabled 0.382
But a Tails persistence partition exists on USB drive "__internal" 9.026
And all notifications have disappeared 8.287
When I delete the persistent partition 6.549
Then there is no persistence partition on USB drive "__internal" 0.758
After features/support/hooks.rb:330 1.344
After features/support/hooks.rb:100 0.000
Tags: @product
2:40.306
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.178
When I write some dotfile expected to persist 0.068
And I shutdown Tails and wait for the computer to power off 13.001
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:16.617
Then the expected persistent dotfile is present in the filesystem 0.441
After features/support/hooks.rb:330 1.475
After features/support/hooks.rb:100 0.009
Tags: @product
1:55.826
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 9.982
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 50.395
When I log in to a new session after having activated the Persistent Storage 35.048
And all notifications have disappeared 9.636
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.398
And all tps features are enabled 3.359
And all tps features but the first one are active 2.628
After features/support/hooks.rb:330 1.457
After features/support/hooks.rb:100 0.000
Tags: @product
6:15.689
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:52.551
And I enable persistence 31.255
And I log in to a new session after having activated the Persistent Storage 47.576
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.637
And persistence is enabled 2.668
After features/support/hooks.rb:330 1.851
After features/support/hooks.rb:100 0.000
Tags: @product
31.950
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.247
And I enable persistence but something goes wrong during the LUKS header upgrade 22.003
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.699
After features/support/hooks.rb:330 0.806
After features/support/hooks.rb:100 0.000
Tags: @product
49.404
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.034
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.166
When I enable persistence 32.545
Then the filesystem of the Persistent Storage was repaired 0.092
And persistence is successfully enabled 2.565
After features/support/hooks.rb:330 1.640
After features/support/hooks.rb:100 0.000
Tags: @product
49.043
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 8.717
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.450
When I try to enable persistence 0.429
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.216
When I repair the filesystem of the Persistent Storage 1.216
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.143
And the filesystem of the Persistent Storage was repaired 3.141
When I close the filesystem repair dialog 1.178
Then persistence is successfully enabled 1.550
After features/support/hooks.rb:330 2.378
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:58.721
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.637
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.100
When I try to enable persistence 0.284
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 29.399
When I repair the filesystem of the Persistent Storage 1.275
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.073
When I log in to a new session 48.909
And all notifications have disappeared 9.243
# 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.366
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.603
When I close the "whisperback" window 1.623
Then the Tor Browser starts 17.324
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.880
After features/support/hooks.rb:330 3.854
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:53.505
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.051
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.838
And Tails detects disk read failures on the boot device 0.464
When I try to enable persistence 0.463
Then the Welcome Screen tells me that my hardware is probably failing 18.029
When I log in to a new session 50.120
And all notifications have disappeared 8.964
Then the Tor Browser starts 19.801
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.772
After features/support/hooks.rb:330 2.631
After features/support/hooks.rb:100 0.000