Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 94 04 Jun 2024, 06:42

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:40.808 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
51.277
Before features/support/hooks.rb:265 0.003
Given I have started Tails from DVD and logged in and the network is connected 13.286
And a web server is running on the LAN 1.026
And I capture all network traffic 0.004
When I start the Tor Browser 23.476
And the Tor Browser loads the startup page 1.266
And I open a page on the LAN web server in the Tor Browser 10.797
Then the Tor Browser shows the "Unable to connect" error 1.030
And no traffic was sent to the web server on the LAN 0.389
After features/support/hooks.rb:311 1.301
After features/support/hooks.rb:100 0.047
57.516
Before features/support/hooks.rb:265 0.003
Before features/support/hooks.rb:492 0.003
Given I have started Tails from DVD and logged in and the network is connected 13.286
Then the amnesiac Tor Browser directory exists 0.055
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.787
And the persistent Tor Browser directory does not exist 0.047
When I start the Tor Browser 24.367
And the Tor Browser loads the startup page 1.405
Then I can save the current page as "index.html" to the default downloads directory 6.120
And I can print the current page as "output.pdf" to the default downloads directory 10.446
After features/support/hooks.rb:500 1.134
After features/support/hooks.rb:311 1.160
After features/support/hooks.rb:100 0.000
54.059
Before features/support/hooks.rb:265 0.002
Before features/support/hooks.rb:492 0.002
Given I have started Tails from DVD and logged in and the network is connected 12.667
When I start the Tor Browser 26.923
Then the Tor Browser loads the startup page 1.257
When I download some file in the Tor Browser 12.930
Then the file is saved to the default Tor Browser download directory 0.280
After features/support/hooks.rb:500 2.053
After features/support/hooks.rb:311 1.167
After features/support/hooks.rb:100 0.000
1:28.039
Before features/support/hooks.rb:265 0.002
Before features/support/hooks.rb:492 0.003
Given I have started Tails from DVD and logged in and the network is connected 13.005
When I start the Tor Browser 30.857
And the Tor Browser loads the startup page 1.227
Then I can listen to an Ogg audio track in Tor Browser 42.948
After features/support/hooks.rb:500 2.120
After features/support/hooks.rb:311 1.210
After features/support/hooks.rb:100 0.000
50.245
Before features/support/hooks.rb:265 0.003
Before features/support/hooks.rb:492 0.004
Given I have started Tails from DVD and logged in and the network is connected 13.237
When I start the Tor Browser 25.266
And the Tor Browser loads the startup page 1.101
Then I can watch a WebM video in Tor Browser 10.640
After features/support/hooks.rb:500 1.023
After features/support/hooks.rb:311 1.252
After features/support/hooks.rb:100 0.000
Tags: @product
1:19.157
Before features/support/hooks.rb:265 0.003
Given I have started Tails from DVD and logged in and the network is connected 12.919
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.155
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.063
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.095
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.054
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.055
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.045
And the file "/tmp/synaptic.html" exists 0.048
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.162
When I start the Tor Browser 25.061
And the Tor Browser loads the startup page 1.056
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 10.504
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.567
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.281
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.169
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.648
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.582
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.067
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.120
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.258
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.494
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.055
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.118
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 6.221
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.526
# 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.208
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.547
After features/support/hooks.rb:311 0.990
After features/support/hooks.rb:100 0.000
Tags: @product
37.133
Before features/support/hooks.rb:265 0.002
Given I have started Tails from DVD and logged in and the network is connected 12.596
When I start the Tor Browser 23.426
Then the Tor Browser uses all expected TBB shared libraries 1.110
After features/support/hooks.rb:311 1.459
After features/support/hooks.rb:100 0.000
59.941
Before features/support/hooks.rb:265 0.004
Before features/support/hooks.rb:492 0.002
Given I have started Tails from DVD and logged in and the network is connected 14.722
When I start the Tor Browser 23.881
And the Tor Browser loads the startup page 1.313
And I open the Tails homepage in the Tor Browser 10.267
Then the Tor Browser loads the Tails homepage 1.300
When I request a new identity in Tor Browser 2.160
Then the Tor Browser restarts into a fresh session 6.294
After features/support/hooks.rb:500 2.249
After features/support/hooks.rb:311 1.238
After features/support/hooks.rb:100 0.000
Tags: @product
39.008
Before features/support/hooks.rb:265 0.003
Given I have started Tails from DVD and logged in and the network is connected 12.555
When I start the Tor Browser 23.804
And the Tor Browser loads the startup page 1.130
Then Tor Browser's circuit view is working 1.517
After features/support/hooks.rb:311 1.297
After features/support/hooks.rb:100 0.000
Tags: @product
1:2.033
Before features/support/hooks.rb:265 0.004
Given I have started Tails from DVD and logged in and the network is connected 12.833
When I start the Tor Browser 26.723
And the Tor Browser loads the startup page 1.325
When I open the address "https://net.ipcalf.com/" in the Tor Browser 9.259
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.011
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 9.696
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.182
After features/support/hooks.rb:311 1.405
After features/support/hooks.rb:100 0.000
Tags: @product
1:45.441
Before features/support/hooks.rb:265 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.775
And the network is plugged 0.077
And I successfully configure Tor 20.994
And available upgrades have been checked 0.063
And all notifications have disappeared 4.298
Then the persistent Tor Browser directory exists 0.061
And there is a GNOME bookmark for the persistent Tor Browser directory 1.730
When I start the Tor Browser 22.319
And I open the address "https://tails.net/about" in the Tor Browser 11.302
And "Tails - How Tails works" has loaded in the Tor Browser 1.389
Then I can save the current page as "index.html" to the persistent Tor Browser directory 8.847
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 10.499
Then "Tails - How Tails works" has loaded in the Tor Browser 2.151
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.930
After features/support/hooks.rb:311 1.292
After features/support/hooks.rb:100 0.000
Tags: @product
44.014
Before features/support/hooks.rb:265 0.003
Given I have started Tails from DVD without network and logged in 8.507
Then the amnesiac Documents directory exists 0.115
And there is a GNOME bookmark for the amnesiac Documents directory 2.439
Then I start the Tor Browser in offline mode 24.902
And I can save the current page as "index.html" to the Documents GNOME bookmark 8.050
After features/support/hooks.rb:311 0.936
After features/support/hooks.rb:100 0.000
Tags: @product
46.022
Before features/support/hooks.rb:265 0.002
Given I have started Tails from DVD without network and logged in 10.214
Then the amnesiac Downloads directory exists 0.066
And there is a GNOME bookmark for the amnesiac Downloads directory 1.930
Then I start the Tor Browser in offline mode 24.895
And I can save the current page as "index.html" to the Downloads GNOME bookmark 8.916
After features/support/hooks.rb:311 0.991
After features/support/hooks.rb:100 0.000
Tags: @product
45.254
Before features/support/hooks.rb:265 0.003
Given I have started Tails from DVD without network and logged in 8.662
Then the amnesiac Music directory exists 0.061
And there is a GNOME bookmark for the amnesiac Music directory 1.453
Then I start the Tor Browser in offline mode 26.329
And I can save the current page as "index.html" to the Music GNOME bookmark 8.747
After features/support/hooks.rb:311 1.023
After features/support/hooks.rb:100 0.000
Tags: @product
48.716
Before features/support/hooks.rb:265 0.002
Given I have started Tails from DVD without network and logged in 8.194
Then the amnesiac Pictures directory exists 0.085
And there is a GNOME bookmark for the amnesiac Pictures directory 1.775
Then I start the Tor Browser in offline mode 30.768
And I can save the current page as "index.html" to the Pictures GNOME bookmark 7.893
After features/support/hooks.rb:311 0.822
After features/support/hooks.rb:100 0.000
Tags: @product
42.428
Before features/support/hooks.rb:265 0.003
Given I have started Tails from DVD without network and logged in 8.649
Then the amnesiac Videos directory exists 0.053
And there is a GNOME bookmark for the amnesiac Videos directory 1.468
Then I start the Tor Browser in offline mode 22.957
And I can save the current page as "index.html" to the Videos GNOME bookmark 9.299
After features/support/hooks.rb:311 0.887
After features/support/hooks.rb:100 0.000
Tags: @product
3:30.517
Before features/support/hooks.rb:265 0.004
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.982
And all tps features are active 3.178
And all persistent filesystems have safe access rights 0.232
And all persistence configuration files have safe access rights 0.443
And all persistent directories have safe access rights 2.394
When I start the Tor Browser in offline mode 26.051
And I add a bookmark to eff.org in the Tor Browser 11.003
And I cold reboot the computer 11.906
And the computer reboots Tails 59.783
And I enable persistence 14.607
And I log in to a new session 38.293
And all notifications have disappeared 9.786
And I start the Tor Browser in offline mode 19.932
Then the Tor Browser has a bookmark to eff.org 2.921
After features/support/hooks.rb:311 1.146
After features/support/hooks.rb:100 0.006