Project Number Date
test_Tails_ISO_devel 4106 07 Dec 2025, 16:28

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Additional software 84 0 0 0 0 84 6 0 6 20:20.281 Passed
Feature Additional software
As a Tails user I may want to install software not shipped in Tails And have them installed automatically when I enable persistence in the Greeter
2:25.490
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.003
Before features/support/hooks.rb:519 0.002
Given I have started Tails from DVD and logged in with an administration password and the network is connected 1:57.463
And I update APT using apt 5.871
When I install "popularity-contest" using apt 6.850
Then I am notified I can not use Additional Software for "popularity-contest" 4.057
And I can open the Additional Software documentation from the notification 11.247
After features/support/hooks.rb:527 16.789
After features/support/hooks.rb:331 1.538
After features/support/hooks.rb:100 0.005
4:7.766
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Before features/support/hooks.rb:519 0.006
Given I start Tails from a freshly installed USB drive with an administration password and the network is plugged and I login 58.610
And I update APT using apt 6.608
And I install "popularity-contest" using apt 9.733
Then I am proposed to add the "popularity-contest" package to my Additional Software 2.736
When I create a persistent storage and activate the Additional Software feature 31.407
Then Additional Software is correctly configured for package "popularity-contest" 1.611
When I shutdown Tails and wait for the computer to power off 8.213
And I start Tails from USB drive "__internal" with network unplugged 49.392
And I enable persistence 44.651
And I log in to a new session 19.940
And the Additional Software installation service has started 10.540
Then I am notified that the installation succeeded 2.948
And Additional Software is correctly configured for package "popularity-contest" 1.036
And the package "popularity-contest" is installed after Additional Software has been started 0.335
After features/support/hooks.rb:527 12.235
After features/support/hooks.rb:331 1.748
After features/support/hooks.rb:100 0.016
2:18.513
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Before features/support/hooks.rb:519 0.006
Given a computer 0.241
And I start Tails from USB drive "__internal" and I login with an administration password 2:1.295
And I update APT using apt 6.225
When I install "ripgrep" using apt 6.362
Then the Additional Software dpkg hook has been run for package "ripgrep" and notices the persistence is locked 4.274
And the package "ripgrep" is installed 0.114
After features/support/hooks.rb:527 16.113
After features/support/hooks.rb:331 1.226
After features/support/hooks.rb:100 0.017
4:4.724
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Before features/support/hooks.rb:519 0.007
Given a computer 0.228
And I start Tails from USB drive "__internal" and I login with persistence enabled and an administration password 2:23.979
When I uninstall "popularity-contest" using apt 6.359
And I accept removing "popularity-contest" from Additional Software 2.979
Then "popularity-contest" is not in the list of Additional Software 0.777
When I start Synaptic 15.358
And I update APT using Synaptic 22.208
And I install "cowsay" using Synaptic 15.653
And I accept adding "cowsay" to Additional Software 4.110
Then Additional Software is correctly configured for package "cowsay" 0.934
When I uninstall "cowsay" using apt 3.264
And I refuse removing "cowsay" from Additional Software 5.029
Then Additional Software is correctly configured for package "cowsay" 0.973
When I start "Additional Software" via GNOME Activities Overview 10.212
And I remove "cowsay" from the list of Additional Software using Additional Software GUI 5.423
Then "cowsay" is not in the list of Additional Software 1.125
When I install "cowsay" using apt 3.280
And I refuse adding "cowsay" to Additional Software 2.050
Then "cowsay" is not in the list of Additional Software 0.773
After features/support/hooks.rb:527 0.889
After features/support/hooks.rb:331 1.119
After features/support/hooks.rb:100 0.011
6:2.029
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Before features/support/hooks.rb:519 0.006
Given a computer 0.177
And I start Tails from USB drive "__internal" and I login with persistence enabled and an administration password 1:39.898
And I configure APT to prefer an old version of cowsay 0.025
When I install an old version "3.03+dfsg2-1" of the cowsay package using apt 9.701
And I accept adding "cowsay" to Additional Software 7.430
And Additional Software is correctly configured for package "cowsay" 0.987
And I shutdown Tails and wait for the computer to power off 8.746
And I start Tails from USB drive "__internal" with network unplugged 47.529
And I enable persistence 9.992
# We need to add back this custom APT source for the Additional Software
# install step, as it was not saved in persistence
And I configure APT to prefer an old version of cowsay 0.021
# Prevent the "Warning: virtual machine detected!" notification from racing
# with the one we'll be interacting with below.
And I disable the tails-virt-notify-user.service user unit 0.061
And I log in to a new session 13.962
And the installed version of package "cowsay" is "3.03+dfsg2-1" after Additional Software has been started 10.485
And I revert the APT tweaks that made it prefer an old version of cowsay 0.046
# We remove the newest package after it has been downloaded and before
# it is installed, so that the upgrade process fails
And I prepare the Additional Software upgrade process to fail 0.087
And the network is plugged 0.050
And Tor is ready 16.608
And available upgrades have been checked 0.082
And I see the "The upgrade of your additional software failed" notification after at most 300 seconds 5.613
And I can open the Additional Software configuration window from the notification 2.884
And I shutdown Tails and wait for the computer to power off 18.127
And I start Tails from USB drive "__internal" with network unplugged 45.268
And I enable persistence 11.671
# We need to add back this custom APT source for the Additional Software
# install step, as it was not saved in persistence
And I configure APT to prefer an old version of cowsay 0.021
And I log in to a new session 16.933
And the installed version of package "cowsay" is "3.03+dfsg2-1" after Additional Software has been started 10.382
And I revert the APT tweaks that made it prefer an old version of cowsay 0.044
And the network is plugged 0.087
And Tor is ready 24.618
Then the Additional Software upgrade service has started 0.370
And the installed version of package "cowsay" is newer than "3.03+dfsg2-1" 0.108
After features/support/hooks.rb:527 1.665
After features/support/hooks.rb:331 1.096
After features/support/hooks.rb:100 0.065
1:21.756
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.016
Before features/support/hooks.rb:519 0.007
Given a computer 0.261
And I start Tails from USB drive "__internal" with network unplugged 45.419
And I enable persistence 7.716
And I remove the "cowsay" deb files from the APT cache 0.046
# Prevent the "Warning: virtual machine detected!" notification from racing
# with the one we'll be interacting with below.
And I disable the tails-virt-notify-user.service user unit 0.062
And I log in to a new session 14.959
Then I see the "The installation of your additional software failed" notification after at most 300 seconds 7.489
And I can open the Additional Software log file from the notification 5.216
And the package "cowsay" is not installed 0.583
After features/support/hooks.rb:527 0.200
After features/support/hooks.rb:331 1.053
After features/support/hooks.rb:100 0.011