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_git.feature | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 features/torified_git.feature (limited to 'features/torified_git.feature') diff --git a/features/torified_git.feature b/features/torified_git.feature deleted file mode 100644 index 04e19a53..00000000 --- a/features/torified_git.feature +++ /dev/null @@ -1,31 +0,0 @@ -#10497: wait_until_tor_is_working -#10444: Git tests are fragile -@product @check_tor_leaks @fragile -Feature: Cloning a Git repository - As a Tails user - when I clone a Git repository - all Internet traffic should flow only through Tor - - Background: - Given I have started Tails from DVD and logged in and the network is connected - - @fragile - Scenario: Cloning a Git repository anonymously over HTTPS - When I run "git clone https://git-tails.immerda.ch/myprivatekeyispublic/testing" in GNOME Terminal - Then process "git" is running within 10 seconds - And process "git" has stopped running after at most 180 seconds - And the Git repository "testing" has been cloned successfully - - Scenario: Cloning a Git repository anonymously over the Git protocol - When I run "git clone git://git.tails.boum.org/myprivatekeyispublic/testing" in GNOME Terminal - Then process "git" is running within 10 seconds - And process "git" has stopped running after at most 180 seconds - And the Git repository "testing" has been cloned successfully - - Scenario: Cloning git repository over SSH - Given I have the SSH key pair for a Git repository - When I run "git clone tails@git.tails.boum.org:myprivatekeyispublic/testing" in GNOME Terminal - Then process "git" is running within 10 seconds - When I verify the SSH fingerprint for the Git repository - And process "git" has stopped running after at most 180 seconds - Then the Git repository "testing" has been cloned successfully -- cgit v1.2.3-70-g09d2