Project Number Date
test_Tails_ISO_devel 3625 28 Dec 2024, 12:21

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:55.034 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.829
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.961
And a web server is running on the LAN 1.037
And I capture all network traffic 0.006
When I start the Tor Browser 25.816
And the Tor Browser loads the startup page 1.044
And I open a page on the LAN web server in the Tor Browser 9.818
Then the Tor Browser shows the "Unable to connect" error 0.932
And no traffic was sent to the web server on the LAN 0.211
After features/support/hooks.rb:326 1.151
After features/support/hooks.rb:100 0.036
1:1.624
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 12.210
Then the amnesiac Tor Browser directory exists 0.056
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.690
And the persistent Tor Browser directory does not exist 0.068
When I start the Tor Browser 27.303
And the Tor Browser loads the startup page 0.948
Then I can save the current page as "index.html" to the default downloads directory 8.578
And I can print the current page as "output.pdf" to the default downloads directory 10.767
After features/support/hooks.rb:515 0.623
After features/support/hooks.rb:326 0.750
After features/support/hooks.rb:100 0.000
57.528
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.146
When I start the Tor Browser 25.915
Then the Tor Browser loads the startup page 1.099
When I download some file in the Tor Browser 17.919
Then the file is saved to the default Tor Browser download directory 0.447
After features/support/hooks.rb:515 1.254
After features/support/hooks.rb:326 0.971
After features/support/hooks.rb:100 0.000
1:48.518
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:507 0.006
Given I have started Tails from DVD and logged in and the network is connected 37.586
When I start the Tor Browser 25.606
And the Tor Browser loads the startup page 0.873
Then I can listen to an Ogg audio track in Tor Browser 44.451
After features/support/hooks.rb:515 12.903
After features/support/hooks.rb:326 3.625
After features/support/hooks.rb:100 0.003
56.430
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:507 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.403
When I start the Tor Browser 27.433
And the Tor Browser loads the startup page 0.988
Then I can watch a WebM video in Tor Browser 15.604
After features/support/hooks.rb:515 0.677
After features/support/hooks.rb:326 1.170
After features/support/hooks.rb:100 0.000
Tags: @product
1:16.271
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.080
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.141
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.069
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.060
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.068
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.053
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.060
And the file "/tmp/synaptic.html" exists 0.049
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.121
When I start the Tor Browser 23.260
And the Tor Browser loads the startup page 0.984
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 11.393
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.554
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.387
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.156
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.074
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.500
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.072
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.091
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.518
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.098
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.095
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.899
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.064
# 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.259
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.507
After features/support/hooks.rb:326 0.905
After features/support/hooks.rb:100 0.000
Tags: @product
40.987
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.318
When I start the Tor Browser 27.086
Then the Tor Browser uses all expected TBB shared libraries 1.582
After features/support/hooks.rb:326 0.713
After features/support/hooks.rb:100 0.000
1:1.663
Before features/support/hooks.rb:269 0.008
Before features/support/hooks.rb:507 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.434
When I start the Tor Browser 25.795
And the Tor Browser loads the startup page 1.008
And I open the Tails homepage in the Tor Browser 12.893
Then the Tor Browser loads the Tails homepage 1.157
When I request a new identity in Tor Browser 3.197
Then the Tor Browser restarts into a fresh session 5.176
After features/support/hooks.rb:515 1.200
After features/support/hooks.rb:326 1.145
After features/support/hooks.rb:100 0.000
Tags: @product
40.929
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.180
When I start the Tor Browser 26.091
And the Tor Browser loads the startup page 1.045
Then Tor Browser's circuit view is working 1.612
After features/support/hooks.rb:326 1.029
After features/support/hooks.rb:100 0.000
Tags: @product
1:0.244
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.573
When I start the Tor Browser 27.441
And the Tor Browser loads the startup page 0.868
When I open the address "https://net.ipcalf.com/" in the Tor Browser 9.556
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.684
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 8.275
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 0.845
After features/support/hooks.rb:326 2.285
After features/support/hooks.rb:100 0.000
Tags: @product
1:44.426
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 9.966
And the network is plugged 0.088
And I successfully configure Tor 19.615
And available upgrades have been checked 1.136
And all notifications have disappeared 4.284
Then the persistent Tor Browser directory exists 0.066
And there is a GNOME bookmark for the persistent Tor Browser directory 1.614
When I start the Tor Browser 23.018
And I open the address "https://tails.net/about" in the Tor Browser 14.621
And "Tails - How Tails works" has loaded in the Tor Browser 1.134
Then I can save the current page as "index.html" to the persistent Tor Browser GNOME bookmark 7.140
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 9.074
Then "Tails - How Tails works" has loaded in the Tor Browser 1.572
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 11.092
After features/support/hooks.rb:326 0.863
After features/support/hooks.rb:100 0.000
Tags: @product
42.726
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.287
Then the amnesiac Documents directory exists 0.066
And there is a GNOME bookmark for the amnesiac Documents directory 1.539
Then I start the Tor Browser in offline mode 25.810
And I can save the current page as "index.html" to the Documents GNOME bookmark 7.021
After features/support/hooks.rb:326 1.407
After features/support/hooks.rb:100 0.000
Tags: @product
41.471
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.734
Then the amnesiac Downloads directory exists 0.054
And there is a GNOME bookmark for the amnesiac Downloads directory 1.590
Then I start the Tor Browser in offline mode 25.970
And I can save the current page as "index.html" to the Downloads GNOME bookmark 5.120
After features/support/hooks.rb:326 1.057
After features/support/hooks.rb:100 0.000
Tags: @product
40.563
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.292
Then the amnesiac Music directory exists 0.058
And there is a GNOME bookmark for the amnesiac Music directory 1.565
Then I start the Tor Browser in offline mode 21.773
And I can save the current page as "index.html" to the Music GNOME bookmark 8.873
After features/support/hooks.rb:326 0.834
After features/support/hooks.rb:100 0.000
Tags: @product
39.696
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.142
Then the amnesiac Pictures directory exists 0.065
And there is a GNOME bookmark for the amnesiac Pictures directory 1.639
Then I start the Tor Browser in offline mode 22.241
And I can save the current page as "index.html" to the Pictures GNOME bookmark 7.607
After features/support/hooks.rb:326 1.244
After features/support/hooks.rb:100 0.000
Tags: @product
42.357
Before features/support/hooks.rb:269 0.010
Given I have started Tails from DVD without network and logged in 8.281
Then the amnesiac Videos directory exists 0.059
And there is a GNOME bookmark for the amnesiac Videos directory 1.642
Then I start the Tor Browser in offline mode 22.858
And I can save the current page as "index.html" to the Videos GNOME bookmark 9.515
After features/support/hooks.rb:326 0.867
After features/support/hooks.rb:100 0.000
Tags: @product
3:28.765
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 9.664
And all tps features are active 2.243
And all persistent filesystems have safe access rights 0.239
And all persistence configuration files have safe access rights 0.366
And all persistent directories have safe access rights 2.508
When I start the Tor Browser in offline mode 22.035
And I add a bookmark to eff.org in the Tor Browser 12.073
And I cold reboot the computer 11.437
And the computer reboots Tails 1:2.488
And I enable persistence 17.555
And I log in to a new session 40.234
And all notifications have disappeared 7.381
And I start the Tor Browser in offline mode 19.235
Then the Tor Browser has a bookmark to eff.org 1.301
After features/support/hooks.rb:326 2.471
After features/support/hooks.rb:100 0.012