Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 3 15 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.521 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
5:50.948
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.004
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:36.946
And I update APT using apt 3:45.999
And I install "python3-behave" using apt 25.698
Then the Tails Persistent Storage behave tests pass 2.303
After features/support/hooks.rb:330 0.677
After features/support/hooks.rb:100 0.000
Tags: @product
49.998
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 14.704
When I log in to a new session without activating the Persistent Storage 25.977
Then Tails is running from USB drive "__internal" 0.595
And persistence is disabled 0.344
But a Tails persistence partition exists on USB drive "__internal" 8.376
After features/support/hooks.rb:330 1.679
After features/support/hooks.rb:100 0.000
Tags: @product
3:18.408
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 13.462
Then Tails is running from USB drive "__internal" 2.086
When I create a file in the Persistent directory 0.133
And I create a persistent partition with the default settings 23.448
Then the file I created was copied to the Persistent Storage 0.603
When I shutdown Tails and wait for the computer to power off 15.212
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.968
Then persistence for "Persistent" is active 0.426
And the file I created in the Persistent directory exists 0.067
After features/support/hooks.rb:330 2.179
After features/support/hooks.rb:100 0.010
Tags: @product
1:12.337
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 13.035
And the system is very low on memory 8.504
When I create a file in the Persistent directory 1.001
When I try to create a persistent partition 30.046
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.151
When I close the Persistent Storage app 3.088
And I free up some memory 1.820
And I create a persistent partition with the default settings 14.443
Then the file I created was copied to the Persistent Storage 0.245
After features/support/hooks.rb:330 2.612
After features/support/hooks.rb:100 0.000
Tags: @product
2:58.038
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.999
Then Tails is running from USB drive "__internal" 0.968
And all tps features are active 2.586
And all persistent directories have safe access rights 2.712
When I disable the first tps feature 5.972
Then all tps features but the first one are active 2.293
And I shutdown Tails and wait for the computer to power off 12.953
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:16.101
Then all tps features but the first one are active 2.451
After features/support/hooks.rb:330 1.273
After features/support/hooks.rb:100 0.011
Tags: @product
20.929
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.563
Then persistence for "Persistent" is active 0.093
And I create a file in the Persistent directory 0.101
Then the file I created was copied to the Persistent Storage 0.098
When I disable the first tps feature 6.489
Then persistence for "Persistent" is not active 0.109
And the Persistent directory does not exist 0.086
When I enable the first tps feature 3.217
Then persistence for "Persistent" is active 0.089
And the file I created in the Persistent directory exists 0.081
After features/support/hooks.rb:330 1.435
After features/support/hooks.rb:100 0.000
Tags: @product
20.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 enabled and logged in 9.047
Then persistence for "Persistent" is active 0.205
When I create a file in the Persistent directory 0.136
And I disable the first tps feature 6.033
And I delete the data of the Persistent Folder feature 4.919
Then the file I created does not exist on the Persistent Storage 0.074
After features/support/hooks.rb:330 1.446
After features/support/hooks.rb:100 0.000
Tags: @product
1:13.720
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.667
And the network is plugged 0.107
And Tor is ready 24.129
And I take note of which tps features are available 0.621
When I write some files expected to persist 1.664
And I shutdown Tails and wait for the computer to power off 9.193
# 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" 26.337
After features/support/hooks.rb:330 0.196
After features/support/hooks.rb:100 0.000
Tags: @product
3:25.759
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.560
And the network is plugged 0.105
And Tor is ready 19.184
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.275
And I shutdown Tails and wait for the computer to power off 10.808
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:23.060
And I capture all network traffic 0.007
And the network is plugged 0.103
And Tor is ready 21.013
And I switch to the "persistent-con-current" NetworkManager connection 0.370
And the 1st network device has a spoofed MAC address configured 0.130
And no network device leaked the real MAC address 0.137
After features/support/hooks.rb:330 0.691
After features/support/hooks.rb:100 0.045
Tags: @product
1:1.514
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 12.833
And I enable persistence creation in Tails Greeter 1.113
And I log in to a new session expecting no warning about the Persistent Storage not being activated 21.935
Then I create a persistent partition with the default settings using the wizard that was already open 25.631
After features/support/hooks.rb:330 2.221
After features/support/hooks.rb:100 0.000
Tags: @product
4:36.296
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 12.516
When I enable persistence 41.719
Then no persistent Greeter options were restored 14.823
When I set all Greeter options to non-default values 28.382
And I log in to a new session in German (de) after having activated the Persistent Storage 46.135
Then all Greeter options are set to non-default values 0.497
When I cold reboot the computer 9.783
And the computer reboots Tails 1:4.265
Given I enable persistence 19.189
Then persistent Greeter options were restored 0.604
When I log in to a new session after having activated the Persistent Storage 38.047
Then all Greeter options are set to non-default values 0.329
After features/support/hooks.rb:330 1.581
After features/support/hooks.rb:100 0.011
Tags: @product
3:39.193
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.463
# 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 31.614
And I shutdown Tails and wait for the computer to power off 12.611
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:10.887
And I change the passphrase of the Persistent Storage back to the original 33.617
After features/support/hooks.rb:330 1.678
After features/support/hooks.rb:100 0.008
Tags: @product
57.997
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.608
And I log in to a new session without activating the Persistent Storage 19.638
Then persistence is disabled 0.315
But a Tails persistence partition exists on USB drive "__internal" 9.862
And all notifications have disappeared 11.198
When I delete the persistent partition 6.825
Then there is no persistence partition on USB drive "__internal" 0.549
After features/support/hooks.rb:330 1.627
After features/support/hooks.rb:100 0.000
Tags: @product
2:28.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 enabled and logged in 9.908
When I write some dotfile expected to persist 0.075
And I shutdown Tails and wait for the computer to power off 8.688
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:9.177
Then the expected persistent dotfile is present in the filesystem 0.415
After features/support/hooks.rb:330 1.215
After features/support/hooks.rb:100 0.011
Tags: @product
1:41.558
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.573
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.131
When I try to enable persistence 1.353
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 33.351
When I log in to a new session after having activated the Persistent Storage 36.869
And all notifications have disappeared 7.263
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.533
And all tps features are enabled 5.810
And all tps features but the first one are active 3.671
After features/support/hooks.rb:330 1.954
After features/support/hooks.rb:100 0.000
Tags: @product
5:7.482
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 3:43.090
And I enable persistence 40.060
And I log in to a new session after having activated the Persistent Storage 37.549
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 4.090
And persistence is enabled 2.690
After features/support/hooks.rb:330 2.287
After features/support/hooks.rb:100 0.000
Tags: @product
30.800
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 9.217
And I enable persistence but something goes wrong during the LUKS header upgrade 20.785
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.797
After features/support/hooks.rb:330 0.722
After features/support/hooks.rb:100 0.000
Tags: @product
48.398
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.428
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.628
When I enable persistence 30.664
Then the filesystem of the Persistent Storage was repaired 0.080
And persistence is successfully enabled 2.596
After features/support/hooks.rb:330 2.755
After features/support/hooks.rb:100 0.000
Tags: @product
58.176
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.963
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.000
When I try to enable persistence 0.430
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 34.244
When I repair the filesystem of the Persistent Storage 2.688
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.096
And the filesystem of the Persistent Storage was repaired 1.667
When I close the filesystem repair dialog 1.498
Then persistence is successfully enabled 1.586
After features/support/hooks.rb:330 1.663
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:54.419
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.271
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.107
When I try to enable persistence 0.263
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 35.424
When I repair the filesystem of the Persistent Storage 1.280
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 4.572
When I log in to a new session 33.893
And all notifications have disappeared 7.973
# 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" 1.063
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.260
When I close the "whisperback" window 1.532
Then the Tor Browser starts 19.002
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.773
After features/support/hooks.rb:330 1.942
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:57.859
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.177
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.271
And Tails detects disk read failures on the boot device 0.529
When I try to enable persistence 0.426
Then the Welcome Screen tells me that my hardware is probably failing 20.574
When I log in to a new session 49.584
And all notifications have disappeared 8.687
Then the Tor Browser starts 22.626
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.981
After features/support/hooks.rb:330 1.802
After features/support/hooks.rb:100 0.000