Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 15 21 Mar 2024, 06:14

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 15:52.926 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
41.834
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.169
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 18.013
And the Tor Browser loads the startup page 1.083
And I open a page on the LAN web server in the Tor Browser 8.871
Then the Tor Browser shows the "Unable to connect" error 1.120
And no traffic was sent to the web server on the LAN 0.534
After features/support/hooks.rb:291 1.046
After features/support/hooks.rb:75 0.039
48.644
Before features/support/hooks.rb:245 0.006
Before features/support/hooks.rb:442 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.174
Then the amnesiac Tor Browser directory exists 0.079
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.576
And the persistent Tor Browser directory does not exist 0.050
When I start the Tor Browser 18.141
And the Tor Browser loads the startup page 1.190
Then I can save the current page as "index.html" to the default downloads directory 5.098
And I can print the current page as "output.pdf" to the default downloads directory 11.332
After features/support/hooks.rb:450 1.221
After features/support/hooks.rb:291 0.710
After features/support/hooks.rb:75 0.000
42.171
Before features/support/hooks.rb:245 0.006
Before features/support/hooks.rb:442 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.367
When I start the Tor Browser 18.179
Then the Tor Browser loads the startup page 1.156
When I download some file in the Tor Browser 11.290
Then the file is saved to the default Tor Browser download directory 0.178
After features/support/hooks.rb:450 2.253
After features/support/hooks.rb:291 0.596
After features/support/hooks.rb:75 0.000
1:9.664
Before features/support/hooks.rb:245 0.006
Before features/support/hooks.rb:442 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.151
When I start the Tor Browser 18.139
And the Tor Browser loads the startup page 1.132
Then I can listen to an Ogg audio track in Tor Browser 39.241
After features/support/hooks.rb:450 2.129
After features/support/hooks.rb:291 0.875
After features/support/hooks.rb:75 0.000
41.543
Before features/support/hooks.rb:245 0.004
Before features/support/hooks.rb:442 0.005
Given I have started Tails from DVD and logged in and the network is connected 11.203
When I start the Tor Browser 19.023
And the Tor Browser loads the startup page 1.125
Then I can watch a WebM video in Tor Browser 10.191
After features/support/hooks.rb:450 1.423
After features/support/hooks.rb:291 0.878
After features/support/hooks.rb:75 0.000
Tags: @product
1:7.565
Before features/support/hooks.rb:245 0.004
Given I have started Tails from DVD and logged in and the network is connected 11.093
And I copy "/usr/share/synaptic/html/index.html" to "/home/amnesia/Tor Browser/synaptic.html" as user "amnesia" 0.104
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.051
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.069
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.050
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.054
And the file "/tmp/synaptic.html" exists 0.056
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.120
When I start the Tor Browser 18.390
And the Tor Browser loads the startup page 1.019
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 9.043
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.557
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.076
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.136
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 8.445
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.502
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.061
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.092
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.412
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.510
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.061
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.093
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.275
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.525
# 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.059
# 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.128
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.515
After features/support/hooks.rb:291 0.687
After features/support/hooks.rb:75 0.000
Tags: @product
30.885
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.227
When I start the Tor Browser 18.446
Then the Tor Browser uses all expected TBB shared libraries 1.211
After features/support/hooks.rb:291 0.756
After features/support/hooks.rb:75 0.000
46.730
Before features/support/hooks.rb:245 0.006
Before features/support/hooks.rb:442 0.006
Given I have started Tails from DVD and logged in and the network is connected 11.098
When I start the Tor Browser 18.929
And the Tor Browser loads the startup page 0.967
And I open the Tails homepage in the Tor Browser 9.181
Then the Tor Browser loads the Tails homepage 1.227
When I request a new identity in Tor Browser 3.166
Then the Tor Browser restarts into a fresh session 2.158
After features/support/hooks.rb:450 1.561
After features/support/hooks.rb:291 0.944
After features/support/hooks.rb:75 0.000
Tags: @product
31.548
Before features/support/hooks.rb:245 0.004
Given I have started Tails from DVD and logged in and the network is connected 11.118
When I start the Tor Browser 17.932
And the Tor Browser loads the startup page 0.985
Then Tor Browser's circuit view is working 1.512
After features/support/hooks.rb:291 0.648
After features/support/hooks.rb:75 0.000
Tags: @product
49.773
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD and logged in and the network is connected 10.991
When I start the Tor Browser 18.481
And the Tor Browser loads the startup page 0.978
When I open the address "https://net.ipcalf.com/" in the Tor Browser 9.036
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.064
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 8.297
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 0.923
After features/support/hooks.rb:291 0.724
After features/support/hooks.rb:75 0.000
Tags: @product
1:33.662
Before features/support/hooks.rb:245 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 10.961
And the network is plugged 0.043
And I successfully configure Tor 16.681
And available upgrades have been checked 1.101
And all notifications have disappeared 4.058
Then the persistent Tor Browser directory exists 0.060
And there is a GNOME bookmark for the persistent Tor Browser directory 1.573
When I start the Tor Browser 17.985
And I open the address "https://tails.net/about" in the Tor Browser 10.188
And "Tails - How Tails works" has loaded in the Tor Browser 1.291
Then I can save the current page as "index.html" to the persistent Tor Browser directory 8.908
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 8.850
Then "Tails - How Tails works" has loaded in the Tor Browser 1.678
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.278
After features/support/hooks.rb:291 0.824
After features/support/hooks.rb:75 0.000
Tags: @product
40.351
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD without network and logged in 8.243
Then the amnesiac Documents directory exists 0.050
And there is a GNOME bookmark for the amnesiac Documents directory 1.175
Then I start the Tor Browser in offline mode 21.499
And I can save the current page as "index.html" to the Documents GNOME bookmark 9.381
After features/support/hooks.rb:291 1.044
After features/support/hooks.rb:75 0.000
Tags: @product
38.278
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD without network and logged in 8.039
Then the amnesiac Downloads directory exists 0.047
And there is a GNOME bookmark for the amnesiac Downloads directory 1.172
Then I start the Tor Browser in offline mode 20.762
And I can save the current page as "index.html" to the Downloads GNOME bookmark 8.256
After features/support/hooks.rb:291 1.003
After features/support/hooks.rb:75 0.000
Tags: @product
39.304
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD without network and logged in 7.968
Then the amnesiac Music directory exists 0.055
And there is a GNOME bookmark for the amnesiac Music directory 1.198
Then I start the Tor Browser in offline mode 21.665
And I can save the current page as "index.html" to the Music GNOME bookmark 8.416
After features/support/hooks.rb:291 0.998
After features/support/hooks.rb:75 0.000
Tags: @product
39.073
Before features/support/hooks.rb:245 0.004
Given I have started Tails from DVD without network and logged in 7.968
Then the amnesiac Pictures directory exists 0.047
And there is a GNOME bookmark for the amnesiac Pictures directory 1.194
Then I start the Tor Browser in offline mode 21.505
And I can save the current page as "index.html" to the Pictures GNOME bookmark 8.358
After features/support/hooks.rb:291 1.044
After features/support/hooks.rb:75 0.000
Tags: @product
39.494
Before features/support/hooks.rb:245 0.006
Given I have started Tails from DVD without network and logged in 7.851
Then the amnesiac Videos directory exists 0.053
And there is a GNOME bookmark for the amnesiac Videos directory 1.197
Then I start the Tor Browser in offline mode 21.057
And I can save the current page as "index.html" to the Videos GNOME bookmark 9.334
After features/support/hooks.rb:291 1.279
After features/support/hooks.rb:75 0.000
Tags: @product
3:12.400
Before features/support/hooks.rb:245 0.006
Given I have started Tails without network from a USB drive with a persistent partition enabled and logged in 9.813
And all tps features are active 1.869
And all persistent filesystems have safe access rights 0.216
And all persistence configuration files have safe access rights 0.339
And all persistent directories have safe access rights 2.215
When I start the Tor Browser in offline mode 21.482
And I add a bookmark to eff.org in the Tor Browser 13.080
And I cold reboot the computer 7.996
And the computer reboots Tails 59.638
And I enable persistence 12.938
And I log in to a new session 32.461
And all notifications have disappeared 8.678
And I start the Tor Browser in offline mode 20.458
Then the Tor Browser has a bookmark to eff.org 1.211
After features/support/hooks.rb:291 0.813
After features/support/hooks.rb:75 0.009