Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 97 07 Jun 2024, 06:37

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Browsing the web using the Tor Browser 131 0 0 0 0 131 17 0 17 17:33.552 Passed
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
45.659
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.004
And a web server is running on the LAN 1.035
And I capture all network traffic 0.006
When I start the Tor Browser 21.140
And the Tor Browser loads the startup page 1.055
And I open a page on the LAN web server in the Tor Browser 9.055
Then the Tor Browser shows the "Unable to connect" error 0.986
And no traffic was sent to the web server on the LAN 0.375
After features/support/hooks.rb:315 1.042
After features/support/hooks.rb:100 0.057
54.072
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:496 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.102
Then the amnesiac Tor Browser directory exists 0.056
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.902
And the persistent Tor Browser directory does not exist 0.056
When I start the Tor Browser 21.472
And the Tor Browser loads the startup page 1.228
Then I can save the current page as "index.html" to the default downloads directory 5.755
And I can print the current page as "output.pdf" to the default downloads directory 11.497
After features/support/hooks.rb:504 1.033
After features/support/hooks.rb:315 0.758
After features/support/hooks.rb:100 0.000
47.637
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:496 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.948
When I start the Tor Browser 21.449
Then the Tor Browser loads the startup page 1.228
When I download some file in the Tor Browser 12.756
Then the file is saved to the default Tor Browser download directory 0.255
After features/support/hooks.rb:504 2.087
After features/support/hooks.rb:315 0.736
After features/support/hooks.rb:100 0.000
1:19.769
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:496 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.037
When I start the Tor Browser 22.076
And the Tor Browser loads the startup page 1.244
Then I can listen to an Ogg audio track in Tor Browser 44.410
After features/support/hooks.rb:504 2.274
After features/support/hooks.rb:315 1.008
After features/support/hooks.rb:100 0.000
45.386
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:496 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.972
When I start the Tor Browser 22.304
And the Tor Browser loads the startup page 1.311
Then I can watch a WebM video in Tor Browser 9.798
After features/support/hooks.rb:504 1.019
After features/support/hooks.rb:315 0.849
After features/support/hooks.rb:100 0.000
Tags: @product
1:16.759
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.945
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.160
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.059
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.062
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.047
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.043
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.065
And the file "/tmp/synaptic.html" exists 0.051
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.143
When I start the Tor Browser 22.370
And the Tor Browser loads the startup page 1.196
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 9.934
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.536
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.211
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.173
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 8.978
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.495
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.066
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.116
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.225
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.510
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.067
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.130
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.060
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.511
# Due to our AppArmor aliases, /live/overlay will be treated
# as /lib/live/mount/overlay.
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.069
# We do not get any AppArmor log for when access to files in /tmp is denied
# since we explictly override (commit 51c0060) the rules (from the user-tmp
# abstraction) that would otherwise allow it, and we do so with "deny", which
# also specifies "noaudit". We could explicitly specify "audit deny" and
# then have logs, but it could be a problem when we set up desktop
# notifications for AppArmor denials (#9337).
When I open the address "file:///tmp/synaptic.html" in the Tor Browser 6.039
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.487
After features/support/hooks.rb:315 0.741
After features/support/hooks.rb:100 0.000
Tags: @product
34.978
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.111
When I start the Tor Browser 21.767
Then the Tor Browser uses all expected TBB shared libraries 1.099
After features/support/hooks.rb:315 0.749
After features/support/hooks.rb:100 0.000
55.874
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:496 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.012
When I start the Tor Browser 21.548
And the Tor Browser loads the startup page 1.385
And I open the Tails homepage in the Tor Browser 11.366
Then the Tor Browser loads the Tails homepage 1.402
When I request a new identity in Tor Browser 2.117
Then the Tor Browser restarts into a fresh session 6.042
After features/support/hooks.rb:504 2.174
After features/support/hooks.rb:315 0.971
After features/support/hooks.rb:100 0.000
Tags: @product
38.505
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.147
When I start the Tor Browser 21.762
And the Tor Browser loads the startup page 1.123
Then Tor Browser's circuit view is working 3.473
After features/support/hooks.rb:315 0.867
After features/support/hooks.rb:100 0.000
Tags: @product
55.418
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.981
When I start the Tor Browser 21.956
And the Tor Browser loads the startup page 1.293
When I open the address "https://net.ipcalf.com/" in the Tor Browser 9.155
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.205
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 8.442
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.383
After features/support/hooks.rb:315 0.677
After features/support/hooks.rb:100 0.000
Tags: @product
1:36.756
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.776
And the network is plugged 0.047
And I successfully configure Tor 16.295
And available upgrades have been checked 0.049
And all notifications have disappeared 4.226
Then the persistent Tor Browser directory exists 0.064
And there is a GNOME bookmark for the persistent Tor Browser directory 1.711
When I start the Tor Browser 20.543
And I open the address "https://tails.net/about" in the Tor Browser 11.078
And "Tails - How Tails works" has loaded in the Tor Browser 1.361
Then I can save the current page as "index.html" to the persistent Tor Browser directory 9.292
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 8.698
Then "Tails - How Tails works" has loaded in the Tor Browser 1.642
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.967
After features/support/hooks.rb:315 0.718
After features/support/hooks.rb:100 0.000
Tags: @product
42.027
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.369
Then the amnesiac Documents directory exists 0.049
And there is a GNOME bookmark for the amnesiac Documents directory 1.454
Then I start the Tor Browser in offline mode 24.089
And I can save the current page as "index.html" to the Documents GNOME bookmark 8.064
After features/support/hooks.rb:315 0.744
After features/support/hooks.rb:100 0.000
Tags: @product
41.959
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.121
Then the amnesiac Downloads directory exists 0.069
And there is a GNOME bookmark for the amnesiac Downloads directory 1.536
Then I start the Tor Browser in offline mode 22.840
And I can save the current page as "index.html" to the Downloads GNOME bookmark 9.391
After features/support/hooks.rb:315 0.745
After features/support/hooks.rb:100 0.000
Tags: @product
42.191
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 7.965
Then the amnesiac Music directory exists 0.080
And there is a GNOME bookmark for the amnesiac Music directory 1.616
Then I start the Tor Browser in offline mode 24.542
And I can save the current page as "index.html" to the Music GNOME bookmark 7.986
After features/support/hooks.rb:315 0.978
After features/support/hooks.rb:100 0.000
Tags: @product
42.148
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.043
Then the amnesiac Pictures directory exists 0.081
And there is a GNOME bookmark for the amnesiac Pictures directory 1.401
Then I start the Tor Browser in offline mode 24.463
And I can save the current page as "index.html" to the Pictures GNOME bookmark 8.158
After features/support/hooks.rb:315 0.800
After features/support/hooks.rb:100 0.000
Tags: @product
46.182
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.095
Then the amnesiac Videos directory exists 0.070
And there is a GNOME bookmark for the amnesiac Videos directory 1.550
Then I start the Tor Browser in offline mode 24.959
And I can save the current page as "index.html" to the Videos GNOME bookmark 11.507
After features/support/hooks.rb:315 0.799
After features/support/hooks.rb:100 0.000
Tags: @product
3:28.223
Before features/support/hooks.rb:269 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.855
And all tps features are active 2.263
And all persistent filesystems have safe access rights 0.201
And all persistence configuration files have safe access rights 0.401
And all persistent directories have safe access rights 2.367
When I start the Tor Browser in offline mode 23.949
And I add a bookmark to eff.org in the Tor Browser 13.913
And I cold reboot the computer 11.093
And the computer reboots Tails 59.502
And I enable persistence 15.102
And I log in to a new session 38.799
And all notifications have disappeared 8.171
And I start the Tor Browser in offline mode 21.401
Then the Tor Browser has a bookmark to eff.org 1.201
After features/support/hooks.rb:315 0.876
After features/support/hooks.rb:100 0.009