Project Number Date
test_Tails_ISO_20268-more-early-patch-functionality 98 08 Jun 2024, 06:21

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 17:37.078 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
48.732
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.960
And a web server is running on the LAN 1.039
And I capture all network traffic 0.007
When I start the Tor Browser 20.943
And the Tor Browser loads the startup page 1.203
And I open a page on the LAN web server in the Tor Browser 11.988
Then the Tor Browser shows the "Unable to connect" error 1.251
And no traffic was sent to the web server on the LAN 0.338
After features/support/hooks.rb:315 0.858
After features/support/hooks.rb:100 0.039
53.524
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:496 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.937
Then the amnesiac Tor Browser directory exists 0.054
And there is a GNOME bookmark for the amnesiac Tor Browser directory 1.712
And the persistent Tor Browser directory does not exist 0.047
When I start the Tor Browser 21.873
And the Tor Browser loads the startup page 1.287
Then I can save the current page as "index.html" to the default downloads directory 5.607
And I can print the current page as "output.pdf" to the default downloads directory 11.004
After features/support/hooks.rb:504 1.016
After features/support/hooks.rb:315 0.693
After features/support/hooks.rb:100 0.000
49.867
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:496 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.989
When I start the Tor Browser 21.956
Then the Tor Browser loads the startup page 1.132
When I download some file in the Tor Browser 14.542
Then the file is saved to the default Tor Browser download directory 0.246
After features/support/hooks.rb:504 1.876
After features/support/hooks.rb:315 0.709
After features/support/hooks.rb:100 0.000
1:20.153
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:496 0.008
Given I have started Tails from DVD and logged in and the network is connected 11.954
When I start the Tor Browser 21.487
And the Tor Browser loads the startup page 1.171
Then I can listen to an Ogg audio track in Tor Browser 45.539
After features/support/hooks.rb:504 1.975
After features/support/hooks.rb:315 1.014
After features/support/hooks.rb:100 0.000
44.900
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:496 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.971
When I start the Tor Browser 21.390
And the Tor Browser loads the startup page 0.997
Then I can watch a WebM video in Tor Browser 10.540
After features/support/hooks.rb:504 1.015
After features/support/hooks.rb:315 0.878
After features/support/hooks.rb:100 0.000
Tags: @product
1:12.566
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.989
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.051
And I copy "/usr/share/synaptic/html/index.html" to "/tmp/synaptic.html" as user "amnesia" 0.063
Then the file "/home/amnesia/.gnupg/synaptic.html" exists 0.052
And the file "/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.056
And the file "/live/overlay/rw/home/amnesia/.gnupg/synaptic.html" exists 0.051
And the file "/tmp/synaptic.html" exists 0.042
Given I start monitoring the AppArmor log of "torbrowser_firefox" 0.124
When I start the Tor Browser 21.990
And the Tor Browser loads the startup page 1.336
And I open the address "file:///home/amnesia/Tor Browser/synaptic.html" in the Tor Browser 10.667
Then I see "TorBrowserSynapticManual.png" after at most 5 seconds 0.548
And AppArmor has not denied "torbrowser_firefox" from opening "/home/amnesia/Tor Browser/synaptic.html" 0.271
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.130
When I open the address "file:///home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.566
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.524
And AppArmor has denied "torbrowser_firefox" from opening "/home/amnesia/.gnupg/synaptic.html" 0.059
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.112
When I open the address "file:///lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.491
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.499
And AppArmor has denied "torbrowser_firefox" from opening "/usr/lib/live/mount/overlay/rw/home/amnesia/.gnupg/synaptic.html" 0.073
Given I restart monitoring the AppArmor log of "torbrowser_firefox" 0.095
When I open the address "file:///live/overlay/rw/home/amnesia/.gnupg/synaptic.html" in the Tor Browser 5.791
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.504
# 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.067
# 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.740
Then I do not see "TorBrowserSynapticManual.png" after at most 5 seconds 0.517
After features/support/hooks.rb:315 0.720
After features/support/hooks.rb:100 0.000
Tags: @product
34.203
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.066
When I start the Tor Browser 20.837
Then the Tor Browser uses all expected TBB shared libraries 1.299
After features/support/hooks.rb:315 0.889
After features/support/hooks.rb:100 0.000
56.323
Before features/support/hooks.rb:269 0.007
Before features/support/hooks.rb:496 0.007
Given I have started Tails from DVD and logged in and the network is connected 11.952
When I start the Tor Browser 21.776
And the Tor Browser loads the startup page 1.224
And I open the Tails homepage in the Tor Browser 12.131
Then the Tor Browser loads the Tails homepage 1.256
When I request a new identity in Tor Browser 2.110
Then the Tor Browser restarts into a fresh session 5.873
After features/support/hooks.rb:504 2.132
After features/support/hooks.rb:315 1.178
After features/support/hooks.rb:100 0.000
Tags: @product
37.400
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.199
When I start the Tor Browser 22.526
And the Tor Browser loads the startup page 1.081
Then Tor Browser's circuit view is working 1.593
After features/support/hooks.rb:315 0.925
After features/support/hooks.rb:100 0.000
Tags: @product
55.129
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD and logged in and the network is connected 12.219
When I start the Tor Browser 20.541
And the Tor Browser loads the startup page 1.066
When I open the address "https://net.ipcalf.com/" in the Tor Browser 10.166
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.216
When I open the address "https://mozilla.github.io/webrtc-landing/pc_test.html" in the Tor Browser 8.599
Then Tor Browser displays a "RTCPeerConnection is missing!" heading on the "Simple RTCPeerConnection Video Test" page 1.318
After features/support/hooks.rb:315 0.710
After features/support/hooks.rb:100 0.000
Tags: @product
1:35.326
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.254
And the network is plugged 0.052
And I successfully configure Tor 15.375
And available upgrades have been checked 1.121
And all notifications have disappeared 4.225
Then the persistent Tor Browser directory exists 0.058
And there is a GNOME bookmark for the persistent Tor Browser directory 1.634
When I start the Tor Browser 19.824
And I open the address "https://tails.net/about" in the Tor Browser 10.866
And "Tails - How Tails works" has loaded in the Tor Browser 1.243
Then I can save the current page as "index.html" to the persistent Tor Browser directory 8.818
And I open the address "file:///home/amnesia/Persistent/Tor Browser/index.html" in the Tor Browser 9.663
Then "Tails - How Tails works" has loaded in the Tor Browser 1.645
And I can print the current page as "output.pdf" to the persistent Tor Browser directory 10.541
After features/support/hooks.rb:315 0.849
After features/support/hooks.rb:100 0.000
Tags: @product
45.575
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.215
Then the amnesiac Documents directory exists 0.101
And there is a GNOME bookmark for the amnesiac Documents directory 1.662
Then I start the Tor Browser in offline mode 24.180
And I can save the current page as "index.html" to the Documents GNOME bookmark 11.416
After features/support/hooks.rb:315 1.004
After features/support/hooks.rb:100 0.000
Tags: @product
44.395
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.098
Then the amnesiac Downloads directory exists 0.048
And there is a GNOME bookmark for the amnesiac Downloads directory 1.695
Then I start the Tor Browser in offline mode 24.374
And I can save the current page as "index.html" to the Downloads GNOME bookmark 10.177
After features/support/hooks.rb:315 1.070
After features/support/hooks.rb:100 0.000
Tags: @product
44.322
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.012
Then the amnesiac Music directory exists 0.049
And there is a GNOME bookmark for the amnesiac Music directory 1.629
Then I start the Tor Browser in offline mode 24.069
And I can save the current page as "index.html" to the Music GNOME bookmark 10.561
After features/support/hooks.rb:315 1.050
After features/support/hooks.rb:100 0.000
Tags: @product
43.299
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.026
Then the amnesiac Pictures directory exists 0.061
And there is a GNOME bookmark for the amnesiac Pictures directory 1.682
Then I start the Tor Browser in offline mode 24.557
And I can save the current page as "index.html" to the Pictures GNOME bookmark 8.971
After features/support/hooks.rb:315 0.942
After features/support/hooks.rb:100 0.000
Tags: @product
43.983
Before features/support/hooks.rb:269 0.007
Given I have started Tails from DVD without network and logged in 8.121
Then the amnesiac Videos directory exists 0.052
And there is a GNOME bookmark for the amnesiac Videos directory 1.614
Then I start the Tor Browser in offline mode 24.669
And I can save the current page as "index.html" to the Videos GNOME bookmark 9.524
After features/support/hooks.rb:315 1.040
After features/support/hooks.rb:100 0.000
Tags: @product
3:27.375
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 9.871
And all tps features are active 2.008
And all persistent filesystems have safe access rights 0.255
And all persistence configuration files have safe access rights 0.394
And all persistent directories have safe access rights 2.217
When I start the Tor Browser in offline mode 24.633
And I add a bookmark to eff.org in the Tor Browser 13.544
And I cold reboot the computer 11.326
And the computer reboots Tails 58.245
And I enable persistence 14.515
And I log in to a new session 37.388
And all notifications have disappeared 9.208
And I start the Tor Browser in offline mode 22.526
Then the Tor Browser has a bookmark to eff.org 1.238
After features/support/hooks.rb:315 1.192
After features/support/hooks.rb:100 0.011