Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 1 14 Mar 2025, 00:22

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 50:30.365 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
8:4.877
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 2:11.889
And I update APT using apt 5:24.885
And I install "python3-behave" using apt 25.588
Then the Tails Persistent Storage behave tests pass 2.513
After features/support/hooks.rb:330 0.701
After features/support/hooks.rb:100 0.000
Tags: @product
52.140
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 13.481
When I log in to a new session without activating the Persistent Storage 31.384
Then Tails is running from USB drive "__internal" 0.673
And persistence is disabled 0.372
But a Tails persistence partition exists on USB drive "__internal" 6.228
After features/support/hooks.rb:330 1.727
After features/support/hooks.rb:100 0.000
Tags: @product
3:21.286
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 15.407
Then Tails is running from USB drive "__internal" 0.445
When I create a file in the Persistent directory 0.163
And I create a persistent partition with the default settings 24.459
Then the file I created was copied to the Persistent Storage 0.682
When I shutdown Tails and wait for the computer to power off 12.865
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:26.509
Then persistence for "Persistent" is active 0.550
And the file I created in the Persistent directory exists 0.202
After features/support/hooks.rb:330 2.066
After features/support/hooks.rb:100 0.014
Tags: @product
1:6.659
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 without a persistent partition and logged in 12.716
And the system is very low on memory 5.073
When I create a file in the Persistent directory 2.500
When I try to create a persistent partition 26.422
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.573
When I close the Persistent Storage app 2.641
And I free up some memory 1.864
And I create a persistent partition with the default settings 14.605
Then the file I created was copied to the Persistent Storage 0.260
After features/support/hooks.rb:330 2.397
After features/support/hooks.rb:100 0.000
Tags: @product
3:3.802
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.015
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 13.567
Then Tails is running from USB drive "__internal" 0.851
And all tps features are active 2.616
And all persistent directories have safe access rights 3.015
When I disable the first tps feature 5.973
Then all tps features but the first one are active 2.334
And I shutdown Tails and wait for the computer to power off 11.279
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:21.807
Then all tps features but the first one are active 2.355
After features/support/hooks.rb:330 1.076
After features/support/hooks.rb:100 0.013
Tags: @product
23.259
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 11.300
Then persistence for "Persistent" is active 0.238
And I create a file in the Persistent directory 0.182
Then the file I created was copied to the Persistent Storage 0.117
When I disable the first tps feature 7.902
Then persistence for "Persistent" is not active 0.091
And the Persistent directory does not exist 0.069
When I enable the first tps feature 3.187
Then persistence for "Persistent" is active 0.078
And the file I created in the Persistent directory exists 0.089
After features/support/hooks.rb:330 1.598
After features/support/hooks.rb:100 0.000
Tags: @product
20.567
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 9.917
Then persistence for "Persistent" is active 0.327
When I create a file in the Persistent directory 0.135
And I disable the first tps feature 6.375
And I delete the data of the Persistent Folder feature 3.748
Then the file I created does not exist on the Persistent Storage 0.063
After features/support/hooks.rb:330 1.698
After features/support/hooks.rb:100 0.000
Tags: @product
1:7.043
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.795
And the network is plugged 0.078
And Tor is ready 20.572
And I take note of which tps features are available 0.637
When I write some files expected to persist 1.481
And I shutdown Tails and wait for the computer to power off 9.148
# 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.329
After features/support/hooks.rb:330 0.118
After features/support/hooks.rb:100 0.000
Tags: @product
3:24.503
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.241
And the network is plugged 0.093
And Tor is ready 20.539
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.190
And I shutdown Tails and wait for the computer to power off 8.800
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:24.527
And I capture all network traffic 0.005
And the network is plugged 0.087
And Tor is ready 19.393
And I switch to the "persistent-con-current" NetworkManager connection 0.386
And the 1st network device has a spoofed MAC address configured 0.123
And no network device leaked the real MAC address 0.113
After features/support/hooks.rb:330 0.703
After features/support/hooks.rb:100 0.056
Tags: @product
57.857
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 stopped at Tails Greeter's login screen 12.475
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.957
Then I create a persistent partition with the default settings using the wizard that was already open 22.312
After features/support/hooks.rb:330 1.823
After features/support/hooks.rb:100 0.000
Tags: @product
4:54.314
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.927
When I enable persistence 42.859
Then no persistent Greeter options were restored 14.496
When I set all Greeter options to non-default values 28.201
And I log in to a new session in German (de) after having activated the Persistent Storage 52.791
Then all Greeter options are set to non-default values 0.528
When I cold reboot the computer 7.458
And the computer reboots Tails 1:0.075
Given I enable persistence 34.943
Then persistent Greeter options were restored 0.544
When I log in to a new session after having activated the Persistent Storage 40.095
Then all Greeter options are set to non-default values 0.392
After features/support/hooks.rb:330 1.823
After features/support/hooks.rb:100 0.009
Tags: @product
4:2.841
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.662
# 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 37.358
And I shutdown Tails and wait for the computer to power off 12.642
Then I start Tails from USB drive "__internal" with network unplugged and I login with the changed persistence passphrase 2:18.714
And I change the passphrase of the Persistent Storage back to the original 43.463
After features/support/hooks.rb:330 1.777
After features/support/hooks.rb:100 0.008
Tags: @product
58.309
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.368
And I log in to a new session without activating the Persistent Storage 24.087
Then persistence is disabled 0.488
But a Tails persistence partition exists on USB drive "__internal" 9.138
And all notifications have disappeared 8.780
When I delete the persistent partition 5.970
Then there is no persistence partition on USB drive "__internal" 0.474
After features/support/hooks.rb:330 1.536
After features/support/hooks.rb:100 0.000
Tags: @product
2:39.746
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 9.948
When I write some dotfile expected to persist 0.147
And I shutdown Tails and wait for the computer to power off 9.028
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:20.187
Then the expected persistent dotfile is present in the filesystem 0.435
After features/support/hooks.rb:330 1.076
After features/support/hooks.rb:100 0.009
Tags: @product
1:59.039
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.995
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.089
When I try to enable persistence 0.277
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 40.503
When I log in to a new session after having activated the Persistent Storage 51.645
And all notifications have disappeared 8.113
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 4.519
And all tps features are enabled 2.534
And all tps features but the first one are active 2.359
After features/support/hooks.rb:330 1.953
After features/support/hooks.rb:100 0.000
Tags: @product
6:49.519
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 LUKS 1 persistent partition and stopped at Tails Greeter's login screen 5:17.291
And I enable persistence 34.508
And I log in to a new session after having activated the Persistent Storage 49.932
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 4.617
And persistence is enabled 3.168
After features/support/hooks.rb:330 1.906
After features/support/hooks.rb:100 0.000
Tags: @product
31.447
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.735
And I enable persistence but something goes wrong during the LUKS header upgrade 20.812
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.900
After features/support/hooks.rb:330 0.807
After features/support/hooks.rb:100 0.000
Tags: @product
54.309
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.021
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 11.411
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 6.982
When I enable persistence 33.017
Then the filesystem of the Persistent Storage was repaired 0.085
And persistence is successfully enabled 2.810
After features/support/hooks.rb:330 1.727
After features/support/hooks.rb:100 0.000
Tags: @product
53.204
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.231
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 9.428
When I try to enable persistence 1.525
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 26.412
When I repair the filesystem of the Persistent Storage 1.337
Then the Welcome Screen tells me that the filesystem was repaired successfully 0.655
And the filesystem of the Persistent Storage was repaired 1.789
When I close the filesystem repair dialog 1.234
Then persistence is successfully enabled 1.587
After features/support/hooks.rb:330 2.645
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:59.469
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 8.815
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.094
When I try to enable persistence 0.283
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 30.775
When I repair the filesystem of the Persistent Storage 1.258
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.079
When I log in to a new session 42.065
And all notifications have disappeared 9.706
# 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.429
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.842
When I close the "whisperback" window 1.610
Then the Tor Browser starts 22.558
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.949
After features/support/hooks.rb:330 2.352
After features/support/hooks.rb:100 0.000
Tags: @product @doc
2:6.167
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 8.804
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 8.377
And Tails detects disk read failures on the boot device 0.590
When I try to enable persistence 1.879
Then the Welcome Screen tells me that my hardware is probably failing 21.997
When I log in to a new session 48.641
And all notifications have disappeared 8.001
Then the Tor Browser starts 27.010
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.864
After features/support/hooks.rb:330 4.925
After features/support/hooks.rb:100 0.000