Project Number Date
test_Tails_ISO_20828-wifi-firmware-missing 23 04 Apr 2025, 14:44

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 44:2.478 Passed
Tags: @product
Feature Tails persistence
As a Tails user I want to use a Persistent Storage
Tags: @product
3:54.867
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:40.298
And I update APT using apt 1:44.893
And I install "python3-behave" using apt 26.672
Then the Tails Persistent Storage behave tests pass 3.002
After features/support/hooks.rb:330 1.038
After features/support/hooks.rb:100 0.000
Tags: @product
48.384
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 13.460
When I log in to a new session without activating the Persistent Storage 23.838
Then Tails is running from USB drive "__internal" 0.595
And persistence is disabled 0.361
But a Tails persistence partition exists on USB drive "__internal" 10.128
After features/support/hooks.rb:330 2.013
After features/support/hooks.rb:100 0.000
Tags: @product
3:23.527
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 without a persistent partition and logged in 13.899
Then Tails is running from USB drive "__internal" 0.870
When I create a file in the Persistent directory 0.405
And I create a persistent partition with the default settings 27.299
Then the file I created was copied to the Persistent Storage 2.258
When I shutdown Tails and wait for the computer to power off 16.157
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:22.072
Then persistence for "Persistent" is active 0.495
And the file I created in the Persistent directory exists 0.068
After features/support/hooks.rb:330 0.715
After features/support/hooks.rb:100 0.008
Tags: @product
1:8.032
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 18.296
And the system is very low on memory 4.208
When I create a file in the Persistent directory 1.575
When I try to create a persistent partition 24.523
Then The Persistent Storage app shows the error message "Not enough memory to create Persistent Storage" 0.321
When I close the Persistent Storage app 2.670
And I free up some memory 2.702
And I create a persistent partition with the default settings 13.445
Then the file I created was copied to the Persistent Storage 0.288
After features/support/hooks.rb:330 2.023
After features/support/hooks.rb:100 0.000
Tags: @product
3:21.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 enabled and logged in 15.436
Then Tails is running from USB drive "__internal" 0.913
And all tps features are active 3.522
And all persistent directories have safe access rights 2.895
When I disable the first tps feature 13.013
Then all tps features but the first one are active 4.233
And I shutdown Tails and wait for the computer to power off 15.192
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:23.589
Then all tps features but the first one are active 2.391
After features/support/hooks.rb:330 1.180
After features/support/hooks.rb:100 0.011
Tags: @product
20.497
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.748
Then persistence for "Persistent" is active 0.375
And I create a file in the Persistent directory 0.111
Then the file I created was copied to the Persistent Storage 0.115
When I disable the first tps feature 5.773
Then persistence for "Persistent" is not active 0.072
And the Persistent directory does not exist 0.052
When I enable the first tps feature 3.098
Then persistence for "Persistent" is active 0.071
And the file I created in the Persistent directory exists 0.078
After features/support/hooks.rb:330 1.365
After features/support/hooks.rb:100 0.000
Tags: @product
19.599
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.465
Then persistence for "Persistent" is active 0.414
When I create a file in the Persistent directory 0.128
And I disable the first tps feature 5.743
And I delete the data of the Persistent Folder feature 3.781
Then the file I created does not exist on the Persistent Storage 0.065
After features/support/hooks.rb:330 1.867
After features/support/hooks.rb:100 0.000
Tags: @product
1:6.235
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 10.171
And the network is plugged 0.091
And Tor is ready 19.305
And I take note of which tps features are available 0.641
When I write some files expected to persist 1.624
And I shutdown Tails and wait for the computer to power off 8.423
# 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.978
After features/support/hooks.rb:330 0.107
After features/support/hooks.rb:100 0.000
Tags: @product
3:19.363
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.365
And the network is plugged 0.256
And Tor is ready 17.595
And I add a wired DHCP NetworkManager connection called "persistent-con-current" 0.242
And I shutdown Tails and wait for the computer to power off 8.704
Given I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:19.681
And I capture all network traffic 0.080
And the network is plugged 0.120
And Tor is ready 20.665
And I switch to the "persistent-con-current" NetworkManager connection 0.351
And the 1st network device has a spoofed MAC address configured 0.129
And no network device leaked the real MAC address 0.169
After features/support/hooks.rb:330 0.733
After features/support/hooks.rb:100 0.060
Tags: @product
1:6.052
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 stopped at Tails Greeter's login screen 15.357
And I enable persistence creation in Tails Greeter 1.151
And I log in to a new session expecting no warning about the Persistent Storage not being activated 24.727
Then I create a persistent partition with the default settings using the wizard that was already open 24.815
After features/support/hooks.rb:330 2.823
After features/support/hooks.rb:100 0.000
Tags: @product
4:48.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 with a persistent partition and stopped at Tails Greeter's login screen 12.571
When I enable persistence 45.877
Then no persistent Greeter options were restored 14.793
When I set all Greeter options to non-default values 26.822
And I log in to a new session in German (de) after having activated the Persistent Storage 58.376
Then all Greeter options are set to non-default values 0.589
When I cold reboot the computer 7.490
And the computer reboots Tails 1:2.738
Given I enable persistence 19.728
Then persistent Greeter options were restored 0.542
When I log in to a new session after having activated the Persistent Storage 38.479
Then all Greeter options are set to non-default values 0.504
After features/support/hooks.rb:330 1.681
After features/support/hooks.rb:100 0.009
Tags: @product
4:0.988
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.040
# 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 32.863
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:19.337
And I change the passphrase of the Persistent Storage back to the original 46.118
After features/support/hooks.rb:330 4.061
After features/support/hooks.rb:100 0.008
Tags: @product
53.771
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.848
And I log in to a new session without activating the Persistent Storage 20.373
Then persistence is disabled 0.250
But a Tails persistence partition exists on USB drive "__internal" 7.076
And all notifications have disappeared 9.322
When I delete the persistent partition 6.079
Then there is no persistence partition on USB drive "__internal" 0.821
After features/support/hooks.rb:330 1.337
After features/support/hooks.rb:100 0.000
Tags: @product
2:32.638
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.547
When I write some dotfile expected to persist 0.292
And I shutdown Tails and wait for the computer to power off 11.252
And I start Tails from USB drive "__internal" with network unplugged and I login with persistence enabled 2:10.138
Then the expected persistent dotfile is present in the filesystem 0.406
After features/support/hooks.rb:330 0.976
After features/support/hooks.rb:100 0.007
Tags: @product
1:38.671
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.201
And I create a symlink "/home/amnesia/Persistent" to "/etc" 0.102
When I try to enable persistence 0.296
Then the Welcome Screen tells me that the Persistent Folder feature couldn't be activated 31.178
When I log in to a new session after having activated the Persistent Storage 41.868
And all notifications have disappeared 7.197
Then the Persistent Storage settings tell me that the Persistent Folder feature couldn't be activated 3.846
And all tps features are enabled 2.908
And all tps features but the first one are active 2.071
After features/support/hooks.rb:330 1.824
After features/support/hooks.rb:100 0.000
Tags: @product
5:27.665
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 4:0.528
And I enable persistence 31.640
And I log in to a new session after having activated the Persistent Storage 46.974
Then a Tails persistence partition with LUKS version 2 and argon2id exists on USB drive "__internal" 3.413
And persistence is enabled 5.108
After features/support/hooks.rb:330 1.642
After features/support/hooks.rb:100 0.000
Tags: @product
31.637
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 10.536
And I enable persistence but something goes wrong during the LUKS header upgrade 20.347
Then the Tails persistence partition on USB drive "__internal" still has LUKS version 1 0.753
After features/support/hooks.rb:330 0.743
After features/support/hooks.rb:100 0.000
Tags: @product
46.663
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.028
Given I have started Tails without network from a USB drive with a persistent partition and stopped at Tails Greeter's login screen 9.047
And I corrupt the Persistent Storage filesystem on USB drive "__internal" 5.311
When I enable persistence 29.512
Then the filesystem of the Persistent Storage was repaired 0.094
And persistence is successfully enabled 2.698
After features/support/hooks.rb:330 1.645
After features/support/hooks.rb:100 0.000
Tags: @product
49.264
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.292
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 6.122
When I try to enable persistence 0.432
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 25.180
When I repair the filesystem of the Persistent Storage 1.215
Then the Welcome Screen tells me that the filesystem was repaired successfully 1.041
And the filesystem of the Persistent Storage was repaired 3.318
When I close the filesystem repair dialog 1.198
Then persistence is successfully enabled 1.462
After features/support/hooks.rb:330 1.432
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:49.657
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.458
And the Persistent Storage filesystem is corrupted beyond what e2fsck can repair 0.104
When I try to enable persistence 0.265
Then the Welcome Screen tells me that filesystem errors were found on the Persistent Storage 28.995
When I repair the filesystem of the Persistent Storage 1.262
Then the Welcome Screen tells me that it failed to repair the Persistent Storage 0.076
When I log in to a new session 37.744
And all notifications have disappeared 8.256
# 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.879
And the file "/var/lib/gdm3/post-greeter-whisperback.json" is empty 0.180
When I close the "whisperback" window 1.435
Then the Tor Browser starts 21.143
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.854
After features/support/hooks.rb:330 1.863
After features/support/hooks.rb:100 0.000
Tags: @product @doc
1:55.254
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.981
And I corrupt the Persistent Storage filesystem on USB drive "__internal" in a way which can't be automatically repaired 5.531
And Tails detects disk read failures on the boot device 1.634
When I try to enable persistence 0.393
Then the Welcome Screen tells me that my hardware is probably failing 18.460
When I log in to a new session 49.909
And all notifications have disappeared 6.952
Then the Tor Browser starts 22.521
And "Tails - Recovering data from the Persistent Storage when it has file system errors" has loaded in the Tor Browser 0.870
After features/support/hooks.rb:330 1.570
After features/support/hooks.rb:100 0.000