Project Number Date
test_Tails_ISO_20898-tinyrpc-drop 2 15 Apr 2025, 20:56

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 42:17.236 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
4:47.597
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:36.142
And I update APT using apt 2:14.152
And I install "python3-behave" using apt 54.256
Then the Tails Persistent Storage behave tests pass 3.046
After features/support/hooks.rb:330 0.661
After features/support/hooks.rb:100 0.000
Tags: @product
48.182
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 13.581
When I log in to a new session without activating the Persistent Storage 23.665
Then Tails is running from USB drive "__internal" 0.823
And persistence is disabled 0.421
But a Tails persistence partition exists on USB drive "__internal" 9.691
After features/support/hooks.rb:330 2.242
After features/support/hooks.rb:100 0.000
Tags: @product
3:27.111
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 13.499
Then Tails is running from USB drive "__internal" 0.487
When I create a file in the Persistent directory 0.121
And I create a persistent partition with the default settings 22.593
Then the file I created was copied to the Persistent Storage 2.067
When I shutdown Tails and wait for the computer to power off 13.592
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:33.936
Then persistence for "Persistent" is active 0.742
And the file I created in the Persistent directory exists 0.070
After features/support/hooks.rb:330 1.922
After features/support/hooks.rb:100 0.016
Tags: @product
1:1.075
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 11.227
And the system is very low on memory 3.972
When I create a file in the Persistent directory 1.352
When I try to create a persistent partition 25.546
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.491
When I close the Persistent Storage app 2.667
And I free up some memory 3.442
And I create a persistent partition with the default settings 12.072
Then the file I created was copied to the Persistent Storage 0.302
After features/support/hooks.rb:330 2.237
After features/support/hooks.rb:100 0.000
Tags: @product
2:52.468
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 13.475
Then Tails is running from USB drive "__internal" 0.423
And all tps features are active 2.541
And all persistent directories have safe access rights 2.644
When I disable the first tps feature 5.543
Then all tps features but the first one are active 2.014
And I shutdown Tails and wait for the computer to power off 13.616
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:9.980
Then all tps features but the first one are active 2.229
After features/support/hooks.rb:330 1.080
After features/support/hooks.rb:100 0.011
Tags: @product
19.574
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.014
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.893
Then persistence for "Persistent" is active 0.088
And I create a file in the Persistent directory 0.097
Then the file I created was copied to the Persistent Storage 0.081
When I disable the first tps feature 5.895
Then persistence for "Persistent" is not active 0.184
And the Persistent directory does not exist 0.057
When I enable the first tps feature 3.126
Then persistence for "Persistent" is active 0.084
And the file I created in the Persistent directory exists 0.064
After features/support/hooks.rb:330 1.441
After features/support/hooks.rb:100 0.000
Tags: @product
19.487
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.417
Then persistence for "Persistent" is active 0.073
When I create a file in the Persistent directory 0.094
And I disable the first tps feature 6.095
And I delete the data of the Persistent Folder feature 3.754
Then the file I created does not exist on the Persistent Storage 0.052
After features/support/hooks.rb:330 1.461
After features/support/hooks.rb:100 0.000
Tags: @product
1:35.052
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.021
And the network is plugged 0.085
And Tor is ready 49.861
And I take note of which tps features are available 0.606
When I write some files expected to persist 1.591
And I shutdown Tails and wait for the computer to power off 8.237
# 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.649
After features/support/hooks.rb:330 0.155
After features/support/hooks.rb:100 0.000
Tags: @product
2:59.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 persistent partition enabled and logged in 9.853
And the network is plugged 0.079
And Tor is ready 17.986
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.211
And I shutdown Tails and wait for the computer to power off 8.787
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:0.527
And I capture all network traffic 0.006
And the network is plugged 0.079
And Tor is ready 21.490
And I switch to the "persistent-con-current" NetworkManager connection 0.371
And the 1st network device has a spoofed MAC address configured 0.115
And no network device leaked the real MAC address 0.147
After features/support/hooks.rb:330 0.713
After features/support/hooks.rb:100 0.050
Tags: @product
59.419
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 stopped at Tails Greeter's login screen 13.131
And I enable persistence creation in Tails Greeter 1.114
And I log in to a new session expecting no warning about the Persistent Storage not being activated 20.448
Then I create a persistent partition with the default settings using the wizard that was already open 24.724
After features/support/hooks.rb:330 2.529
After features/support/hooks.rb:100 0.000
Tags: @product
4:36.611
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 11.082
When I enable persistence 47.318
Then no persistent Greeter options were restored 14.052
When I set all Greeter options to non-default values 28.687
And I log in to a new session in German (de) after having activated the Persistent Storage 45.428
Then all Greeter options are set to non-default values 0.314
When I cold reboot the computer 7.400
And the computer reboots Tails 1:1.312
Given I enable persistence 17.772
Then persistent Greeter options were restored 0.569
When I log in to a new session after having activated the Persistent Storage 42.285
Then all Greeter options are set to non-default values 0.386
After features/support/hooks.rb:330 2.221
After features/support/hooks.rb:100 0.008
Tags: @product
3:33.286
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.130
# 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 30.045
And I shutdown Tails and wait for the computer to power off 12.670
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:6.058
And I change the passphrase of the Persistent Storage back to the original 34.381
After features/support/hooks.rb:330 3.878
After features/support/hooks.rb:100 0.009
Tags: @product
55.549
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.843
And I log in to a new session without activating the Persistent Storage 21.307
Then persistence is disabled 0.333
But a Tails persistence partition exists on USB drive "__internal" 9.039
And all notifications have disappeared 8.420
When I delete the persistent partition 5.814
Then there is no persistence partition on USB drive "__internal" 0.791
After features/support/hooks.rb:330 1.485
After features/support/hooks.rb:100 0.000
Tags: @product
2:40.628
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.910
When I write some dotfile expected to persist 0.078
And I shutdown Tails and wait for the computer to power off 10.896
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.255
Then the expected persistent dotfile is present in the filesystem 0.487
After features/support/hooks.rb:330 1.753
After features/support/hooks.rb:100 0.010
Tags: @product
1:41.246
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.812
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.089
When I try to enable persistence 0.280
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 35.248
When I log in to a new session after having activated the Persistent Storage 39.064
And all notifications have disappeared 8.168
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.620
And all tps features are enabled 2.975
And all tps features but the first one are active 1.986
After features/support/hooks.rb:330 2.160
After features/support/hooks.rb:100 0.000
Tags: @product
4:3.274
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 2:51.089
And I enable persistence 33.069
And I log in to a new session after having activated the Persistent Storage 33.721
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.502
And persistence is enabled 2.891
After features/support/hooks.rb:330 1.870
After features/support/hooks.rb:100 0.000
Tags: @product
26.955
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 8.496
And I enable persistence but something goes wrong during the LUKS header upgrade 17.702
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.756
After features/support/hooks.rb:330 0.740
After features/support/hooks.rb:100 0.000
Tags: @product
46.769
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.501
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.952
When I enable persistence 28.630
Then the filesystem of the Persistent Storage was repaired 0.086
And persistence is successfully enabled 2.598
After features/support/hooks.rb:330 3.192
After features/support/hooks.rb:100 0.000
Tags: @product
49.176
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.365
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.844
When I try to enable persistence 0.405
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 22.120
When I repair the filesystem of the Persistent Storage 5.038
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.804
And the filesystem of the Persistent Storage was repaired 3.909
When I close the filesystem repair dialog 1.305
Then persistence is successfully enabled 1.381
After features/support/hooks.rb:330 2.325
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:45.805
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.279
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.102
When I try to enable persistence 0.261
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 29.791
When I repair the filesystem of the Persistent Storage 1.268
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.077
When I log in to a new session 33.684
And all notifications have disappeared 8.698
# 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.485
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.208
When I close the "whisperback" window 1.376
Then the Tor Browser starts 19.772
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.800
After features/support/hooks.rb:330 4.371
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:48.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 and stopped at Tails Greeter's login screen 9.032
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.235
And Tails detects disk read failures on the boot device 0.517
When I try to enable persistence 0.413
Then the Welcome Screen tells me that my hardware is probably failing 23.491
When I log in to a new session 39.562
And all notifications have disappeared 6.698
Then the Tor Browser starts 21.518
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.836
After features/support/hooks.rb:330 1.469
After features/support/hooks.rb:100 0.000