Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 18 30 Mar 2025, 14:46

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:59.015 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
9:48.504
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.005
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:34.248
And I update APT using apt 6:46.393
And I install "python3-behave" using apt 1:25.206
Then the Tails Persistent Storage behave tests pass 2.656
After features/support/hooks.rb:330 0.655
After features/support/hooks.rb:100 0.000
Tags: @product
48.360
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.596
When I log in to a new session without activating the Persistent Storage 24.936
Then Tails is running from USB drive "__internal" 0.714
And persistence is disabled 0.487
But a Tails persistence partition exists on USB drive "__internal" 10.625
After features/support/hooks.rb:330 1.394
After features/support/hooks.rb:100 0.000
Tags: @product
3:10.199
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 logged in 13.347
Then Tails is running from USB drive "__internal" 0.946
When I create a file in the Persistent directory 0.131
And I create a persistent partition with the default settings 22.776
Then the file I created was copied to the Persistent Storage 2.566
When I shutdown Tails and wait for the computer to power off 12.435
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:17.401
Then persistence for "Persistent" is active 0.515
And the file I created in the Persistent directory exists 0.077
After features/support/hooks.rb:330 0.719
After features/support/hooks.rb:100 0.008
Tags: @product
59.807
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 logged in 10.052
And the system is very low on memory 2.675
When I create a file in the Persistent directory 1.411
When I try to create a persistent partition 25.769
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.561
When I close the Persistent Storage app 2.586
And I free up some memory 3.770
And I create a persistent partition with the default settings 12.675
Then the file I created was copied to the Persistent Storage 0.304
After features/support/hooks.rb:330 2.183
After features/support/hooks.rb:100 0.000
Tags: @product
2:49.885
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 13.069
Then Tails is running from USB drive "__internal" 0.384
And all tps features are active 2.691
And all persistent directories have safe access rights 2.479
When I disable the first tps feature 6.596
Then all tps features but the first one are active 2.240
And I shutdown Tails and wait for the computer to power off 13.473
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:6.634
Then all tps features but the first one are active 2.314
After features/support/hooks.rb:330 1.124
After features/support/hooks.rb:100 0.007
Tags: @product
24.389
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.838
Then persistence for "Persistent" is active 0.658
And I create a file in the Persistent directory 0.094
Then the file I created was copied to the Persistent Storage 0.113
When I disable the first tps feature 7.358
Then persistence for "Persistent" is not active 0.111
And the Persistent directory does not exist 0.068
When I enable the first tps feature 4.024
Then persistence for "Persistent" is active 0.062
And the file I created in the Persistent directory exists 0.059
After features/support/hooks.rb:330 0.758
After features/support/hooks.rb:100 0.000
Tags: @product
23.140
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.261
Then persistence for "Persistent" is active 0.099
When I create a file in the Persistent directory 0.101
And I disable the first tps feature 6.862
And I delete the data of the Persistent Folder feature 4.734
Then the file I created does not exist on the Persistent Storage 0.081
After features/support/hooks.rb:330 0.792
After features/support/hooks.rb:100 0.000
Tags: @product
1:36.881
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 10.459
And the network is plugged 0.071
And Tor is ready 51.161
And I take note of which tps features are available 0.586
When I write some files expected to persist 1.416
And I shutdown Tails and wait for the computer to power off 8.856
# 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.328
After features/support/hooks.rb:330 0.118
After features/support/hooks.rb:100 0.000
Tags: @product
3:40.948
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.374
And the network is plugged 0.089
And Tor is ready 50.763
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.189
And I shutdown Tails and wait for the computer to power off 8.564
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:8.879
And I capture all network traffic 0.013
And the network is plugged 0.077
And Tor is ready 21.409
And I switch to the "persistent-con-current" NetworkManager connection 0.344
And the 1st network device has a spoofed MAC address configured 0.103
And no network device leaked the real MAC address 0.141
After features/support/hooks.rb:330 0.596
After features/support/hooks.rb:100 0.041
Tags: @product
56.411
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.196
And I enable persistence creation in Tails Greeter 1.203
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.159
Then I create a persistent partition with the default settings using the wizard that was already open 20.852
After features/support/hooks.rb:330 2.802
After features/support/hooks.rb:100 0.000
Tags: @product
4:35.299
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 25.385
When I enable persistence 33.138
Then no persistent Greeter options were restored 14.487
When I set all Greeter options to non-default values 27.981
And I log in to a new session in German (de) after having activated the Persistent Storage 47.116
Then all Greeter options are set to non-default values 0.589
When I cold reboot the computer 7.708
And the computer reboots Tails 1:0.288
Given I enable persistence 17.378
Then persistent Greeter options were restored 0.535
When I log in to a new session after having activated the Persistent Storage 40.353
Then all Greeter options are set to non-default values 0.335
After features/support/hooks.rb:330 1.874
After features/support/hooks.rb:100 0.009
Tags: @product
3:48.924
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 10.973
# 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 36.322
And I shutdown Tails and wait for the computer to power off 12.595
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:15.847
And I change the passphrase of the Persistent Storage back to the original 33.185
After features/support/hooks.rb:330 2.740
After features/support/hooks.rb:100 0.009
Tags: @product
1:2.339
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.674
And I log in to a new session without activating the Persistent Storage 22.819
Then persistence is disabled 0.471
But a Tails persistence partition exists on USB drive "__internal" 11.214
And all notifications have disappeared 12.304
When I delete the persistent partition 5.796
Then there is no persistence partition on USB drive "__internal" 1.058
After features/support/hooks.rb:330 0.973
After features/support/hooks.rb:100 0.000
Tags: @product
2:36.187
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.085
When I write some dotfile expected to persist 0.074
And I shutdown Tails and wait for the computer to power off 8.397
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:16.235
Then the expected persistent dotfile is present in the filesystem 0.393
After features/support/hooks.rb:330 0.871
After features/support/hooks.rb:100 0.009
Tags: @product
1:46.210
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.603
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.078
When I try to enable persistence 0.333
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 29.141
When I log in to a new session after having activated the Persistent Storage 50.568
And all notifications have disappeared 7.347
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.591
And all tps features are enabled 3.545
And all tps features but the first one are active 1.999
After features/support/hooks.rb:330 1.323
After features/support/hooks.rb:100 0.000
Tags: @product
5:33.746
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:6.590
And I enable persistence 29.271
And I log in to a new session after having activated the Persistent Storage 53.846
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 1.453
And persistence is enabled 2.585
After features/support/hooks.rb:330 1.226
After features/support/hooks.rb:100 0.000
Tags: @product
31.750
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 9.014
And I enable persistence but something goes wrong during the LUKS header upgrade 22.033
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.701
After features/support/hooks.rb:330 0.675
After features/support/hooks.rb:100 0.000
Tags: @product
1:0.129
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 22.413
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.808
When I enable persistence 29.105
Then the filesystem of the Persistent Storage was repaired 0.087
And persistence is successfully enabled 2.714
After features/support/hooks.rb:330 1.111
After features/support/hooks.rb:100 0.000
Tags: @product
45.023
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.735
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.377
When I try to enable persistence 0.409
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 22.091
When I repair the filesystem of the Persistent Storage 1.215
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.985
And the filesystem of the Persistent Storage was repaired 2.560
When I close the filesystem repair dialog 1.286
Then persistence is successfully enabled 1.361
After features/support/hooks.rb:330 1.200
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:50.675
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.880
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.161
When I try to enable persistence 0.264
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 27.843
When I repair the filesystem of the Persistent Storage 1.265
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.073
When I log in to a new session 42.175
And all notifications have disappeared 7.463
# 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.932
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.125
When I close the "whisperback" window 1.432
Then the Tor Browser starts 19.263
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.792
After features/support/hooks.rb:330 2.704
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:50.200
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.298
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.433
And Tails detects disk read failures on the boot device 1.639
When I try to enable persistence 0.524
Then the Welcome Screen tells me that my hardware is probably failing 22.028
When I log in to a new session 43.760
And all notifications have disappeared 8.217
Then the Tor Browser starts 17.153
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.143
After features/support/hooks.rb:330 2.044
After features/support/hooks.rb:100 0.000