Manual test suite: use more precise data when comparing image size.
[tails.git] / features / torified_git.feature
blobcbb39631e31db23aa140c11c6a53e69283f4d8ca
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   #11563
11   @fragile
12   Scenario: Cloning a Git repository anonymously over HTTPS
13     When I clone the Git repository "https://git-tails.immerda.ch/myprivatekeyispublic/testing" in GNOME Terminal
14     Then the Git repository "testing" has been cloned successfully
16   Scenario: Cloning a Git repository anonymously over the Git protocol
17     When I clone the Git repository "git://git.tails.boum.org/myprivatekeyispublic/testing" in GNOME Terminal
18     Then the Git repository "testing" has been cloned successfully
20   Scenario: Cloning git repository over SSH
21     Given I have the SSH key pair for a Git repository
22     When I clone the Git repository "tails@git.tails.boum.org:myprivatekeyispublic/testing" in GNOME Terminal
23     Then the Git repository "testing" has been cloned successfully