Project Number Date
test_Tails_ISO_codespell 7 19 Jun 2025, 11:10

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Browsing the web using the Tor Browser 123 1 0 0 0 124 16 1 17 25:26.846 Failed
Tags: @product
Feature Browsing the web using the Tor Browser
As a Tails user when I browse the web using the Tor Browser all Internet traffic should flow only through Tor
Tags: @product
1:34.005
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails from DVD and logged in and the network is connected 28.627
And a web server is running on the LAN 3.885
And I capture all network traffic 0.137
When I start the Tor Browser 43.381
And the Tor Browser loads the startup page 1.702
And I open a page on the LAN web server in the Tor Browser 10.898
Then the Tor Browser shows the "Unable to connect" error 3.802
And no traffic was sent to the web server on the LAN 1.570
After features/support/hooks.rb:330 2.542
After features/support/hooks.rb:100 0.036
1:25.482
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.025
Before features/support/hooks.rb:507 0.022
Given I have started Tails from DVD and logged in and the network is connected 14.657
Then the live user's Downloads directory exists 0.238
And there is a GNOME bookmark for the Downloads directory 4.181
When I start the Tor Browser 39.695
And the Tor Browser loads the startup page 1.793
Then I can save the current page as "index.html" to the Downloads directory 12.831
And I can print the current page as "output.pdf" to the Downloads directory 12.086
After features/support/hooks.rb:515 1.265
After features/support/hooks.rb:330 1.065
After features/support/hooks.rb:100 0.000
1:22.307
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Before features/support/hooks.rb:507 0.007
Given I have started Tails from DVD and logged in and the network is connected 17.175
When I start the Tor Browser 35.916
Then the Tor Browser loads the startup page 1.296
When I download some file in the Tor Browser to the Downloads directory 27.040
Then the file is saved to the Downloads directory 0.879
After features/support/hooks.rb:515 8.765
After features/support/hooks.rb:330 1.267
After features/support/hooks.rb:100 0.000
1:44.998
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Before features/support/hooks.rb:507 0.008
Given I have started Tails from DVD and logged in and the network is connected 14.758
When I start the Tor Browser 33.726
And the Tor Browser loads the startup page 1.281
Then I can listen to an Ogg audio track in Tor Browser 55.232
After features/support/hooks.rb:515 28.876
After features/support/hooks.rb:330 5.417
After features/support/hooks.rb:100 0.004
1:11.219
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Before features/support/hooks.rb:507 0.009
Given I have started Tails from DVD and logged in and the network is connected 15.137
When I start the Tor Browser 32.678
And the Tor Browser loads the startup page 1.173
Then I can watch a WebM video in Tor Browser 22.230
After features/support/hooks.rb:515 6.696
After features/support/hooks.rb:330 3.632
After features/support/hooks.rb:100 0.000
Tags: @product
2:16.645
Scenario I can view a file stored in "~/Downloads" but not in ~/.gnupg
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.009
Steps
Given I have started Tails from DVD and logged in and the network is connected 14.403
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Downloads/synaptic.html" as user "amnesia" 0.403
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.230
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.444
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.461
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.279
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.183
And the file "/tmp/synaptic.html" exists 0.151
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.199
When I start the Tor Browser 43.054
And the Tor Browser loads the startup page 1.405
And I open the address "file:///home/amnesia/Downloads/synaptic.html" in the Tor Browser 22.494
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.585
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Downloads/synaptic.html" 0.843
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 11.587
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 1.187
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 9.221
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.780
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 14.332
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.548
When I open the address "file:///tmp/synaptic.html" in the Tor Browser 8.512
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 5.334
can
can still find TorBrowserSynapticManual.png on the screen (FindFailed)
./features/support/helpers/screen.rb:207:in `rescue in wait_vanish'
./features/support/helpers/screen.rb:192:in `wait_vanish'
./features/step_definitions/common_steps.rb:757:in `/^I (do not )?see "([^"]*)" after at most (\d+) seconds$/'
features/torified_browsing.feature:71:in `Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds'
After features/support/hooks.rb:330 7.007

SCENARIO FAILED: 'I can view a file stored in "~/Downloads" but not in ~/.gnupg' (at time 05:58:15)

Boot log: https://jenkins.tails.boum.org/job/test_Tails_ISO_codespell/7/artifact/build-artifacts/05:58:15_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.file_content_var_log_boot.log

Screenshot: https://jenkins.tails.boum.org/job/test_Tails_ISO_codespell/7/artifact/build-artifacts/05:58:15_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.png

Video: https://jenkins.tails.boum.org/job/test_Tails_ISO_codespell/7/artifact/build-artifacts/05:58:15_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.mkv

Systemd journal: https://jenkins.tails.boum.org/job/test_Tails_ISO_codespell/7/artifact/build-artifacts/05:58:15_I_can_view_a_file_stored_in____Downloads__but_not_in___.gnupg.journal

After features/support/hooks.rb:100 0.000
Tags: @product
58.205
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 and the network is connected 18.940
When I start the Tor Browser 37.379
Then the Tor Browser uses all expected TBB shared libraries 1.885
After features/support/hooks.rb:330 0.919
After features/support/hooks.rb:100 0.000
1:20.597
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Before features/support/hooks.rb:507 0.006
Given I have started Tails from DVD and logged in and the network is connected 18.001
When I start the Tor Browser 38.773
And the Tor Browser loads the startup page 1.233
When I open the address "https://example.com/" in the Tor Browser 13.343
Then Tor Browser displays a "Example Domain" heading on the "Example Domain" page 1.245
And the Tor Browser has 2 tabs open 0.110
When I request a new identity in Tor Browser 3.207
Then the Tor Browser loads the startup page 4.595
And the Tor Browser has 1 tab open 0.085
After features/support/hooks.rb:515 1.130
After features/support/hooks.rb:330 1.874
After features/support/hooks.rb:100 0.000
Tags: @product
49.415
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 and the network is connected 15.475
When I start the Tor Browser 30.490
And the Tor Browser loads the startup page 1.480
Then Tor Browser's circuit view is working 1.969
After features/support/hooks.rb:330 2.072
After features/support/hooks.rb:100 0.000
Tags: @product
1:13.423
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails from DVD and logged in and the network is connected 14.603
When I start the Tor Browser 30.654
And the Tor Browser loads the startup page 1.216
When I open the address "https://net.ipcalf.com/" in the Tor Browser 13.815
Then Tor Browser displays a 'ifconfig | grep inet | grep -v inet6 | cut -d" " -f2 | tail -n1' heading on the "Network IP Address via ipcalf.com" page 1.427
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 10.123
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.582
After features/support/hooks.rb:330 2.098
After features/support/hooks.rb:100 0.000
Tags: @product
2:9.853
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 12.055
And the network is plugged 0.117
And I successfully configure Tor 28.112
And available upgrades have been checked 0.081
And all notifications have disappeared 4.849
And there is a GNOME bookmark for the Persistent directory 1.829
When I start the Tor Browser 30.234
And I download some file in the Tor Browser to the Persistent directory 30.796
Then the file is saved to the Persistent directory 0.672
When I open the address "https://tails.net/about" in the Tor Browser 9.407
Then "Tails - How Tails works" has loaded in the Tor Browser 1.644
And I can print the current page as "output.pdf" to the Persistent directory 10.052
After features/support/hooks.rb:330 1.116
After features/support/hooks.rb:100 0.000
Tags: @product
1:7.616
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails from DVD without network and logged in 22.577
Then the live user's Documents directory exists 0.100
And there is a GNOME bookmark for the Documents directory 1.834
Then I start the Tor Browser in offline mode 31.550
And I can save the current page as "index.html" to the Documents GNOME bookmark 11.553
After features/support/hooks.rb:330 2.185
After features/support/hooks.rb:100 0.000
Tags: @product
50.370
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails from DVD without network and logged in 9.192
Then the live user's Downloads directory exists 0.084
And there is a GNOME bookmark for the Downloads directory 2.468
Then I start the Tor Browser in offline mode 31.550
And I can save the current page as "index.html" to the Downloads GNOME bookmark 7.074
After features/support/hooks.rb:330 1.329
After features/support/hooks.rb:100 0.000
Tags: @product
53.755
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.007
Given I have started Tails from DVD without network and logged in 11.518
Then the live user's Music directory exists 0.114
And there is a GNOME bookmark for the Music directory 2.157
Then I start the Tor Browser in offline mode 28.216
And I can save the current page as "index.html" to the Music GNOME bookmark 11.747
After features/support/hooks.rb:330 2.404
After features/support/hooks.rb:100 0.000
Tags: @product
54.268
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.008
Given I have started Tails from DVD without network and logged in 9.074
Then the live user's Pictures directory exists 0.211
And there is a GNOME bookmark for the Pictures directory 3.774
Then I start the Tor Browser in offline mode 29.833
And I can save the current page as "index.html" to the Pictures GNOME bookmark 11.374
After features/support/hooks.rb:330 1.607
After features/support/hooks.rb:100 0.000
Tags: @product
49.968
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.006
Given I have started Tails from DVD without network and logged in 9.062
Then the live user's Videos directory exists 0.096
And there is a GNOME bookmark for the Videos directory 1.711
Then I start the Tor Browser in offline mode 30.082
And I can save the current page as "index.html" to the Videos GNOME bookmark 9.015
After features/support/hooks.rb:330 1.577
After features/support/hooks.rb:100 0.000
Tags: @product
4:44.713
Before features/support/hooks.rb:266 0.000
Before features/support/hooks.rb:273 0.050
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 13.117
And all tps features are active 2.643
And all persistent filesystems have safe access rights 0.285
And all persistence configuration files have safe access rights 0.490
And all persistent directories have safe access rights 4.429
When I start the Tor Browser in offline mode 34.042
And I add a bookmark to eff.org in the Tor Browser 22.567
And I cold reboot the computer 14.877
And the computer reboots Tails 1:17.803
And I enable persistence 20.720
And I log in to a new session 47.065
And all notifications have disappeared 11.340
And I start the Tor Browser in offline mode 29.125
Then the Tor Browser has a bookmark to eff.org 6.202
After features/support/hooks.rb:330 1.664
After features/support/hooks.rb:100 0.033