Project Number Date
test_Tails_ISO_devel 3563 27 Oct 2024, 12:46

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 18:28.406 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
49.979
Before features/support/hooks.rb:269 0.005
Given I have started Tails from DVD and logged in and the network is connected 11.970
And a web server is running on the LAN 1.041
And I capture all network traffic 0.005
When I start the Tor Browser 24.945
And the Tor Browser loads the startup page 1.142
And I open a page on the LAN web server in the Tor Browser 9.809
Then the Tor Browser shows the "Unable to connect" error 0.860
And no traffic was sent to the web server on the LAN 0.204
After features/support/hooks.rb:326 0.944
After features/support/hooks.rb:100 0.053
1:2.427
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:507 0.009
Given I have started Tails from DVD and logged in and the network is connected 13.038
Then the amnesiac Tor Browser directory exists 0.060
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.901
And the persistent Tor Browser directory does not exist 0.071
When I start the Tor Browser 27.836
And the Tor Browser loads the startup page 0.914
Then I can save the current page as "index.html" to the default downloads directory 8.638
And I can print the current page as "output.pdf" to the default downloads directory 9.966
After features/support/hooks.rb:515 0.676
After features/support/hooks.rb:326 1.894
After features/support/hooks.rb:100 0.000
55.268
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:507 0.005
Given I have started Tails from DVD and logged in and the network is connected 13.936
When I start the Tor Browser 25.517
Then the Tor Browser loads the startup page 1.163
When I download some file in the Tor Browser 14.329
Then the file is saved to the default Tor Browser download directory 0.321
After features/support/hooks.rb:515 1.255
After features/support/hooks.rb:326 0.863
After features/support/hooks.rb:100 0.000
1:22.211
Before features/support/hooks.rb:269 0.008
Before features/support/hooks.rb:507 0.006
Given I have started Tails from DVD and logged in and the network is connected 13.010
When I start the Tor Browser 25.260
And the Tor Browser loads the startup page 0.942
Then I can listen to an Ogg audio track in Tor Browser 42.998
After features/support/hooks.rb:515 16.188
After features/support/hooks.rb:326 1.709
After features/support/hooks.rb:100 0.004
49.163
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:507 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.735
When I start the Tor Browser 25.292
And the Tor Browser loads the startup page 0.953
Then I can watch a WebM video in Tor Browser 10.181
After features/support/hooks.rb:515 0.678
After features/support/hooks.rb:326 0.993
After features/support/hooks.rb:100 0.000
Tags: @product
1:18.112
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.207
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.132
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.060
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.073
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.060
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.054
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.062
And the file "/tmp/synaptic.html" exists 0.055
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.135
When I start the Tor Browser 25.893
And the Tor Browser loads the startup page 0.819
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 9.345
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.568
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.105
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.167
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 8.718
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.530
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.101
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.162
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.667
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.517
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.082
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.140
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.543
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.527
# 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.704
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.604
After features/support/hooks.rb:326 1.097
After features/support/hooks.rb:100 0.000
Tags: @product
37.391
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.631
When I start the Tor Browser 23.563
Then the Tor Browser uses all expected TBB shared libraries 1.196
After features/support/hooks.rb:326 0.760
After features/support/hooks.rb:100 0.000
59.630
Before features/support/hooks.rb:269 0.009
Before features/support/hooks.rb:507 0.008
Given I have started Tails from DVD and logged in and the network is connected 13.626
When I start the Tor Browser 23.954
And the Tor Browser loads the startup page 0.928
And I open the Tails homepage in the Tor Browser 11.150
Then the Tor Browser loads the Tails homepage 1.103
When I request a new identity in Tor Browser 3.238
Then the Tor Browser restarts into a fresh session 5.629
After features/support/hooks.rb:515 1.387
After features/support/hooks.rb:326 1.062
After features/support/hooks.rb:100 0.000
Tags: @product
42.512
Before features/support/hooks.rb:269 0.013
Given I have started Tails from DVD and logged in and the network is connected 13.193
When I start the Tor Browser 26.827
And the Tor Browser loads the startup page 0.937
Then Tor Browser's circuit view is working 1.553
After features/support/hooks.rb:326 1.139
After features/support/hooks.rb:100 0.000
Tags: @product
56.665
Before features/support/hooks.rb:269 0.009
Given I have started Tails from DVD and logged in and the network is connected 12.144
When I start the Tor Browser 24.016
And the Tor Browser loads the startup page 1.015
When I open the address "https://net.ipcalf.com/" in the Tor Browser 8.991
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 0.970
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 8.522
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.002
After features/support/hooks.rb:326 0.779
After features/support/hooks.rb:100 0.000
Tags: @product
1:44.885
Before features/support/hooks.rb:269 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.897
And the network is plugged 0.139
And I successfully configure Tor 20.155
And available upgrades have been checked 0.057
And all notifications have disappeared 4.371
Then the persistent Tor Browser directory exists 0.062
And there is a GNOME bookmark for the persistent Tor Browser directory 1.899
When I start the Tor Browser 26.083
And I open the address "https://tails.net/about" in the Tor Browser 11.081
And "Tails - How Tails works" has loaded in the Tor Browser 1.023
Then I can save the current page as "index.html" to the persistent Tor Browser GNOME bookmark 6.509
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 10.032
Then "Tails - How Tails works" has loaded in the Tor Browser 1.526
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 11.044
After features/support/hooks.rb:326 0.880
After features/support/hooks.rb:100 0.000
Tags: @product
42.902
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.410
Then the amnesiac Documents directory exists 0.086
And there is a GNOME bookmark for the amnesiac Documents directory 2.186
Then I start the Tor Browser in offline mode 25.997
And I can save the current page as "index.html" to the Documents GNOME bookmark 6.221
After features/support/hooks.rb:326 1.006
After features/support/hooks.rb:100 0.000
Tags: @product
43.419
Before features/support/hooks.rb:269 0.005
Given I have started Tails from DVD without network and logged in 8.420
Then the amnesiac Downloads directory exists 0.058
And there is a GNOME bookmark for the amnesiac Downloads directory 2.086
Then I start the Tor Browser in offline mode 27.602
And I can save the current page as "index.html" to the Downloads GNOME bookmark 5.250
After features/support/hooks.rb:326 1.106
After features/support/hooks.rb:100 0.000
Tags: @product
42.265
Before features/support/hooks.rb:269 0.005
Given I have started Tails from DVD without network and logged in 8.261
Then the amnesiac Music directory exists 0.066
And there is a GNOME bookmark for the amnesiac Music directory 2.182
Then I start the Tor Browser in offline mode 26.172
And I can save the current page as "index.html" to the Music GNOME bookmark 5.583
After features/support/hooks.rb:326 1.137
After features/support/hooks.rb:100 0.000
Tags: @product
44.770
Before features/support/hooks.rb:269 0.004
Given I have started Tails from DVD without network and logged in 8.604
Then the amnesiac Pictures directory exists 0.060
And there is a GNOME bookmark for the amnesiac Pictures directory 1.775
Then I start the Tor Browser in offline mode 27.780
And I can save the current page as "index.html" to the Pictures GNOME bookmark 6.548
After features/support/hooks.rb:326 1.107
After features/support/hooks.rb:100 0.000
Tags: @product
45.003
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD without network and logged in 8.556
Then the amnesiac Videos directory exists 0.053
And there is a GNOME bookmark for the amnesiac Videos directory 2.036
Then I start the Tor Browser in offline mode 28.288
And I can save the current page as "index.html" to the Videos GNOME bookmark 6.067
After features/support/hooks.rb:326 1.128
After features/support/hooks.rb:100 0.000
Tags: @product
3:31.796
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.279
And all tps features are active 2.717
And all persistent filesystems have safe access rights 0.243
And all persistence configuration files have safe access rights 0.439
And all persistent directories have safe access rights 2.568
When I start the Tor Browser in offline mode 25.880
And I add a bookmark to eff.org in the Tor Browser 13.876
And I cold reboot the computer 9.303
And the computer reboots Tails 59.013
And I enable persistence 14.298
And I log in to a new session 38.546
And all notifications have disappeared 8.928
And I start the Tor Browser in offline mode 23.291
Then the Tor Browser has a bookmark to eff.org 2.408
After features/support/hooks.rb:326 1.464
After features/support/hooks.rb:100 0.012