Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 12 24 Mar 2025, 14:35

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:4.752 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
4:50.712
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.010
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:37.720
And I update APT using apt 2:44.894
And I install "python3-behave" using apt 25.705
Then the Tails Persistent Storage behave tests pass 2.392
After features/support/hooks.rb:330 0.637
After features/support/hooks.rb:100 0.000
Tags: @product
47.577
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.373
When I log in to a new session without activating the Persistent Storage 24.085
Then Tails is running from USB drive "__internal" 0.651
And persistence is disabled 0.322
But a Tails persistence partition exists on USB drive "__internal" 11.144
After features/support/hooks.rb:330 2.025
After features/support/hooks.rb:100 0.000
Tags: @product
3:54.390
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 32.628
Then Tails is running from USB drive "__internal" 0.568
When I create a file in the Persistent directory 0.260
And I create a persistent partition with the default settings 24.980
Then the file I created was copied to the Persistent Storage 0.484
When I shutdown Tails and wait for the computer to power off 13.048
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:41.286
Then persistence for "Persistent" is active 1.037
And the file I created in the Persistent directory exists 0.096
After features/support/hooks.rb:330 1.879
After features/support/hooks.rb:100 0.010
Tags: @product
1:5.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 without a persistent partition and logged in 9.874
And the system is very low on memory 6.319
When I create a file in the Persistent directory 1.023
When I try to create a persistent partition 29.313
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.209
When I close the Persistent Storage app 2.819
And I free up some memory 1.725
And I create a persistent partition with the default settings 13.665
Then the file I created was copied to the Persistent Storage 0.296
After features/support/hooks.rb:330 2.153
After features/support/hooks.rb:100 0.000
Tags: @product
2:53.779
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 12.962
Then Tails is running from USB drive "__internal" 0.883
And all tps features are active 2.522
And all persistent directories have safe access rights 2.651
When I disable the first tps feature 7.110
Then all tps features but the first one are active 2.242
And I shutdown Tails and wait for the computer to power off 13.393
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:9.476
Then all tps features but the first one are active 2.535
After features/support/hooks.rb:330 1.232
After features/support/hooks.rb:100 0.009
Tags: @product
21.120
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.644
Then persistence for "Persistent" is active 0.109
And I create a file in the Persistent directory 0.154
Then the file I created was copied to the Persistent Storage 0.098
When I disable the first tps feature 6.466
Then persistence for "Persistent" is not active 0.064
And the Persistent directory does not exist 0.056
When I enable the first tps feature 3.348
Then persistence for "Persistent" is active 0.085
And the file I created in the Persistent directory exists 0.089
After features/support/hooks.rb:330 1.423
After features/support/hooks.rb:100 0.000
Tags: @product
22.936
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 12.042
Then persistence for "Persistent" is active 0.098
When I create a file in the Persistent directory 0.091
And I disable the first tps feature 6.727
And I delete the data of the Persistent Folder feature 3.915
Then the file I created does not exist on the Persistent Storage 0.060
After features/support/hooks.rb:330 1.470
After features/support/hooks.rb:100 0.000
Tags: @product
1:9.081
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.310
And the network is plugged 0.150
And Tor is ready 23.697
And I take note of which tps features are available 0.628
When I write some files expected to persist 1.488
And I shutdown Tails and wait for the computer to power off 8.602
# 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.205
After features/support/hooks.rb:330 0.122
After features/support/hooks.rb:100 0.000
Tags: @product
3:14.465
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.735
And the network is plugged 0.099
And Tor is ready 19.959
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.250
And I shutdown Tails and wait for the computer to power off 8.901
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:15.118
And I capture all network traffic 0.006
And the network is plugged 0.082
And Tor is ready 19.784
And I switch to the "persistent-con-current" NetworkManager connection 0.318
And the 1st network device has a spoofed MAC address configured 0.083
And no network device leaked the real MAC address 0.124
After features/support/hooks.rb:330 0.689
After features/support/hooks.rb:100 0.043
Tags: @product
57.798
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 stopped at Tails Greeter's login screen 13.022
And I enable persistence creation in Tails Greeter 1.111
And I log in to a new session expecting no warning about the Persistent Storage not being activated 19.486
Then I create a persistent partition with the default settings using the wizard that was already open 24.178
After features/support/hooks.rb:330 2.661
After features/support/hooks.rb:100 0.000
Tags: @product
4:26.746
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.656
When I enable persistence 37.731
Then no persistent Greeter options were restored 14.359
When I set all Greeter options to non-default values 23.998
And I log in to a new session in German (de) after having activated the Persistent Storage 44.681
Then all Greeter options are set to non-default values 0.601
When I cold reboot the computer 7.487
And the computer reboots Tails 1:9.435
Given I enable persistence 17.188
Then persistent Greeter options were restored 0.486
When I log in to a new session after having activated the Persistent Storage 37.429
Then all Greeter options are set to non-default values 0.688
After features/support/hooks.rb:330 2.313
After features/support/hooks.rb:100 0.027
Tags: @product
3:53.498
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 25.120
# 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.266
And I shutdown Tails and wait for the computer to power off 12.589
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:3.819
And I change the passphrase of the Persistent Storage back to the original 38.701
After features/support/hooks.rb:330 3.069
After features/support/hooks.rb:100 0.007
Tags: @product
59.293
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.992
And I log in to a new session without activating the Persistent Storage 23.622
Then persistence is disabled 0.330
But a Tails persistence partition exists on USB drive "__internal" 9.331
And all notifications have disappeared 8.612
When I delete the persistent partition 6.947
Then there is no persistence partition on USB drive "__internal" 0.455
After features/support/hooks.rb:330 1.629
After features/support/hooks.rb:100 0.000
Tags: @product
2:36.431
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.611
When I write some dotfile expected to persist 0.131
And I shutdown Tails and wait for the computer to power off 10.708
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:15.530
Then the expected persistent dotfile is present in the filesystem 0.449
After features/support/hooks.rb:330 1.290
After features/support/hooks.rb:100 0.009
Tags: @product
1:32.619
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.467
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.099
When I try to enable persistence 0.307
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 30.608
When I log in to a new session after having activated the Persistent Storage 35.312
And all notifications have disappeared 7.940
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.983
And all tps features are enabled 2.359
And all tps features but the first one are active 2.540
After features/support/hooks.rb:330 1.951
After features/support/hooks.rb:100 0.000
Tags: @product
5:3.383
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 3:37.244
And I enable persistence 32.084
And I log in to a new session after having activated the Persistent Storage 47.744
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.747
And persistence is enabled 4.563
After features/support/hooks.rb:330 1.341
After features/support/hooks.rb:100 0.000
Tags: @product
32.322
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 8.408
And I enable persistence but something goes wrong during the LUKS header upgrade 23.145
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.768
After features/support/hooks.rb:330 0.750
After features/support/hooks.rb:100 0.000
Tags: @product
48.155
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 8.872
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.826
When I enable persistence 30.669
Then the filesystem of the Persistent Storage was repaired 0.074
And persistence is successfully enabled 2.712
After features/support/hooks.rb:330 1.602
After features/support/hooks.rb:100 0.000
Tags: @product
50.324
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 8.972
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.904
When I try to enable persistence 1.525
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 23.245
When I repair the filesystem of the Persistent Storage 5.043
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.307
And the filesystem of the Persistent Storage was repaired 1.524
When I close the filesystem repair dialog 1.248
Then persistence is successfully enabled 1.551
After features/support/hooks.rb:330 2.114
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:51.605
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.630
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.088
When I try to enable persistence 0.276
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 31.448
When I repair the filesystem of the Persistent Storage 1.211
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.095
When I log in to a new session 38.001
And all notifications have disappeared 9.182
# 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.691
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.392
When I close the "whisperback" window 1.382
Then the Tor Browser starts 19.345
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.858
After features/support/hooks.rb:330 1.922
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:53.262
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.619
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.987
And Tails detects disk read failures on the boot device 1.509
When I try to enable persistence 0.439
Then the Welcome Screen tells me that my hardware is probably failing 19.184
When I log in to a new session 46.715
And all notifications have disappeared 9.800
Then the Tor Browser starts 20.283
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.722
After features/support/hooks.rb:330 2.320
After features/support/hooks.rb:100 0.000