Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 4 16 Mar 2025, 14:45

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 49:8.800 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
5:53.011
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:51.214
And I update APT using apt 3:33.578
And I install "python3-behave" using apt 22.543
Then the Tails Persistent Storage behave tests pass 5.675
After features/support/hooks.rb:330 0.755
After features/support/hooks.rb:100 0.000
Tags: @product
55.540
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 16.178
When I log in to a new session without activating the Persistent Storage 26.050
Then Tails is running from USB drive "__internal" 0.865
And persistence is disabled 1.212
But a Tails persistence partition exists on USB drive "__internal" 11.233
After features/support/hooks.rb:330 2.137
After features/support/hooks.rb:100 0.000
Tags: @product
3:28.465
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 16.812
Then Tails is running from USB drive "__internal" 0.420
When I create a file in the Persistent directory 0.114
And I create a persistent partition with the default settings 23.454
Then the file I created was copied to the Persistent Storage 0.745
When I shutdown Tails and wait for the computer to power off 17.744
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:28.698
Then persistence for "Persistent" is active 0.392
And the file I created in the Persistent directory exists 0.081
After features/support/hooks.rb:330 2.987
After features/support/hooks.rb:100 0.013
Tags: @product
1:7.415
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 without a persistent partition and logged in 11.309
And the system is very low on memory 4.192
When I create a file in the Persistent directory 1.146
When I try to create a persistent partition 31.698
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.149
When I close the Persistent Storage app 2.577
And I free up some memory 2.477
And I create a persistent partition with the default settings 13.619
Then the file I created was copied to the Persistent Storage 0.245
After features/support/hooks.rb:330 2.380
After features/support/hooks.rb:100 0.000
Tags: @product
3:7.278
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.821
Then Tails is running from USB drive "__internal" 0.412
And all tps features are active 2.712
And all persistent directories have safe access rights 2.624
When I disable the first tps feature 6.769
Then all tps features but the first one are active 2.358
And I shutdown Tails and wait for the computer to power off 16.570
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.598
Then all tps features but the first one are active 2.410
After features/support/hooks.rb:330 1.435
After features/support/hooks.rb:100 0.011
Tags: @product
22.881
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 11.223
Then persistence for "Persistent" is active 0.118
And I create a file in the Persistent directory 0.104
Then the file I created was copied to the Persistent Storage 0.089
When I disable the first tps feature 7.145
Then persistence for "Persistent" is not active 0.133
And the Persistent directory does not exist 0.060
When I enable the first tps feature 3.851
Then persistence for "Persistent" is active 0.084
And the file I created in the Persistent directory exists 0.069
After features/support/hooks.rb:330 1.542
After features/support/hooks.rb:100 0.000
Tags: @product
21.706
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.525
Then persistence for "Persistent" is active 0.109
When I create a file in the Persistent directory 0.124
And I disable the first tps feature 6.825
And I delete the data of the Persistent Folder feature 4.058
Then the file I created does not exist on the Persistent Storage 0.063
After features/support/hooks.rb:330 1.555
After features/support/hooks.rb:100 0.000
Tags: @product
1:39.833
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.539
And the network is plugged 0.175
And Tor is ready 49.868
And I take note of which tps features are available 0.849
When I write some files expected to persist 1.753
And I shutdown Tails and wait for the computer to power off 11.020
# 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" 25.626
After features/support/hooks.rb:330 0.135
After features/support/hooks.rb:100 0.000
Tags: @product
3:29.782
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 11.794
And the network is plugged 0.142
And Tor is ready 23.158
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.195
And I shutdown Tails and wait for the computer to power off 9.266
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:24.035
And I capture all network traffic 0.016
And the network is plugged 0.086
And Tor is ready 20.475
And I switch to the "persistent-con-current" NetworkManager connection 0.355
And the 1st network device has a spoofed MAC address configured 0.108
And no network device leaked the real MAC address 0.148
After features/support/hooks.rb:330 0.676
After features/support/hooks.rb:100 0.076
Tags: @product
59.601
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 14.763
And I enable persistence creation in Tails Greeter 1.169
And I log in to a new session expecting no warning about the Persistent Storage not being activated 20.418
Then I create a persistent partition with the default settings using the wizard that was already open 23.250
After features/support/hooks.rb:330 2.619
After features/support/hooks.rb:100 0.000
Tags: @product
4:26.347
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 13.049
When I enable persistence 34.684
Then no persistent Greeter options were restored 15.279
When I set all Greeter options to non-default values 26.708
And I log in to a new session in German (de) after having activated the Persistent Storage 47.535
Then all Greeter options are set to non-default values 0.577
When I cold reboot the computer 7.604
And the computer reboots Tails 58.813
Given I enable persistence 19.780
Then persistent Greeter options were restored 0.554
When I log in to a new session after having activated the Persistent Storage 41.211
Then all Greeter options are set to non-default values 0.548
After features/support/hooks.rb:330 2.287
After features/support/hooks.rb:100 0.008
Tags: @product
4:3.977
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.093
# 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.352
And I shutdown Tails and wait for the computer to power off 12.495
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:22.230
And I change the passphrase of the Persistent Storage back to the original 39.806
After features/support/hooks.rb:330 2.261
After features/support/hooks.rb:100 0.011
Tags: @product
57.275
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 9.371
And I log in to a new session without activating the Persistent Storage 20.958
Then persistence is disabled 0.312
But a Tails persistence partition exists on USB drive "__internal" 9.601
And all notifications have disappeared 10.784
When I delete the persistent partition 5.744
Then there is no persistence partition on USB drive "__internal" 0.503
After features/support/hooks.rb:330 1.679
After features/support/hooks.rb:100 0.000
Tags: @product
2:35.697
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.963
When I write some dotfile expected to persist 0.062
And I shutdown Tails and wait for the computer to power off 10.769
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:14.513
Then the expected persistent dotfile is present in the filesystem 0.387
After features/support/hooks.rb:330 1.193
After features/support/hooks.rb:100 0.010
Tags: @product
1:44.769
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.204
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.111
When I try to enable persistence 0.280
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 41.567
When I log in to a new session after having activated the Persistent Storage 37.054
And all notifications have disappeared 7.627
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.039
And all tps features are enabled 2.685
And all tps features but the first one are active 2.198
After features/support/hooks.rb:330 1.865
After features/support/hooks.rb:100 0.000
Tags: @product
7:33.257
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 6:1.216
And I enable persistence 37.355
And I log in to a new session after having activated the Persistent Storage 50.812
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.233
And persistence is enabled 2.640
After features/support/hooks.rb:330 1.766
After features/support/hooks.rb:100 0.000
Tags: @product
29.035
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 9.248
And I enable persistence but something goes wrong during the LUKS header upgrade 19.065
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.721
After features/support/hooks.rb:330 0.764
After features/support/hooks.rb:100 0.000
Tags: @product
1:1.509
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.780
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 10.332
When I enable persistence 39.616
Then the filesystem of the Persistent Storage was repaired 0.094
And persistence is successfully enabled 2.684
After features/support/hooks.rb:330 1.510
After features/support/hooks.rb:100 0.000
Tags: @product
50.271
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.597
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.012
When I try to enable persistence 0.481
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.696
When I repair the filesystem of the Persistent Storage 1.357
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.533
And the filesystem of the Persistent Storage was repaired 1.206
When I close the filesystem repair dialog 1.842
Then persistence is successfully enabled 1.544
After features/support/hooks.rb:330 1.616
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:56.495
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.901
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.132
When I try to enable persistence 0.276
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 31.246
When I repair the filesystem of the Persistent Storage 1.263
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.075
When I log in to a new session 40.614
And all notifications have disappeared 9.017
# 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" 1.124
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.814
When I close the "whisperback" window 1.520
Then the Tor Browser starts 20.656
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.851
After features/support/hooks.rb:330 2.194
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:4.645
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.010
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.050
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.473
And Tails detects disk read failures on the boot device 0.537
When I try to enable persistence 0.409
Then the Welcome Screen tells me that my hardware is probably failing 25.921
When I log in to a new session 50.789
And all notifications have disappeared 7.301
Then the Tor Browser starts 22.408
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.755
After features/support/hooks.rb:330 1.927
After features/support/hooks.rb:100 0.000