Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 11 23 Mar 2025, 14:42

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 45:12.923 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
6:47.231
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:36.839
And I update APT using apt 4:14.637
And I install "python3-behave" using apt 53.124
Then the Tails Persistent Storage behave tests pass 2.629
After features/support/hooks.rb:330 0.675
After features/support/hooks.rb:100 0.000
Tags: @product
47.740
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.795
When I log in to a new session without activating the Persistent Storage 24.875
Then Tails is running from USB drive "__internal" 0.588
And persistence is disabled 0.334
But a Tails persistence partition exists on USB drive "__internal" 11.146
After features/support/hooks.rb:330 2.175
After features/support/hooks.rb:100 0.000
Tags: @product
3:0.165
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive without a persistent partition and logged in 14.809
Then Tails is running from USB drive "__internal" 0.382
When I create a file in the Persistent directory 0.124
And I create a persistent partition with the default settings 22.108
Then the file I created was copied to the Persistent Storage 0.631
When I shutdown Tails and wait for the computer to power off 12.599
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:8.826
Then persistence for "Persistent" is active 0.617
And the file I created in the Persistent directory exists 0.064
After features/support/hooks.rb:330 1.692
After features/support/hooks.rb:100 0.006
Tags: @product
1:6.750
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive without a persistent partition and logged in 11.000
And the system is very low on memory 3.072
When I create a file in the Persistent directory 0.989
When I try to create a persistent partition 33.335
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.254
When I close the Persistent Storage app 2.571
And I free up some memory 1.907
And I create a persistent partition with the default settings 13.406
Then the file I created was copied to the Persistent Storage 0.211
After features/support/hooks.rb:330 2.231
After features/support/hooks.rb:100 0.000
Tags: @product
2:56.083
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 13.226
Then Tails is running from USB drive "__internal" 1.010
And all tps features are active 2.403
And all persistent directories have safe access rights 2.633
When I disable the first tps feature 7.864
Then all tps features but the first one are active 2.403
And I shutdown Tails and wait for the computer to power off 12.712
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.081
Then all tps features but the first one are active 3.747
After features/support/hooks.rb:330 1.099
After features/support/hooks.rb:100 0.006
Tags: @product
22.414
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.920
Then persistence for "Persistent" is active 0.183
And I create a file in the Persistent directory 0.106
Then the file I created was copied to the Persistent Storage 0.115
When I disable the first tps feature 6.976
Then persistence for "Persistent" is not active 0.092
And the Persistent directory does not exist 0.057
When I enable the first tps feature 3.739
Then persistence for "Persistent" is active 0.151
And the file I created in the Persistent directory exists 0.071
After features/support/hooks.rb:330 1.172
After features/support/hooks.rb:100 0.000
Tags: @product
21.665
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.777
Then persistence for "Persistent" is active 0.125
When I create a file in the Persistent directory 0.075
And I disable the first tps feature 6.929
And I delete the data of the Persistent Folder feature 3.697
Then the file I created does not exist on the Persistent Storage 0.059
After features/support/hooks.rb:330 1.139
After features/support/hooks.rb:100 0.000
Tags: @product
1:5.037
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.071
And the network is plugged 0.076
And Tor is ready 20.420
And I take note of which tps features are available 0.555
When I write some files expected to persist 1.410
And I shutdown Tails and wait for the computer to power off 8.490
# 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.011
After features/support/hooks.rb:330 0.092
After features/support/hooks.rb:100 0.000
Tags: @product
3:6.995
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.897
And the network is plugged 0.104
And Tor is ready 20.661
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.273
And I shutdown Tails and wait for the computer to power off 8.599
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:6.952
And I capture all network traffic 0.013
And the network is plugged 0.085
And Tor is ready 18.844
And I switch to the "persistent-con-current" NetworkManager connection 0.362
And the 1st network device has a spoofed MAC address configured 0.070
And no network device leaked the real MAC address 0.127
After features/support/hooks.rb:330 0.629
After features/support/hooks.rb:100 0.044
Tags: @product
54.199
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 11.412
And I enable persistence creation in Tails Greeter 1.149
And I log in to a new session expecting no warning about the Persistent Storage not being activated 19.731
Then I create a persistent partition with the default settings using the wizard that was already open 21.905
After features/support/hooks.rb:330 2.233
After features/support/hooks.rb:100 0.000
Tags: @product
4:58.189
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 11.023
When I enable persistence 50.215
Then no persistent Greeter options were restored 14.506
When I set all Greeter options to non-default values 24.572
And I log in to a new session in German (de) after having activated the Persistent Storage 52.987
Then all Greeter options are set to non-default values 0.619
When I cold reboot the computer 7.422
And the computer reboots Tails 1:0.103
Given I enable persistence 33.952
Then persistent Greeter options were restored 0.625
When I log in to a new session after having activated the Persistent Storage 41.821
Then all Greeter options are set to non-default values 0.338
After features/support/hooks.rb:330 2.173
After features/support/hooks.rb:100 0.006
Tags: @product
3:46.980
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 25.511
# 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 34.781
And I shutdown Tails and wait for the computer to power off 12.629
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:4.022
And I change the passphrase of the Persistent Storage back to the original 30.035
After features/support/hooks.rb:330 1.945
After features/support/hooks.rb:100 0.022
Tags: @product
51.521
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.970
And I log in to a new session without activating the Persistent Storage 19.514
Then persistence is disabled 0.317
But a Tails persistence partition exists on USB drive "__internal" 4.805
And all notifications have disappeared 8.238
When I delete the persistent partition 7.243
Then there is no persistence partition on USB drive "__internal" 0.431
After features/support/hooks.rb:330 1.284
After features/support/hooks.rb:100 0.000
Tags: @product
2:22.076
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.279
When I write some dotfile expected to persist 0.552
And I shutdown Tails and wait for the computer to power off 8.595
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:2.293
Then the expected persistent dotfile is present in the filesystem 0.355
After features/support/hooks.rb:330 1.408
After features/support/hooks.rb:100 0.022
Tags: @product
1:36.653
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.041
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.093
When I try to enable persistence 0.269
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 29.841
When I log in to a new session after having activated the Persistent Storage 40.133
And all notifications have disappeared 8.790
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.938
And all tps features are enabled 2.297
And all tps features but the first one are active 2.247
After features/support/hooks.rb:330 1.513
After features/support/hooks.rb:100 0.000
Tags: @product
5:17.249
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
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:53.506
And I enable persistence 32.422
And I log in to a new session after having activated the Persistent Storage 46.002
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.725
And persistence is enabled 2.593
After features/support/hooks.rb:330 3.341
After features/support/hooks.rb:100 0.000
Tags: @product
29.220
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
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.063
And I enable persistence but something goes wrong during the LUKS header upgrade 19.411
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.745
After features/support/hooks.rb:330 0.695
After features/support/hooks.rb:100 0.000
Tags: @product
1:1.588
Before features/support/hooks.rb:266 0.001
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 23.013
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.118
When I enable persistence 30.890
Then the filesystem of the Persistent Storage was repaired 0.080
And persistence is successfully enabled 2.484
After features/support/hooks.rb:330 1.416
After features/support/hooks.rb:100 0.000
Tags: @product
44.593
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 8.638
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.120
When I try to enable persistence 0.405
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 21.123
When I repair the filesystem of the Persistent Storage 2.667
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.799
And the filesystem of the Persistent Storage was repaired 1.443
When I close the filesystem repair dialog 1.940
Then persistence is successfully enabled 1.453
After features/support/hooks.rb:330 1.845
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:48.743
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.002
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.060
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.104
When I try to enable persistence 0.268
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.887
When I repair the filesystem of the Persistent Storage 1.184
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 3.875
When I log in to a new session 36.960
And all notifications have disappeared 8.534
# 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.687
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.408
When I close the "whisperback" window 1.781
Then the Tor Browser starts 18.107
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.882
After features/support/hooks.rb:330 2.264
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:47.824
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 8.985
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.826
And Tails detects disk read failures on the boot device 1.688
When I try to enable persistence 0.403
Then the Welcome Screen tells me that my hardware is probably failing 18.300
When I log in to a new session 46.701
And all notifications have disappeared 8.423
Then the Tor Browser starts 16.767
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.729
After features/support/hooks.rb:330 1.976
After features/support/hooks.rb:100 0.000