Project Number Date
test_Tails_ISO_devel 3422 09 Jun 2024, 12:34

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:9.976 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
50.954
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.651
And a web server is running on the LAN 1.046
And I capture all network traffic 0.009
When I start the Tor Browser 24.258
And the Tor Browser loads the startup page 1.139
And I open a page on the LAN web server in the Tor Browser 10.277
Then the Tor Browser shows the "Unable to connect" error 1.133
And no traffic was sent to the web server on the LAN 0.437
After features/support/hooks.rb:315 0.954
After features/support/hooks.rb:100 0.063
1:0.077
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.473
Then the amnesiac Tor Browser directory exists 0.069
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.771
And the persistent Tor Browser directory does not exist 0.062
When I start the Tor Browser 25.114
And the Tor Browser loads the startup page 1.129
Then I can save the current page as "index.html" to the default downloads directory 9.103
And I can print the current page as "output.pdf" to the default downloads directory 10.353
After features/support/hooks.rb:504 1.087
After features/support/hooks.rb:315 0.699
After features/support/hooks.rb:100 0.000
53.066
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:496 0.009
Given I have started Tails from DVD and logged in and the network is connected 14.784
When I start the Tor Browser 22.750
Then the Tor Browser loads the startup page 1.338
When I download some file in the Tor Browser 13.918
Then the file is saved to the default Tor Browser download directory 0.274
After features/support/hooks.rb:504 2.115
After features/support/hooks.rb:315 0.824
After features/support/hooks.rb:100 0.000
1:20.118
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:496 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.792
When I start the Tor Browser 22.634
And the Tor Browser loads the startup page 1.143
Then I can listen to an Ogg audio track in Tor Browser 43.547
After features/support/hooks.rb:504 2.051
After features/support/hooks.rb:315 1.000
After features/support/hooks.rb:100 0.000
47.210
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:496 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.495
When I start the Tor Browser 22.416
And the Tor Browser loads the startup page 1.277
Then I can watch a WebM video in Tor Browser 11.020
After features/support/hooks.rb:504 1.224
After features/support/hooks.rb:315 1.826
After features/support/hooks.rb:100 0.000
Tags: @product
1:17.352
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.404
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.170
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.084
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.090
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.046
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.056
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.046
And the file "/tmp/synaptic.html" exists 0.059
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.149
When I start the Tor Browser 23.996
And the Tor Browser loads the startup page 1.168
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 10.618
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.561
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.257
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.174
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.890
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.549
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.075
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.108
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.387
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.530
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.060
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.123
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.369
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.547
# 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.065
# 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.243
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.513
After features/support/hooks.rb:315 1.045
After features/support/hooks.rb:100 0.000
Tags: @product
36.006
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.781
When I start the Tor Browser 22.029
Then the Tor Browser uses all expected TBB shared libraries 1.195
After features/support/hooks.rb:315 1.093
After features/support/hooks.rb:100 0.000
58.301
Before features/support/hooks.rb:269 0.009
Before features/support/hooks.rb:496 0.009
Given I have started Tails from DVD and logged in and the network is connected 12.433
When I start the Tor Browser 24.922
And the Tor Browser loads the startup page 1.327
And I open the Tails homepage in the Tor Browser 10.514
Then the Tor Browser loads the Tails homepage 1.188
When I request a new identity in Tor Browser 2.125
Then the Tor Browser restarts into a fresh session 5.790
After features/support/hooks.rb:504 2.122
After features/support/hooks.rb:315 1.448
After features/support/hooks.rb:100 0.000
Tags: @product
38.056
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 13.149
When I start the Tor Browser 22.209
And the Tor Browser loads the startup page 1.077
Then Tor Browser's circuit view is working 1.619
After features/support/hooks.rb:315 0.997
After features/support/hooks.rb:100 0.000
Tags: @product
58.381
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 13.154
When I start the Tor Browser 22.783
And the Tor Browser loads the startup page 1.087
When I open the address "https://net.ipcalf.com/" in the Tor Browser 10.049
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.134
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 8.948
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.222
After features/support/hooks.rb:315 0.738
After features/support/hooks.rb:100 0.000
Tags: @product
1:38.818
Before features/support/hooks.rb:269 0.008
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.822
And the network is plugged 0.059
And I successfully configure Tor 17.036
And available upgrades have been checked 0.046
And all notifications have disappeared 4.384
Then the persistent Tor Browser directory exists 0.060
And there is a GNOME bookmark for the persistent Tor Browser directory 1.758
When I start the Tor Browser 21.188
And I open the address "https://tails.net/about" in the Tor Browser 11.061
And "Tails - How Tails works" has loaded in the Tor Browser 1.317
Then I can save the current page as "index.html" to the persistent Tor Browser directory 9.013
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 9.252
Then "Tails - How Tails works" has loaded in the Tor Browser 1.749
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 11.067
After features/support/hooks.rb:315 0.899
After features/support/hooks.rb:100 0.000
Tags: @product
42.330
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.540
Then the amnesiac Documents directory exists 0.086
And there is a GNOME bookmark for the amnesiac Documents directory 1.743
Then I start the Tor Browser in offline mode 24.168
And I can save the current page as "index.html" to the Documents GNOME bookmark 7.791
After features/support/hooks.rb:315 0.817
After features/support/hooks.rb:100 0.000
Tags: @product
43.864
Before features/support/hooks.rb:269 0.019
Given I have started Tails from DVD without network and logged in 8.358
Then the amnesiac Downloads directory exists 0.076
And there is a GNOME bookmark for the amnesiac Downloads directory 1.914
Then I start the Tor Browser in offline mode 24.549
And I can save the current page as "index.html" to the Downloads GNOME bookmark 8.964
After features/support/hooks.rb:315 1.213
After features/support/hooks.rb:100 0.000
Tags: @product
47.799
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD without network and logged in 8.326
Then the amnesiac Music directory exists 0.105
And there is a GNOME bookmark for the amnesiac Music directory 1.827
Then I start the Tor Browser in offline mode 27.118
And I can save the current page as "index.html" to the Music GNOME bookmark 10.422
After features/support/hooks.rb:315 1.925
After features/support/hooks.rb:100 0.000
Tags: @product
43.752
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD without network and logged in 9.416
Then the amnesiac Pictures directory exists 0.067
And there is a GNOME bookmark for the amnesiac Pictures directory 1.976
Then I start the Tor Browser in offline mode 23.230
And I can save the current page as "index.html" to the Pictures GNOME bookmark 9.060
After features/support/hooks.rb:315 1.566
After features/support/hooks.rb:100 0.000
Tags: @product
41.595
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.959
Then the amnesiac Videos directory exists 0.207
And there is a GNOME bookmark for the amnesiac Videos directory 1.698
Then I start the Tor Browser in offline mode 20.462
And I can save the current page as "index.html" to the Videos GNOME bookmark 10.267
After features/support/hooks.rb:315 1.419
After features/support/hooks.rb:100 0.000
Tags: @product
3:32.288
Before features/support/hooks.rb:269 0.010
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.486
And all tps features are active 2.205
And all persistent filesystems have safe access rights 0.261
And all persistence configuration files have safe access rights 0.409
And all persistent directories have safe access rights 2.888
When I start the Tor Browser in offline mode 24.869
And I add a bookmark to eff.org in the Tor Browser 13.809
And I cold reboot the computer 12.018
And the computer reboots Tails 1:1.566
And I enable persistence 13.347
And I log in to a new session 38.184
And all notifications have disappeared 9.126
And I start the Tor Browser in offline mode 22.833
Then the Tor Browser has a bookmark to eff.org 1.281
After features/support/hooks.rb:315 0.972
After features/support/hooks.rb:100 0.011