Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 106 14 Jun 2024, 15:16

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:49.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
49.914
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 13.824
And a web server is running on the LAN 1.057
And I capture all network traffic 0.006
When I start the Tor Browser 22.659
And the Tor Browser loads the startup page 1.292
And I open a page on the LAN web server in the Tor Browser 9.578
Then the Tor Browser shows the "Unable to connect" error 1.074
And no traffic was sent to the web server on the LAN 0.421
After features/support/hooks.rb:320 0.941
After features/support/hooks.rb:100 0.055
56.771
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:501 0.005
Given I have started Tails from DVD and logged in and the network is connected 12.478
Then the amnesiac Tor Browser directory exists 0.059
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.910
And the persistent Tor Browser directory does not exist 0.057
When I start the Tor Browser 23.326
And the Tor Browser loads the startup page 1.131
Then I can save the current page as "index.html" to the default downloads directory 6.060
And I can print the current page as "output.pdf" to the default downloads directory 11.747
After features/support/hooks.rb:509 1.199
After features/support/hooks.rb:320 0.697
After features/support/hooks.rb:100 0.000
50.822
Before features/support/hooks.rb:269 0.008
Before features/support/hooks.rb:501 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.413
When I start the Tor Browser 23.962
Then the Tor Browser loads the startup page 1.319
When I download some file in the Tor Browser 12.850
Then the file is saved to the default Tor Browser download directory 0.276
After features/support/hooks.rb:509 2.345
After features/support/hooks.rb:320 0.734
After features/support/hooks.rb:100 0.000
1:20.665
Before features/support/hooks.rb:269 0.006
Before features/support/hooks.rb:501 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.544
When I start the Tor Browser 23.639
And the Tor Browser loads the startup page 1.372
Then I can listen to an Ogg audio track in Tor Browser 43.110
After features/support/hooks.rb:509 2.195
After features/support/hooks.rb:320 1.103
After features/support/hooks.rb:100 0.000
51.186
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:501 0.006
Given I have started Tails from DVD and logged in and the network is connected 14.625
When I start the Tor Browser 22.349
And the Tor Browser loads the startup page 1.058
Then I can watch a WebM video in Tor Browser 13.151
After features/support/hooks.rb:509 1.180
After features/support/hooks.rb:320 0.979
After features/support/hooks.rb:100 0.000
Tags: @product
1:20.531
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 14.556
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.143
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/.gnupg/synaptic.html" as user "amnesia" 0.055
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.059
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.096
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.068
And the file "/tmp/synaptic.html" exists 0.069
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.147
When I start the Tor Browser 24.220
And the Tor Browser loads the startup page 1.295
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 12.298
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.569
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.248
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.173
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.916
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.589
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.102
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.223
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.529
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.066
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.142
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.886
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.559
# 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.076
# 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 5.705
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.537
After features/support/hooks.rb:320 0.742
After features/support/hooks.rb:100 0.000
Tags: @product
35.418
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD and logged in and the network is connected 12.387
When I start the Tor Browser 21.910
Then the Tor Browser uses all expected TBB shared libraries 1.120
After features/support/hooks.rb:320 0.676
After features/support/hooks.rb:100 0.000
55.446
Before features/support/hooks.rb:269 0.005
Before features/support/hooks.rb:501 0.004
Given I have started Tails from DVD and logged in and the network is connected 12.463
When I start the Tor Browser 23.054
And the Tor Browser loads the startup page 1.172
And I open the Tails homepage in the Tor Browser 9.812
Then the Tor Browser loads the Tails homepage 1.180
When I request a new identity in Tor Browser 2.128
Then the Tor Browser restarts into a fresh session 5.634
After features/support/hooks.rb:509 2.409
After features/support/hooks.rb:320 1.137
After features/support/hooks.rb:100 0.000
Tags: @product
39.177
Before features/support/hooks.rb:269 0.006
Given I have started Tails from DVD and logged in and the network is connected 12.595
When I start the Tor Browser 23.850
And the Tor Browser loads the startup page 1.121
Then Tor Browser's circuit view is working 1.610
After features/support/hooks.rb:320 0.715
After features/support/hooks.rb:100 0.000
Tags: @product
1:0.280
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 13.959
When I start the Tor Browser 22.009
And the Tor Browser loads the startup page 1.087
When I open the address "https://net.ipcalf.com/" in the Tor Browser 12.006
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.195
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 8.720
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.301
After features/support/hooks.rb:320 0.760
After features/support/hooks.rb:100 0.000
Tags: @product
1:58.289
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 25.195
And the network is plugged 0.044
And I successfully configure Tor 18.104
And available upgrades have been checked 2.218
And all notifications have disappeared 4.547
Then the persistent Tor Browser directory exists 0.059
And there is a GNOME bookmark for the persistent Tor Browser directory 1.759
When I start the Tor Browser 22.296
And I open the address "https://tails.net/about" in the Tor Browser 11.119
And "Tails - How Tails works" has loaded in the Tor Browser 1.330
Then I can save the current page as "index.html" to the persistent Tor Browser directory 8.948
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 9.588
Then "Tails - How Tails works" has loaded in the Tor Browser 2.000
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 11.076
After features/support/hooks.rb:320 0.795
After features/support/hooks.rb:100 0.000
Tags: @product
44.261
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.578
Then the amnesiac Documents directory exists 0.066
And there is a GNOME bookmark for the amnesiac Documents directory 1.660
Then I start the Tor Browser in offline mode 26.231
And I can save the current page as "index.html" to the Documents GNOME bookmark 7.725
After features/support/hooks.rb:320 0.841
After features/support/hooks.rb:100 0.000
Tags: @product
43.818
Before features/support/hooks.rb:269 0.005
Given I have started Tails from DVD without network and logged in 8.479
Then the amnesiac Downloads directory exists 0.063
And there is a GNOME bookmark for the amnesiac Downloads directory 1.706
Then I start the Tor Browser in offline mode 24.269
And I can save the current page as "index.html" to the Downloads GNOME bookmark 9.299
After features/support/hooks.rb:320 0.871
After features/support/hooks.rb:100 0.000
Tags: @product
58.694
Before features/support/hooks.rb:269 0.008
Given I have started Tails from DVD without network and logged in 21.754
Then the amnesiac Music directory exists 0.056
And there is a GNOME bookmark for the amnesiac Music directory 1.533
Then I start the Tor Browser in offline mode 26.172
And I can save the current page as "index.html" to the Music GNOME bookmark 9.175
After features/support/hooks.rb:320 0.918
After features/support/hooks.rb:100 0.000
Tags: @product
46.626
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.372
Then the amnesiac Pictures directory exists 0.057
And there is a GNOME bookmark for the amnesiac Pictures directory 1.800
Then I start the Tor Browser in offline mode 28.494
And I can save the current page as "index.html" to the Pictures GNOME bookmark 7.901
After features/support/hooks.rb:320 0.821
After features/support/hooks.rb:100 0.000
Tags: @product
45.088
Before features/support/hooks.rb:269 0.009
Given I have started Tails from DVD without network and logged in 8.472
Then the amnesiac Videos directory exists 0.072
And there is a GNOME bookmark for the amnesiac Videos directory 1.617
Then I start the Tor Browser in offline mode 25.190
And I can save the current page as "index.html" to the Videos GNOME bookmark 9.735
After features/support/hooks.rb:320 0.859
After features/support/hooks.rb:100 0.000
Tags: @product
3:32.982
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 10.220
And all tps features are active 2.227
And all persistent filesystems have safe access rights 0.253
And all persistence configuration files have safe access rights 0.452
And all persistent directories have safe access rights 2.599
When I start the Tor Browser in offline mode 24.627
And I add a bookmark to eff.org in the Tor Browser 14.034
And I cold reboot the computer 11.447
And the computer reboots Tails 1:1.002
And I enable persistence 17.143
And I log in to a new session 37.517
And all notifications have disappeared 8.187
And I start the Tor Browser in offline mode 22.033
Then the Tor Browser has a bookmark to eff.org 1.234
After features/support/hooks.rb:320 1.272
After features/support/hooks.rb:100 0.012