Project Number Date
test_Tails_ISO_devel 3295 24 Feb 2024, 12:47

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Browsing the web using the Tor Browser 130 0 0 0 0 130 17 0 17 19:55.355 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
53.418
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.012
And a web server is running on the LAN 1.042
And I capture all network traffic 0.008
When I start the Tor Browser 28.212
And the Tor Browser loads the startup page 1.162
And I open a page on the LAN web server in the Tor Browser 9.505
Then the Tor Browser shows the "Unable to connect" error 0.955
And no traffic was sent to the web server on the LAN 0.519
After features/support/hooks.rb:291 1.079
After features/support/hooks.rb:75 0.050
1:0.149
Before features/support/hooks.rb:245 0.007
Before features/support/hooks.rb:442 0.008
Given I have started Tails from DVD and logged in and the network is connected 11.397
Then the amnesiac Tor Browser directory exists 0.053
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.607
And the persistent Tor Browser directory does not exist 0.064
When I start the Tor Browser 30.374
And the Tor Browser loads the startup page 1.226
Then I can save the current page as "index.html" to the default downloads directory 5.488
And I can print the current page as "output.pdf" to the default downloads directory 9.935
After features/support/hooks.rb:450 1.727
After features/support/hooks.rb:291 1.014
After features/support/hooks.rb:75 0.000
52.671
Before features/support/hooks.rb:245 0.008
Before features/support/hooks.rb:442 0.009
Given I have started Tails from DVD and logged in and the network is connected 11.382
When I start the Tor Browser 28.080
Then the Tor Browser loads the startup page 1.159
When I download some file in the Tor Browser 11.795
Then the file is saved to the default Tor Browser download directory 0.253
After features/support/hooks.rb:450 2.385
After features/support/hooks.rb:291 0.878
After features/support/hooks.rb:75 0.000
1:22.063
Before features/support/hooks.rb:245 0.008
Before features/support/hooks.rb:442 0.008
Given I have started Tails from DVD and logged in and the network is connected 11.607
When I start the Tor Browser 28.116
And the Tor Browser loads the startup page 1.062
Then I can listen to an Ogg audio track in Tor Browser 41.278
After features/support/hooks.rb:450 2.385
After features/support/hooks.rb:291 0.863
After features/support/hooks.rb:75 0.000
51.606
Before features/support/hooks.rb:245 0.006
Before features/support/hooks.rb:442 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.214
When I start the Tor Browser 29.129
And the Tor Browser loads the startup page 1.048
Then I can watch a WebM video in Tor Browser 10.214
After features/support/hooks.rb:450 1.421
After features/support/hooks.rb:291 0.900
After features/support/hooks.rb:75 0.000
Tags: @product
1:17.744
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.360
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.102
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.065
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.053
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.050
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.045
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.137
When I start the Tor Browser 28.358
And the Tor Browser loads the startup page 1.221
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 10.734
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.562
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.252
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.135
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.413
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.501
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.073
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.115
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.411
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.519
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.063
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.121
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.533
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.506
# 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.061
# 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.595
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.630
After features/support/hooks.rb:291 0.894
After features/support/hooks.rb:75 0.000
Tags: @product
45.044
Before features/support/hooks.rb:245 0.009
Given I have started Tails from DVD and logged in and the network is connected 12.314
When I start the Tor Browser 31.616
Then the Tor Browser uses all expected TBB shared libraries 1.113
After features/support/hooks.rb:291 0.888
After features/support/hooks.rb:75 0.000
57.544
Before features/support/hooks.rb:245 0.009
Before features/support/hooks.rb:442 0.008
Given I have started Tails from DVD and logged in and the network is connected 11.473
When I start the Tor Browser 29.355
And the Tor Browser loads the startup page 1.150
And I open the Tails homepage in the Tor Browser 9.696
Then the Tor Browser loads the Tails homepage 1.226
When I request a new identity in Tor Browser 3.221
Then the Tor Browser restarts into a fresh session 1.421
After features/support/hooks.rb:450 1.648
After features/support/hooks.rb:291 1.061
After features/support/hooks.rb:75 0.000
Tags: @product
42.373
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.209
When I start the Tor Browser 28.464
And the Tor Browser loads the startup page 1.135
Then Tor Browser's circuit view is working 1.563
After features/support/hooks.rb:291 0.710
After features/support/hooks.rb:75 0.000
Tags: @product
1:2.144
Before features/support/hooks.rb:245 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.330
When I start the Tor Browser 28.634
And the Tor Browser loads the startup page 1.030
When I open the address "https://net.ipcalf.com/" in the Tor Browser 9.905
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.991
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 9.094
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.157
After features/support/hooks.rb:291 0.705
After features/support/hooks.rb:75 0.000
Tags: @product
1:48.952
Before features/support/hooks.rb:245 0.007
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.235
And the network is plugged 0.049
And I successfully configure Tor 20.484
And available upgrades have been checked 0.073
And all notifications have disappeared 3.076
Then the persistent Tor Browser directory exists 0.067
And there is a GNOME bookmark for the persistent Tor Browser directory 1.636
When I start the Tor Browser 28.544
And I open the address "https://tails.net/about" in the Tor Browser 13.441
And "Tails - How Tails works" has loaded in the Tor Browser 1.261
Then I can save the current page as "index.html" to the persistent Tor Browser directory 8.792
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 9.331
Then "Tails - How Tails works" has loaded in the Tor Browser 1.563
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.393
After features/support/hooks.rb:291 0.890
After features/support/hooks.rb:75 0.000
Tags: @product
49.214
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD without network and logged in 8.585
Then the amnesiac Documents directory exists 0.055
And there is a GNOME bookmark for the amnesiac Documents directory 1.174
Then I start the Tor Browser in offline mode 30.314
And I can save the current page as "index.html" to the Documents GNOME bookmark 9.083
After features/support/hooks.rb:291 0.848
After features/support/hooks.rb:75 0.000
Tags: @product
47.485
Before features/support/hooks.rb:245 0.008
Given I have started Tails from DVD without network and logged in 8.130
Then the amnesiac Downloads directory exists 0.047
And there is a GNOME bookmark for the amnesiac Downloads directory 1.161
Then I start the Tor Browser in offline mode 30.213
And I can save the current page as "index.html" to the Downloads GNOME bookmark 7.931
After features/support/hooks.rb:291 0.752
After features/support/hooks.rb:75 0.000
Tags: @product
48.993
Before features/support/hooks.rb:245 0.008
Given I have started Tails from DVD without network and logged in 8.279
Then the amnesiac Music directory exists 0.066
And there is a GNOME bookmark for the amnesiac Music directory 1.317
Then I start the Tor Browser in offline mode 30.635
And I can save the current page as "index.html" to the Music GNOME bookmark 8.693
After features/support/hooks.rb:291 1.029
After features/support/hooks.rb:75 0.000
Tags: @product
49.523
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD without network and logged in 8.785
Then the amnesiac Pictures directory exists 0.055
And there is a GNOME bookmark for the amnesiac Pictures directory 1.204
Then I start the Tor Browser in offline mode 30.765
And I can save the current page as "index.html" to the Pictures GNOME bookmark 8.713
After features/support/hooks.rb:291 1.125
After features/support/hooks.rb:75 0.000
Tags: @product
50.497
Before features/support/hooks.rb:245 0.011
Given I have started Tails from DVD without network and logged in 8.384
Then the amnesiac Videos directory exists 0.046
And there is a GNOME bookmark for the amnesiac Videos directory 1.223
Then I start the Tor Browser in offline mode 30.551
And I can save the current page as "index.html" to the Videos GNOME bookmark 10.292
After features/support/hooks.rb:291 0.814
After features/support/hooks.rb:75 0.000
Tags: @product
4:15.927
Before features/support/hooks.rb:245 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.463
And all tps features are active 2.203
And all persistent filesystems have safe access rights 0.198
And all persistence configuration files have safe access rights 0.325
And all persistent directories have safe access rights 2.292
When I start the Tor Browser in offline mode 29.585
And I add a bookmark to eff.org in the Tor Browser 15.964
And I cold reboot the computer 10.375
And the computer reboots Tails 57.017
And I enable persistence 33.017
And I log in to a new session 1:3.684
And I start the Tor Browser in offline mode 30.589
Then the Tor Browser has a bookmark to eff.org 1.210
After features/support/hooks.rb:291 0.937
After features/support/hooks.rb:75 0.011