Merge remote-tracking branch 'origin/stable' into devel
[tails.git] / features / torified_git.feature
blobbf0fa7a303ecd64506071140d3c15d00328645e5
1 @product @check_tor_leaks
2 Feature: Cloning a Git repository
3   As a Tails user
4   when I clone a Git repository
5   all Internet traffic should flow only through Tor
7   Background:
8     Given I have started Tails from DVD and logged in and the network is connected
10   Scenario: Cloning a Git repository anonymously over HTTPS
11     When I clone the Git repository "https://github.com/intrigeri/Dist-Zilla-Plugin-LocaleMsgfmt.git" in GNOME Terminal
12     Then the Git repository "Dist-Zilla-Plugin-LocaleMsgfmt" has been cloned successfully
14   Scenario: Cloning git repository over SSH
15     Given I have the SSH key pair for a Git repository
16     When I clone the Git repository "ssh://gitolite3@lizard.tails.boum.org:3004/myprivatekeyispublic/testing.git" in GNOME Terminal
17     Then the Git repository "testing" has been cloned successfully