From a5d56e3b5443263b53b0487c81125123411bd0cf Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Wed, 11 May 2016 17:11:01 +0200 Subject: move cucumber things under cucumber/ --- features/torified_misc.feature | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 features/torified_misc.feature (limited to 'features/torified_misc.feature') diff --git a/features/torified_misc.feature b/features/torified_misc.feature deleted file mode 100644 index 75f3fd0b..00000000 --- a/features/torified_misc.feature +++ /dev/null @@ -1,24 +0,0 @@ -@product @check_tor_leaks @fragile -Feature: Various checks for torified software - - Background: - Given I have started Tails from DVD and logged in and the network is connected - - Scenario: wget(1) should work for HTTP and go through Tor. - When I wget "http://example.com/" to stdout - Then the wget command is successful - And the wget standard output contains "Example Domain" - - Scenario: wget(1) should work for HTTPS and go through Tor. - When I wget "https://example.com/" to stdout - Then the wget command is successful - And the wget standard output contains "Example Domain" - - Scenario: wget(1) with tricky options should work for HTTP and go through Tor. - When I wget "http://195.154.14.189/tails/stable/" to stdout with the '--spider --header="Host: dl.amnesia.boum.org"' options - Then the wget command is successful - - Scenario: whois(1) should work and go through Tor. - When I query the whois directory service for "torproject.org" - Then the whois command is successful - Then the whois standard output contains "The Tor Project" -- cgit v1.2.3-70-g09d2