Merge remote-tracking branch 'origin/master' into stable
[tails.git] / features / torified_misc.feature
blob92ff9c58a91ffe341f6351793f8bdb148904e3af
1 @product @check_tor_leaks
2 Feature: Various checks for torified software
4   Background:
5     Given I have started Tails from DVD and logged in and the network is connected
7   Scenario: wget(1) should work for HTTPS and go through Tor
8     When I wget "https://example.com/" to stdout
9     Then the wget command is successful
10     And the wget standard output contains "Example Domain"
12   Scenario: wget(1) with tricky options should work for HTTP and go through Tor
13     When I wget "some Tails mirror" to stdout with the '--spider --header="Host: dl.amnesia.boum.org"' options
14     Then the wget command is successful
16   Scenario: curl should work for HTTPS and go through Tor
17     When I curl "https://example.com/" to stdout
18     Then the curl command is successful
19     And the curl standard output contains "Example Domain"