Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 5 17 Mar 2025, 14:32

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 47:47.973 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
6:7.381
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:55.325
And I update APT using apt 3:43.913
And I install "python3-behave" using apt 25.853
Then the Tails Persistent Storage behave tests pass 2.289
After features/support/hooks.rb:330 0.750
After features/support/hooks.rb:100 0.000
Tags: @product
46.623
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 10.766
When I log in to a new session without activating the Persistent Storage 23.579
Then Tails is running from USB drive "__internal" 0.701
And persistence is disabled 0.302
But a Tails persistence partition exists on USB drive "__internal" 11.272
After features/support/hooks.rb:330 1.723
After features/support/hooks.rb:100 0.000
Tags: @product
3:20.273
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.443
Then Tails is running from USB drive "__internal" 0.436
When I create a file in the Persistent directory 0.141
And I create a persistent partition with the default settings 24.470
Then the file I created was copied to the Persistent Storage 0.549
When I shutdown Tails and wait for the computer to power off 10.805
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:31.970
Then persistence for "Persistent" is active 0.375
And the file I created in the Persistent directory exists 0.081
After features/support/hooks.rb:330 1.589
After features/support/hooks.rb:100 0.011
Tags: @product
1:16.559
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 19.181
And the system is very low on memory 3.788
When I create a file in the Persistent directory 1.184
When I try to create a persistent partition 33.400
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.242
When I close the Persistent Storage app 2.859
And I free up some memory 1.460
And I create a persistent partition with the default settings 14.155
Then the file I created was copied to the Persistent Storage 0.286
After features/support/hooks.rb:330 3.125
After features/support/hooks.rb:100 0.000
Tags: @product
3:11.727
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 29.108
Then Tails is running from USB drive "__internal" 1.197
And all tps features are active 2.802
And all persistent directories have safe access rights 2.864
When I disable the first tps feature 6.566
Then all tps features but the first one are active 2.456
And I shutdown Tails and wait for the computer to power off 10.927
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:13.442
Then all tps features but the first one are active 2.362
After features/support/hooks.rb:330 1.190
After features/support/hooks.rb:100 0.009
Tags: @product
19.442
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.394
Then persistence for "Persistent" is active 0.120
And I create a file in the Persistent directory 0.075
Then the file I created was copied to the Persistent Storage 0.071
When I disable the first tps feature 6.268
Then persistence for "Persistent" is not active 0.196
And the Persistent directory does not exist 0.065
When I enable the first tps feature 3.103
Then persistence for "Persistent" is active 0.076
And the file I created in the Persistent directory exists 0.070
After features/support/hooks.rb:330 1.272
After features/support/hooks.rb:100 0.000
Tags: @product
20.077
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.497
Then persistence for "Persistent" is active 0.163
When I create a file in the Persistent directory 0.174
And I disable the first tps feature 6.355
And I delete the data of the Persistent Folder feature 3.822
Then the file I created does not exist on the Persistent Storage 0.064
After features/support/hooks.rb:330 1.101
After features/support/hooks.rb:100 0.000
Tags: @product
1:7.463
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 9.727
And the network is plugged 0.104
And Tor is ready 22.676
And I take note of which tps features are available 0.573
When I write some files expected to persist 1.568
And I shutdown Tails and wait for the computer to power off 8.549
# 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.263
After features/support/hooks.rb:330 0.120
After features/support/hooks.rb:100 0.000
Tags: @product
3:25.134
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.760
And the network is plugged 0.084
And Tor is ready 19.211
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.200
And I shutdown Tails and wait for the computer to power off 10.730
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.172
And I capture all network traffic 0.005
And the network is plugged 0.075
And Tor is ready 23.325
And I switch to the "persistent-con-current" NetworkManager connection 0.354
And the 1st network device has a spoofed MAC address configured 0.090
And no network device leaked the real MAC address 0.123
After features/support/hooks.rb:330 0.645
After features/support/hooks.rb:100 0.044
Tags: @product
1:7.716
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 19.074
And I enable persistence creation in Tails Greeter 1.189
And I log in to a new session expecting no warning about the Persistent Storage not being activated 23.082
Then I create a persistent partition with the default settings using the wizard that was already open 24.370
After features/support/hooks.rb:330 1.632
After features/support/hooks.rb:100 0.000
Tags: @product
4:48.894
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 15.376
When I enable persistence 44.809
Then no persistent Greeter options were restored 14.018
When I set all Greeter options to non-default values 27.125
And I log in to a new session in German (de) after having activated the Persistent Storage 47.274
Then all Greeter options are set to non-default values 2.745
When I cold reboot the computer 8.004
And the computer reboots Tails 1:9.928
Given I enable persistence 19.191
Then persistent Greeter options were restored 0.552
When I log in to a new session after having activated the Persistent Storage 39.516
Then all Greeter options are set to non-default values 0.350
After features/support/hooks.rb:330 1.828
After features/support/hooks.rb:100 0.017
Tags: @product
4:13.613
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.308
# 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 38.181
And I shutdown Tails and wait for the computer to power off 13.064
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:30.684
And I change the passphrase of the Persistent Storage back to the original 41.374
After features/support/hooks.rb:330 1.750
After features/support/hooks.rb:100 0.009
Tags: @product
57.665
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.551
And I log in to a new session without activating the Persistent Storage 20.281
Then persistence is disabled 0.573
But a Tails persistence partition exists on USB drive "__internal" 10.518
And all notifications have disappeared 10.055
When I delete the persistent partition 6.256
Then there is no persistence partition on USB drive "__internal" 0.428
After features/support/hooks.rb:330 1.131
After features/support/hooks.rb:100 0.000
Tags: @product
2:42.115
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
When I write some dotfile expected to persist 0.102
And I shutdown Tails and wait for the computer to power off 11.060
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.087
Then the expected persistent dotfile is present in the filesystem 0.400
After features/support/hooks.rb:330 0.868
After features/support/hooks.rb:100 0.010
Tags: @product
1:51.275
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.035
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.093
When I try to enable persistence 0.283
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 36.417
When I log in to a new session after having activated the Persistent Storage 48.247
And all notifications have disappeared 7.497
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.893
And all tps features are enabled 2.634
And all tps features but the first one are active 2.173
After features/support/hooks.rb:330 1.406
After features/support/hooks.rb:100 0.000
Tags: @product
5:50.686
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 4:23.619
And I enable persistence 33.441
And I log in to a new session after having activated the Persistent Storage 47.396
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.967
And persistence is enabled 3.260
After features/support/hooks.rb:330 1.201
After features/support/hooks.rb:100 0.000
Tags: @product
31.308
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.326
And I enable persistence but something goes wrong during the LUKS header upgrade 21.124
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.857
After features/support/hooks.rb:330 0.733
After features/support/hooks.rb:100 0.000
Tags: @product
55.738
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.007
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.823
When I enable persistence 35.201
Then the filesystem of the Persistent Storage was repaired 0.091
And persistence is successfully enabled 2.614
After features/support/hooks.rb:330 1.251
After features/support/hooks.rb:100 0.000
Tags: @product
52.074
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.286
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 7.878
When I try to enable persistence 0.748
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.315
When I repair the filesystem of the Persistent Storage 1.336
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.030
And the filesystem of the Persistent Storage was repaired 1.316
When I close the filesystem repair dialog 1.602
Then persistence is successfully enabled 1.558
After features/support/hooks.rb:330 1.311
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:1.264
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.707
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.126
When I try to enable persistence 0.283
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 32.213
When I repair the filesystem of the Persistent Storage 1.224
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.162
When I log in to a new session 47.212
And all notifications have disappeared 11.020
# 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.690
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.741
When I close the "whisperback" window 1.362
Then the Tor Browser starts 16.488
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.029
After features/support/hooks.rb:330 2.231
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:0.937
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.286
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.424
And Tails detects disk read failures on the boot device 1.562
When I try to enable persistence 0.648
Then the Welcome Screen tells me that my hardware is probably failing 18.720
When I log in to a new session 52.566
And all notifications have disappeared 8.604
Then the Tor Browser starts 22.199
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.924
After features/support/hooks.rb:330 2.208
After features/support/hooks.rb:100 0.000