Project Number Date
test_Tails_ISO_devel 3557 21 Oct 2024, 15:00

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 20:1.298 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.005
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.728
And a web server is running on the LAN 1.035
And I capture all network traffic 0.006
When I start the Tor Browser 27.669
And the Tor Browser loads the startup page 1.228
And I open a page on the LAN web server in the Tor Browser 8.959
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.243
After features/support/hooks.rb:326 1.056
After features/support/hooks.rb:100 0.045
1:8.959
Before features/support/hooks.rb:269 0.015
Before features/support/hooks.rb:507 0.018
Given I have started Tails from DVD and logged in and the network is connected 14.630
Then the amnesiac Tor Browser directory exists 0.079
And there is a GNOME bookmark for the amnesiac Tor Browser directory 2.464
And the persistent Tor Browser directory does not exist 0.065
When I start the Tor Browser 30.373
And the Tor Browser loads the startup page 1.520
Then I can save the current page as "index.html" to the default downloads directory 8.580
And I can print the current page as "output.pdf" to the default downloads directory 11.246
After features/support/hooks.rb:515 0.965
After features/support/hooks.rb:326 1.213
After features/support/hooks.rb:100 0.000
58.844
Before features/support/hooks.rb:269 0.023
Before features/support/hooks.rb:507 0.026
Given I have started Tails from DVD and logged in and the network is connected 14.706
When I start the Tor Browser 28.891
Then the Tor Browser loads the startup page 0.923
When I download some file in the Tor Browser 13.919
Then the file is saved to the default Tor Browser download directory 0.403
After features/support/hooks.rb:515 1.655
After features/support/hooks.rb:326 0.755
After features/support/hooks.rb:100 0.000
1:26.961
Before features/support/hooks.rb:269 0.008
Before features/support/hooks.rb:507 0.010
Given I have started Tails from DVD and logged in and the network is connected 13.878
When I start the Tor Browser 27.438
And the Tor Browser loads the startup page 1.199
Then I can listen to an Ogg audio track in Tor Browser 44.445
After features/support/hooks.rb:515 14.464
After features/support/hooks.rb:326 2.698
After features/support/hooks.rb:100 0.003
52.953
Before features/support/hooks.rb:269 0.008
Before features/support/hooks.rb:507 0.009
Given I have started Tails from DVD and logged in and the network is connected 12.614
When I start the Tor Browser 26.955
And the Tor Browser loads the startup page 1.038
Then I can watch a WebM video in Tor Browser 12.345
After features/support/hooks.rb:515 0.739
After features/support/hooks.rb:326 0.917
After features/support/hooks.rb:100 0.000
Tags: @product
1:22.045
Before features/support/hooks.rb:269 0.012
Given I have started Tails from DVD and logged in and the network is connected 13.517
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.137
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.083
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.076
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.057
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.068
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.098
And the file "/tmp/synaptic.html" exists 0.075
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.168
When I start the Tor Browser 25.249
And the Tor Browser loads the startup page 1.013
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 13.473
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.861
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.311
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.163
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.449
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.535
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.064
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.118
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.465
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.542
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.077
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.125
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.666
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.566
# 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.068
# 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.446
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.561
After features/support/hooks.rb:326 0.754
After features/support/hooks.rb:100 0.000
Tags: @product
37.375
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.325
When I start the Tor Browser 23.713
Then the Tor Browser uses all expected TBB shared libraries 1.335
After features/support/hooks.rb:326 0.796
After features/support/hooks.rb:100 0.000
1:2.247
Before features/support/hooks.rb:269 0.009
Before features/support/hooks.rb:507 0.009
Given I have started Tails from DVD and logged in and the network is connected 13.678
When I start the Tor Browser 25.674
And the Tor Browser loads the startup page 1.053
And I open the Tails homepage in the Tor Browser 11.341
Then the Tor Browser loads the Tails homepage 1.257
When I request a new identity in Tor Browser 3.200
Then the Tor Browser restarts into a fresh session 6.041
After features/support/hooks.rb:515 1.215
After features/support/hooks.rb:326 1.259
After features/support/hooks.rb:100 0.000
Tags: @product
40.708
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.522
When I start the Tor Browser 25.740
And the Tor Browser loads the startup page 0.850
Then Tor Browser's circuit view is working 1.594
After features/support/hooks.rb:326 1.620
After features/support/hooks.rb:100 0.000
Tags: @product
59.627
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.425
When I start the Tor Browser 25.261
And the Tor Browser loads the startup page 1.150
When I open the address "https://net.ipcalf.com/" in the Tor Browser 10.085
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.791
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 9.123
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 0.789
After features/support/hooks.rb:326 0.669
After features/support/hooks.rb:100 0.000
Tags: @product
1:48.010
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.891
And the network is plugged 0.086
And I successfully configure Tor 22.014
And available upgrades have been checked 0.077
And all notifications have disappeared 4.442
Then the persistent Tor Browser directory exists 0.068
And there is a GNOME bookmark for the persistent Tor Browser directory 1.759
When I start the Tor Browser 25.076
And I open the address "https://tails.net/about" in the Tor Browser 11.212
And "Tails - How Tails works" has loaded in the Tor Browser 1.368
Then I can save the current page as "index.html" to the persistent Tor Browser GNOME bookmark 7.658
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 10.477
Then "Tails - How Tails works" has loaded in the Tor Browser 1.349
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 11.527
After features/support/hooks.rb:326 0.944
After features/support/hooks.rb:100 0.000
Tags: @product
46.735
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 9.305
Then the amnesiac Documents directory exists 0.071
And there is a GNOME bookmark for the amnesiac Documents directory 1.554
Then I start the Tor Browser in offline mode 27.232
And I can save the current page as "index.html" to the Documents GNOME bookmark 8.571
After features/support/hooks.rb:326 0.880
After features/support/hooks.rb:100 0.000
Tags: @product
45.272
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.321
Then the amnesiac Downloads directory exists 0.043
And there is a GNOME bookmark for the amnesiac Downloads directory 1.794
Then I start the Tor Browser in offline mode 26.505
And I can save the current page as "index.html" to the Downloads GNOME bookmark 8.607
After features/support/hooks.rb:326 1.050
After features/support/hooks.rb:100 0.000
Tags: @product
46.217
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.818
Then the amnesiac Music directory exists 0.049
And there is a GNOME bookmark for the amnesiac Music directory 1.572
Then I start the Tor Browser in offline mode 30.265
And I can save the current page as "index.html" to the Music GNOME bookmark 5.511
After features/support/hooks.rb:326 0.925
After features/support/hooks.rb:100 0.000
Tags: @product
45.721
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 9.227
Then the amnesiac Pictures directory exists 0.076
And there is a GNOME bookmark for the amnesiac Pictures directory 1.589
Then I start the Tor Browser in offline mode 27.125
And I can save the current page as "index.html" to the Pictures GNOME bookmark 7.702
After features/support/hooks.rb:326 1.104
After features/support/hooks.rb:100 0.000
Tags: @product
45.144
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD without network and logged in 8.083
Then the amnesiac Videos directory exists 0.119
And there is a GNOME bookmark for the amnesiac Videos directory 1.711
Then I start the Tor Browser in offline mode 26.737
And I can save the current page as "index.html" to the Videos GNOME bookmark 8.493
After features/support/hooks.rb:326 0.836
After features/support/hooks.rb:100 0.000
Tags: @product
4:21.465
Before features/support/hooks.rb:269 0.009
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.906
And all tps features are active 2.998
And all persistent filesystems have safe access rights 0.242
And all persistence configuration files have safe access rights 0.461
And all persistent directories have safe access rights 2.703
When I start the Tor Browser in offline mode 28.451
And I add a bookmark to eff.org in the Tor Browser 17.706
And I cold reboot the computer 10.823
And the computer reboots Tails 1:18.052
And I enable persistence 20.105
And I log in to a new session 53.128
And all notifications have disappeared 8.025
And I start the Tor Browser in offline mode 25.824
Then the Tor Browser has a bookmark to eff.org 2.034
After features/support/hooks.rb:326 1.157
After features/support/hooks.rb:100 0.012