Project Number Date
test_Tails_ISO_20263-remote-shell-debug-logging 28 28 Mar 2025, 21:43

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 39:51.624 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
2:13.177
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:32.859
And I update APT using apt 14.271
And I install "python3-behave" using apt 23.031
Then the Tails Persistent Storage behave tests pass 3.014
After features/support/hooks.rb:330 0.686
After features/support/hooks.rb:100 0.000
Tags: @product
44.998
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.889
When I log in to a new session without activating the Persistent Storage 22.577
Then Tails is running from USB drive "__internal" 0.628
And persistence is disabled 0.395
But a Tails persistence partition exists on USB drive "__internal" 10.507
After features/support/hooks.rb:330 1.368
After features/support/hooks.rb:100 0.000
Tags: @product
2:58.739
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.620
Then Tails is running from USB drive "__internal" 0.489
When I create a file in the Persistent directory 0.185
And I create a persistent partition with the default settings 22.514
Then the file I created was copied to the Persistent Storage 2.411
When I shutdown Tails and wait for the computer to power off 10.909
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.018
Then persistence for "Persistent" is active 0.515
And the file I created in the Persistent directory exists 0.074
After features/support/hooks.rb:330 1.674
After features/support/hooks.rb:100 0.009
Tags: @product
1:4.205
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 10.403
And the system is very low on memory 2.799
When I create a file in the Persistent directory 1.473
When I try to create a persistent partition 29.312
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.292
When I close the Persistent Storage app 2.897
And I free up some memory 3.368
And I create a persistent partition with the default settings 13.402
Then the file I created was copied to the Persistent Storage 0.253
After features/support/hooks.rb:330 2.240
After features/support/hooks.rb:100 0.000
Tags: @product
2:57.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 14.163
Then Tails is running from USB drive "__internal" 0.366
And all tps features are active 2.590
And all persistent directories have safe access rights 2.517
When I disable the first tps feature 6.598
Then all tps features but the first one are active 2.086
And I shutdown Tails and wait for the computer to power off 12.444
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:14.926
Then all tps features but the first one are active 2.027
After features/support/hooks.rb:330 1.300
After features/support/hooks.rb:100 0.037
Tags: @product
23.133
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 11.731
Then persistence for "Persistent" is active 0.072
And I create a file in the Persistent directory 0.079
Then the file I created was copied to the Persistent Storage 0.072
When I disable the first tps feature 6.733
Then persistence for "Persistent" is not active 0.082
And the Persistent directory does not exist 0.054
When I enable the first tps feature 4.148
Then persistence for "Persistent" is active 0.089
And the file I created in the Persistent directory exists 0.070
After features/support/hooks.rb:330 1.369
After features/support/hooks.rb:100 0.000
Tags: @product
22.210
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.335
Then persistence for "Persistent" is active 0.850
When I create a file in the Persistent directory 0.059
And I disable the first tps feature 6.648
And I delete the data of the Persistent Folder feature 4.262
Then the file I created does not exist on the Persistent Storage 0.054
After features/support/hooks.rb:330 1.633
After features/support/hooks.rb:100 0.000
Tags: @product
1:11.475
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 11.464
And the network is plugged 0.088
And Tor is ready 25.215
And I take note of which tps features are available 0.608
When I write some files expected to persist 1.392
And I shutdown Tails and wait for the computer to power off 8.646
# 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.058
After features/support/hooks.rb:330 0.117
After features/support/hooks.rb:100 0.000
Tags: @product
3:10.734
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.601
And the network is plugged 0.103
And Tor is ready 23.168
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.191
And I shutdown Tails and wait for the computer to power off 10.517
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:8.515
And I capture all network traffic 0.007
And the network is plugged 0.075
And Tor is ready 17.010
And I switch to the "persistent-con-current" NetworkManager connection 0.334
And the 1st network device has a spoofed MAC address configured 0.081
And no network device leaked the real MAC address 0.126
After features/support/hooks.rb:330 0.926
After features/support/hooks.rb:100 0.049
Tags: @product
54.994
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 12.272
And I enable persistence creation in Tails Greeter 1.184
And I log in to a new session expecting no warning about the Persistent Storage not being activated 20.152
Then I create a persistent partition with the default settings using the wizard that was already open 21.386
After features/support/hooks.rb:330 3.203
After features/support/hooks.rb:100 0.000
Tags: @product
4:22.975
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.736
When I enable persistence 39.844
Then no persistent Greeter options were restored 13.790
When I set all Greeter options to non-default values 25.445
And I log in to a new session in German (de) after having activated the Persistent Storage 41.937
Then all Greeter options are set to non-default values 0.618
When I cold reboot the computer 7.198
And the computer reboots Tails 1:4.751
Given I enable persistence 20.068
Then persistent Greeter options were restored 0.708
When I log in to a new session after having activated the Persistent Storage 36.593
Then all Greeter options are set to non-default values 0.282
After features/support/hooks.rb:330 1.936
After features/support/hooks.rb:100 0.007
Tags: @product
3:48.768
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 11.239
# 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 45.364
And I shutdown Tails and wait for the computer to power off 12.849
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:5.975
And I change the passphrase of the Persistent Storage back to the original 33.339
After features/support/hooks.rb:330 2.432
After features/support/hooks.rb:100 0.009
Tags: @product
59.360
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.520
And I log in to a new session without activating the Persistent Storage 20.548
Then persistence is disabled 0.330
But a Tails persistence partition exists on USB drive "__internal" 9.539
And all notifications have disappeared 11.062
When I delete the persistent partition 6.332
Then there is no persistence partition on USB drive "__internal" 1.026
After features/support/hooks.rb:330 1.008
After features/support/hooks.rb:100 0.000
Tags: @product
2:23.732
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.913
When I write some dotfile expected to persist 1.017
And I shutdown Tails and wait for the computer to power off 8.658
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:2.747
Then the expected persistent dotfile is present in the filesystem 0.394
After features/support/hooks.rb:330 0.995
After features/support/hooks.rb:100 0.009
Tags: @product
1:42.003
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 create a symlink "/home/amnesia/Persistent" to "/etc" 0.081
When I try to enable persistence 0.331
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 27.624
When I log in to a new session after having activated the Persistent Storage 47.124
And all notifications have disappeared 8.350
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.232
And all tps features are enabled 3.271
And all tps features but the first one are active 1.955
After features/support/hooks.rb:330 1.308
After features/support/hooks.rb:100 0.000
Tags: @product
4:43.430
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:19.417
And I enable persistence 32.464
And I log in to a new session after having activated the Persistent Storage 47.878
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.119
And persistence is enabled 2.549
After features/support/hooks.rb:330 1.621
After features/support/hooks.rb:100 0.000
Tags: @product
32.003
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.721
And I enable persistence but something goes wrong during the LUKS header upgrade 22.535
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.745
After features/support/hooks.rb:330 0.703
After features/support/hooks.rb:100 0.000
Tags: @product
41.519
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.941
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.796
When I enable persistence 24.064
Then the filesystem of the Persistent Storage was repaired 0.069
And persistence is successfully enabled 2.648
After features/support/hooks.rb:330 1.781
After features/support/hooks.rb:100 0.000
Tags: @product
45.683
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.789
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.623
When I try to enable persistence 0.550
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 20.395
When I repair the filesystem of the Persistent Storage 2.410
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.878
And the filesystem of the Persistent Storage was repaired 4.082
When I close the filesystem repair dialog 1.324
Then persistence is successfully enabled 1.629
After features/support/hooks.rb:330 1.182
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:51.754
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.515
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.127
When I try to enable persistence 0.328
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 25.431
When I repair the filesystem of the Persistent Storage 1.313
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 3.962
When I log in to a new session 40.512
And all notifications have disappeared 7.487
# 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.512
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.118
When I close the "whisperback" window 1.739
Then the Tor Browser starts 20.708
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.997
After features/support/hooks.rb:330 3.288
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:58.998
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.072
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 12.638
And Tails detects disk read failures on the boot device 1.701
When I try to enable persistence 1.584
Then the Welcome Screen tells me that my hardware is probably failing 16.704
When I log in to a new session 46.817
And all notifications have disappeared 8.960
Then the Tor Browser starts 20.748
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.771
After features/support/hooks.rb:330 1.971
After features/support/hooks.rb:100 0.000