Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 17 29 Mar 2025, 14:47

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 48:9.744 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
6:59.689
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:36.339
And I update APT using apt 4:24.698
And I install "python3-behave" using apt 55.434
Then the Tails Persistent Storage behave tests pass 3.216
After features/support/hooks.rb:330 0.885
After features/support/hooks.rb:100 0.000
Tags: @product
52.661
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.012
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 13.292
When I log in to a new session without activating the Persistent Storage 26.674
Then Tails is running from USB drive "__internal" 0.705
And persistence is disabled 0.362
But a Tails persistence partition exists on USB drive "__internal" 11.626
After features/support/hooks.rb:330 2.050
After features/support/hooks.rb:100 0.000
Tags: @product
3:16.621
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 11.552
Then Tails is running from USB drive "__internal" 0.441
When I create a file in the Persistent directory 0.164
And I create a persistent partition with the default settings 24.458
Then the file I created was copied to the Persistent Storage 3.108
When I shutdown Tails and wait for the computer to power off 13.488
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.701
Then persistence for "Persistent" is active 1.311
And the file I created in the Persistent directory exists 0.392
After features/support/hooks.rb:330 2.473
After features/support/hooks.rb:100 0.012
Tags: @product
1:5.672
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.122
And the system is very low on memory 3.435
When I create a file in the Persistent directory 0.793
When I try to create a persistent partition 30.135
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.193
When I close the Persistent Storage app 2.573
And I free up some memory 3.512
And I create a persistent partition with the default settings 13.634
Then the file I created was copied to the Persistent Storage 0.271
After features/support/hooks.rb:330 2.343
After features/support/hooks.rb:100 0.000
Tags: @product
3:10.361
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.019
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 14.881
Then Tails is running from USB drive "__internal" 1.232
And all tps features are active 2.486
And all persistent directories have safe access rights 2.719
When I disable the first tps feature 6.233
Then all tps features but the first one are active 2.369
And I shutdown Tails and wait for the computer to power off 17.644
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:20.133
Then all tps features but the first one are active 2.660
After features/support/hooks.rb:330 1.325
After features/support/hooks.rb:100 0.009
Tags: @product
20.935
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 enabled and logged in 10.324
Then persistence for "Persistent" is active 0.170
And I create a file in the Persistent directory 0.199
Then the file I created was copied to the Persistent Storage 0.134
When I disable the first tps feature 6.051
Then persistence for "Persistent" is not active 0.092
And the Persistent directory does not exist 0.054
When I enable the first tps feature 3.756
Then persistence for "Persistent" is active 0.076
And the file I created in the Persistent directory exists 0.075
After features/support/hooks.rb:330 1.522
After features/support/hooks.rb:100 0.000
Tags: @product
20.153
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.365
Then persistence for "Persistent" is active 0.272
When I create a file in the Persistent directory 0.129
And I disable the first tps feature 5.601
And I delete the data of the Persistent Folder feature 3.713
Then the file I created does not exist on the Persistent Storage 0.071
After features/support/hooks.rb:330 1.731
After features/support/hooks.rb:100 0.000
Tags: @product
1:9.672
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.634
And the network is plugged 0.109
And Tor is ready 22.678
And I take note of which tps features are available 0.698
When I write some files expected to persist 1.663
And I shutdown Tails and wait for the computer to power off 8.936
# 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.951
After features/support/hooks.rb:330 0.159
After features/support/hooks.rb:100 0.000
Tags: @product
3:25.879
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.014
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.845
And the network is plugged 0.082
And Tor is ready 20.403
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.201
And I shutdown Tails and wait for the computer to power off 8.532
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:26.448
And I capture all network traffic 0.014
And the network is plugged 0.109
And Tor is ready 19.583
And I switch to the "persistent-con-current" NetworkManager connection 0.428
And the 1st network device has a spoofed MAC address configured 0.103
And no network device leaked the real MAC address 0.126
After features/support/hooks.rb:330 0.627
After features/support/hooks.rb:100 0.077
Tags: @product
59.074
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.022
Given I have started Tails without network from a USB drive without a persistent partition and stopped at Tails Greeter's login screen 12.687
And I enable persistence creation in Tails Greeter 1.175
And I log in to a new session expecting no warning about the Persistent Storage not being activated 20.313
Then I create a persistent partition with the default settings using the wizard that was already open 24.899
After features/support/hooks.rb:330 2.949
After features/support/hooks.rb:100 0.000
Tags: @product
5:0.829
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 12.051
When I enable persistence 43.452
Then no persistent Greeter options were restored 14.399
When I set all Greeter options to non-default values 29.403
And I log in to a new session in German (de) after having activated the Persistent Storage 48.129
Then all Greeter options are set to non-default values 0.325
When I cold reboot the computer 8.027
And the computer reboots Tails 1:7.659
Given I enable persistence 33.545
Then persistent Greeter options were restored 0.636
When I log in to a new session after having activated the Persistent Storage 42.775
Then all Greeter options are set to non-default values 0.422
After features/support/hooks.rb:330 1.225
After features/support/hooks.rb:100 0.007
Tags: @product
4:19.301
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.177
# 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.301
And I shutdown Tails and wait for the computer to power off 15.182
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:39.239
And I change the passphrase of the Persistent Storage back to the original 38.400
After features/support/hooks.rb:330 3.303
After features/support/hooks.rb:100 0.009
Tags: @product
1:1.616
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.728
And I log in to a new session without activating the Persistent Storage 22.535
Then persistence is disabled 0.424
But a Tails persistence partition exists on USB drive "__internal" 10.661
And all notifications have disappeared 10.400
When I delete the persistent partition 6.991
Then there is no persistence partition on USB drive "__internal" 0.875
After features/support/hooks.rb:330 1.555
After features/support/hooks.rb:100 0.000
Tags: @product
2:49.172
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.778
When I write some dotfile expected to persist 0.094
And I shutdown Tails and wait for the computer to power off 9.025
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:29.528
Then the expected persistent dotfile is present in the filesystem 0.745
After features/support/hooks.rb:330 1.485
After features/support/hooks.rb:100 0.017
Tags: @product
1:43.938
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.886
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.099
When I try to enable persistence 0.425
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 32.533
When I log in to a new session after having activated the Persistent Storage 43.211
And all notifications have disappeared 8.152
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.135
And all tps features are enabled 3.254
And all tps features but the first one are active 2.239
After features/support/hooks.rb:330 1.590
After features/support/hooks.rb:100 0.000
Tags: @product
5:12.835
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.017
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:47.383
And I enable persistence 34.916
And I log in to a new session after having activated the Persistent Storage 44.579
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 2.710
And persistence is enabled 3.244
After features/support/hooks.rb:330 2.742
After features/support/hooks.rb:100 0.000
Tags: @product
34.132
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.745
And I enable persistence but something goes wrong during the LUKS header upgrade 23.225
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 1.162
After features/support/hooks.rb:330 1.078
After features/support/hooks.rb:100 0.000
Tags: @product
50.175
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.018
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.868
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 9.936
When I enable persistence 27.562
Then the filesystem of the Persistent Storage was repaired 0.082
And persistence is successfully enabled 2.725
After features/support/hooks.rb:330 1.553
After features/support/hooks.rb:100 0.000
Tags: @product
56.416
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.903
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.956
When I try to enable persistence 0.543
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 25.030
When I repair the filesystem of the Persistent Storage 2.753
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.159
And the filesystem of the Persistent Storage was repaired 7.471
When I close the filesystem repair dialog 1.785
Then persistence is successfully enabled 1.812
After features/support/hooks.rb:330 2.464
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:3.055
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.011
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 10.612
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.147
When I try to enable persistence 0.572
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 33.624
When I repair the filesystem of the Persistent Storage 1.259
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.072
When I log in to a new session 44.084
And all notifications have disappeared 9.040
# 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.409
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.359
When I close the "whisperback" window 1.622
Then the Tor Browser starts 20.420
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.828
After features/support/hooks.rb:330 1.861
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:57.548
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.345
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.289
And Tails detects disk read failures on the boot device 0.539
When I try to enable persistence 0.414
Then the Welcome Screen tells me that my hardware is probably failing 19.898
When I log in to a new session 47.335
And all notifications have disappeared 9.218
Then the Tor Browser starts 23.423
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 1.083
After features/support/hooks.rb:330 1.725
After features/support/hooks.rb:100 0.000