Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 77 19 May 2024, 06:55

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:48.229 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
54.660
Before features/support/hooks.rb:259 0.005
Given I have started Tails from DVD and logged in and the network is connected 13.089
And a web server is running on the LAN 1.038
And I capture all network traffic 0.004
When I start the Tor Browser 26.907
And the Tor Browser loads the startup page 1.351
And I open a page on the LAN web server in the Tor Browser 10.772
Then the Tor Browser shows the "Unable to connect" error 1.054
And no traffic was sent to the web server on the LAN 0.441
After features/support/hooks.rb:305 1.155
After features/support/hooks.rb:89 0.043
59.525
Before features/support/hooks.rb:259 0.006
Before features/support/hooks.rb:456 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.448
Then the amnesiac Tor Browser directory exists 0.052
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.794
And the persistent Tor Browser directory does not exist 0.050
When I start the Tor Browser 26.264
And the Tor Browser loads the startup page 1.215
Then I can save the current page as "index.html" to the default downloads directory 5.912
And I can print the current page as "output.pdf" to the default downloads directory 11.789
After features/support/hooks.rb:464 1.136
After features/support/hooks.rb:305 0.819
After features/support/hooks.rb:89 0.000
53.291
Before features/support/hooks.rb:259 0.005
Before features/support/hooks.rb:456 0.005
Given I have started Tails from DVD and logged in and the network is connected 12.428
When I start the Tor Browser 25.640
Then the Tor Browser loads the startup page 1.030
When I download some file in the Tor Browser 13.893
Then the file is saved to the default Tor Browser download directory 0.298
After features/support/hooks.rb:464 2.183
After features/support/hooks.rb:305 0.934
After features/support/hooks.rb:89 0.000
1:20.698
Before features/support/hooks.rb:259 0.014
Before features/support/hooks.rb:456 0.024
Given I have started Tails from DVD and logged in and the network is connected 12.279
When I start the Tor Browser 23.758
And the Tor Browser loads the startup page 1.295
Then I can listen to an Ogg audio track in Tor Browser 43.364
After features/support/hooks.rb:464 2.077
After features/support/hooks.rb:305 0.858
After features/support/hooks.rb:89 0.000
50.164
Before features/support/hooks.rb:259 0.005
Before features/support/hooks.rb:456 0.005
Given I have started Tails from DVD and logged in and the network is connected 12.572
When I start the Tor Browser 25.193
And the Tor Browser loads the startup page 1.414
Then I can watch a WebM video in Tor Browser 10.984
After features/support/hooks.rb:464 1.195
After features/support/hooks.rb:305 2.332
After features/support/hooks.rb:89 0.000
Tags: @product
1:20.591
Before features/support/hooks.rb:259 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.673
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.136
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.070
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.056
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.071
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.048
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.046
And the file "/tmp/synaptic.html" exists 0.057
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.131
When I start the Tor Browser 25.568
And the Tor Browser loads the startup page 1.234
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 10.370
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.550
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.288
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.155
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 8.724
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.553
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.123
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.137
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.064
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 5.464
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.513
# 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.083
# 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.163
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.560
After features/support/hooks.rb:305 0.910
After features/support/hooks.rb:89 0.000
Tags: @product
39.095
Before features/support/hooks.rb:259 0.013
Given I have started Tails from DVD and logged in and the network is connected 13.079
When I start the Tor Browser 24.590
Then the Tor Browser uses all expected TBB shared libraries 1.425
After features/support/hooks.rb:305 1.576
After features/support/hooks.rb:89 0.000
58.217
Before features/support/hooks.rb:259 0.021
Before features/support/hooks.rb:456 0.022
Given I have started Tails from DVD and logged in and the network is connected 13.265
When I start the Tor Browser 25.886
And the Tor Browser loads the startup page 1.315
And I open the Tails homepage in the Tor Browser 10.370
Then the Tor Browser loads the Tails homepage 1.497
When I request a new identity in Tor Browser 3.612
Then the Tor Browser restarts into a fresh session 2.268
After features/support/hooks.rb:464 1.615
After features/support/hooks.rb:305 2.107
After features/support/hooks.rb:89 0.000
Tags: @product
41.678
Before features/support/hooks.rb:259 0.007
Given I have started Tails from DVD and logged in and the network is connected 13.084
When I start the Tor Browser 25.712
And the Tor Browser loads the startup page 1.215
Then Tor Browser's circuit view is working 1.665
After features/support/hooks.rb:305 1.163
After features/support/hooks.rb:89 0.000
Tags: @product
59.999
Before features/support/hooks.rb:259 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.045
When I start the Tor Browser 24.409
And the Tor Browser loads the startup page 1.219
When I open the address "https://net.ipcalf.com/" in the Tor Browser 10.885
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.164
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 9.062
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.212
After features/support/hooks.rb:305 13.484
After features/support/hooks.rb:89 0.000
Tags: @product
1:44.549
Before features/support/hooks.rb:259 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 11.583
And the network is plugged 0.039
And I successfully configure Tor 20.137
And available upgrades have been checked 0.046
And all notifications have disappeared 4.460
Then the persistent Tor Browser directory exists 0.073
And there is a GNOME bookmark for the persistent Tor Browser directory 1.845
When I start the Tor Browser 22.808
And I open the address "https://tails.net/about" in the Tor Browser 11.304
And "Tails - How Tails works" has loaded in the Tor Browser 1.382
Then I can save the current page as "index.html" to the persistent Tor Browser directory 9.042
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 9.262
Then "Tails - How Tails works" has loaded in the Tor Browser 1.732
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.830
After features/support/hooks.rb:305 0.870
After features/support/hooks.rb:89 0.000
Tags: @product
44.548
Before features/support/hooks.rb:259 0.006
Given I have started Tails from DVD without network and logged in 8.820
Then the amnesiac Documents directory exists 0.062
And there is a GNOME bookmark for the amnesiac Documents directory 1.547
Then I start the Tor Browser in offline mode 25.597
And I can save the current page as "index.html" to the Documents GNOME bookmark 8.519
After features/support/hooks.rb:305 0.766
After features/support/hooks.rb:89 0.000
Tags: @product
44.966
Before features/support/hooks.rb:259 0.006
Given I have started Tails from DVD without network and logged in 9.130
Then the amnesiac Downloads directory exists 0.631
And there is a GNOME bookmark for the amnesiac Downloads directory 3.474
Then I start the Tor Browser in offline mode 22.436
And I can save the current page as "index.html" to the Downloads GNOME bookmark 9.292
After features/support/hooks.rb:305 1.212
After features/support/hooks.rb:89 0.000
Tags: @product
45.612
Before features/support/hooks.rb:259 0.006
Given I have started Tails from DVD without network and logged in 8.549
Then the amnesiac Music directory exists 0.180
And there is a GNOME bookmark for the amnesiac Music directory 1.715
Then I start the Tor Browser in offline mode 26.206
And I can save the current page as "index.html" to the Music GNOME bookmark 8.960
After features/support/hooks.rb:305 1.018
After features/support/hooks.rb:89 0.000
Tags: @product
45.867
Before features/support/hooks.rb:259 0.004
Given I have started Tails from DVD without network and logged in 8.421
Then the amnesiac Pictures directory exists 0.118
And there is a GNOME bookmark for the amnesiac Pictures directory 1.814
Then I start the Tor Browser in offline mode 26.374
And I can save the current page as "index.html" to the Pictures GNOME bookmark 9.137
After features/support/hooks.rb:305 3.525
After features/support/hooks.rb:89 0.000
Tags: @product
45.219
Before features/support/hooks.rb:259 0.008
Given I have started Tails from DVD without network and logged in 8.659
Then the amnesiac Videos directory exists 0.101
And there is a GNOME bookmark for the amnesiac Videos directory 1.535
Then I start the Tor Browser in offline mode 26.565
And I can save the current page as "index.html" to the Videos GNOME bookmark 8.357
After features/support/hooks.rb:305 1.994
After features/support/hooks.rb:89 0.000
Tags: @product
3:39.543
Before features/support/hooks.rb:259 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.401
And all tps features are active 2.475
And all persistent filesystems have safe access rights 0.224
And all persistence configuration files have safe access rights 0.392
And all persistent directories have safe access rights 2.547
When I start the Tor Browser in offline mode 27.654
And I add a bookmark to eff.org in the Tor Browser 14.531
And I cold reboot the computer 9.928
And the computer reboots Tails 58.820
And I enable persistence 16.752
And I log in to a new session 40.560
And all notifications have disappeared 9.283
And I start the Tor Browser in offline mode 23.909
Then the Tor Browser has a bookmark to eff.org 2.059
After features/support/hooks.rb:305 1.087
After features/support/hooks.rb:89 0.058