Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 102 12 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:28.753 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
46.894
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.714
And a web server is running on the LAN 1.035
And I capture all network traffic 0.007
When I start the Tor Browser 21.646
And the Tor Browser loads the startup page 1.252
And I open a page on the LAN web server in the Tor Browser 9.748
Then the Tor Browser shows the "Unable to connect" error 1.109
And no traffic was sent to the web server on the LAN 0.379
After features/support/hooks.rb:320 0.846
After features/support/hooks.rb:100 0.037
54.301
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:501 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.782
Then the amnesiac Tor Browser directory exists 0.048
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.691
And the persistent Tor Browser directory does not exist 0.047
When I start the Tor Browser 21.812
And the Tor Browser loads the startup page 1.101
Then I can save the current page as "index.html" to the default downloads directory 6.493
And I can print the current page as "output.pdf" to the default downloads directory 11.323
After features/support/hooks.rb:509 0.865
After features/support/hooks.rb:320 0.695
After features/support/hooks.rb:100 0.000
48.436
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:501 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.773
When I start the Tor Browser 20.813
Then the Tor Browser loads the startup page 1.110
When I download some file in the Tor Browser 14.473
Then the file is saved to the default Tor Browser download directory 0.266
After features/support/hooks.rb:509 2.054
After features/support/hooks.rb:320 0.698
After features/support/hooks.rb:100 0.000
1:17.856
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:501 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.943
When I start the Tor Browser 22.231
And the Tor Browser loads the startup page 1.090
Then I can listen to an Ogg audio track in Tor Browser 42.590
After features/support/hooks.rb:509 1.786
After features/support/hooks.rb:320 1.032
After features/support/hooks.rb:100 0.000
45.779
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:501 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.847
When I start the Tor Browser 22.207
And the Tor Browser loads the startup page 1.201
Then I can watch a WebM video in Tor Browser 10.522
After features/support/hooks.rb:509 0.929
After features/support/hooks.rb:320 1.802
After features/support/hooks.rb:100 0.000
Tags: @product
1:13.985
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.754
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.121
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.048
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.055
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.043
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.065
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.055
And the file "/tmp/synaptic.html" exists 0.061
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.111
When I start the Tor Browser 22.360
And the Tor Browser loads the startup page 1.170
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 9.648
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.529
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.063
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.160
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 8.546
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.504
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.094
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.126
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.393
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.508
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.064
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.099
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.495
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.496
# 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.066
# 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 5.846
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.493
After features/support/hooks.rb:320 0.627
After features/support/hooks.rb:100 0.000
Tags: @product
34.966
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.736
When I start the Tor Browser 21.877
Then the Tor Browser uses all expected TBB shared libraries 1.351
After features/support/hooks.rb:320 0.643
After features/support/hooks.rb:100 0.000
53.688
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:501 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.703
When I start the Tor Browser 21.884
And the Tor Browser loads the startup page 1.113
And I open the Tails homepage in the Tor Browser 10.037
Then the Tor Browser loads the Tails homepage 1.156
When I request a new identity in Tor Browser 2.107
Then the Tor Browser restarts into a fresh session 5.684
After features/support/hooks.rb:509 2.025
After features/support/hooks.rb:320 0.989
After features/support/hooks.rb:100 0.000
Tags: @product
37.017
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.714
When I start the Tor Browser 22.452
And the Tor Browser loads the startup page 1.272
Then Tor Browser's circuit view is working 1.576
After features/support/hooks.rb:320 0.745
After features/support/hooks.rb:100 0.000
Tags: @product
57.874
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.695
When I start the Tor Browser 22.006
And the Tor Browser loads the startup page 1.123
When I open the address "https://net.ipcalf.com/" in the Tor Browser 11.425
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.204
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 9.229
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.190
After features/support/hooks.rb:320 2.022
After features/support/hooks.rb:100 0.000
Tags: @product
1:40.257
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.196
And the network is plugged 0.040
And I successfully configure Tor 19.099
And available upgrades have been checked 0.064
And all notifications have disappeared 4.323
Then the persistent Tor Browser directory exists 0.045
And there is a GNOME bookmark for the persistent Tor Browser directory 1.776
When I start the Tor Browser 20.307
And I open the address "https://tails.net/about" in the Tor Browser 13.519
And "Tails - How Tails works" has loaded in the Tor Browser 1.248
Then I can save the current page as "index.html" to the persistent Tor Browser directory 8.579
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 8.935
Then "Tails - How Tails works" has loaded in the Tor Browser 1.306
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.812
After features/support/hooks.rb:320 0.694
After features/support/hooks.rb:100 0.000
Tags: @product
40.628
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.244
Then the amnesiac Documents directory exists 0.043
And there is a GNOME bookmark for the amnesiac Documents directory 1.573
Then I start the Tor Browser in offline mode 21.613
And I can save the current page as "index.html" to the Documents GNOME bookmark 9.154
After features/support/hooks.rb:320 0.830
After features/support/hooks.rb:100 0.000
Tags: @product
44.145
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.192
Then the amnesiac Downloads directory exists 0.053
And there is a GNOME bookmark for the amnesiac Downloads directory 1.519
Then I start the Tor Browser in offline mode 24.508
And I can save the current page as "index.html" to the Downloads GNOME bookmark 9.872
After features/support/hooks.rb:320 0.811
After features/support/hooks.rb:100 0.000
Tags: @product
44.110
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.329
Then the amnesiac Music directory exists 0.062
And there is a GNOME bookmark for the amnesiac Music directory 1.517
Then I start the Tor Browser in offline mode 25.559
And I can save the current page as "index.html" to the Music GNOME bookmark 8.641
After features/support/hooks.rb:320 0.794
After features/support/hooks.rb:100 0.000
Tags: @product
44.320
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.044
Then the amnesiac Pictures directory exists 0.047
And there is a GNOME bookmark for the amnesiac Pictures directory 1.554
Then I start the Tor Browser in offline mode 24.746
And I can save the current page as "index.html" to the Pictures GNOME bookmark 9.927
After features/support/hooks.rb:320 0.800
After features/support/hooks.rb:100 0.000
Tags: @product
45.415
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.076
Then the amnesiac Videos directory exists 0.059
And there is a GNOME bookmark for the amnesiac Videos directory 1.508
Then I start the Tor Browser in offline mode 25.329
And I can save the current page as "index.html" to the Videos GNOME bookmark 10.441
After features/support/hooks.rb:320 0.786
After features/support/hooks.rb:100 0.000
Tags: @product
3:19.073
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.800
And all tps features are active 1.946
And all persistent filesystems have safe access rights 0.210
And all persistence configuration files have safe access rights 0.358
And all persistent directories have safe access rights 2.353
When I start the Tor Browser in offline mode 23.168
And I add a bookmark to eff.org in the Tor Browser 10.909
And I cold reboot the computer 11.280
And the computer reboots Tails 57.541
And I enable persistence 11.917
And I log in to a new session 36.497
And all notifications have disappeared 8.805
And I start the Tor Browser in offline mode 21.882
Then the Tor Browser has a bookmark to eff.org 2.402
After features/support/hooks.rb:320 0.839
After features/support/hooks.rb:100 0.010