diff options
author | Philip Hands <phil@hands.com> | 2016-03-14 15:36:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | da080c472fc415b0ce918f4dd4a1ab143bb1bca4 (patch) | |
tree | bf63179f32f0eda0c2d5796e3e31c18c3c1185cf /features/tor_bridges.feature | |
parent | 26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (diff) | |
download | jenkins.debian.net-da080c472fc415b0ce918f4dd4a1ab143bb1bca4.tar.xz |
rough attempt to grab the good cucumber bits from recent tails
Diffstat (limited to 'features/tor_bridges.feature')
-rw-r--r-- | features/tor_bridges.feature | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/features/tor_bridges.feature b/features/tor_bridges.feature new file mode 100644 index 00000000..b5277ca7 --- /dev/null +++ b/features/tor_bridges.feature @@ -0,0 +1,36 @@ +@product @fragile +Feature: Using Tails with Tor pluggable transports + As a Tails user + I want to circumvent censorship of Tor by using Tor pluggable transports + And avoid connecting directly to the Tor Network + + Background: + Given I have started Tails from DVD without network and logged in with bridge mode enabled + And I capture all network traffic + When the network is plugged + Then the Tor Launcher autostarts + And the Tor Launcher uses all expected TBB shared libraries + + Scenario: Using bridges + When I configure some Bridge pluggable transports in Tor Launcher + Then Tor is ready + And available upgrades have been checked + And all Internet traffic has only flowed through the configured pluggable transports + + Scenario: Using obfs2 pluggable transports + When I configure some obfs2 pluggable transports in Tor Launcher + Then Tor is ready + And available upgrades have been checked + And all Internet traffic has only flowed through the configured pluggable transports + + Scenario: Using obfs3 pluggable transports + When I configure some obfs3 pluggable transports in Tor Launcher + Then Tor is ready + And available upgrades have been checked + And all Internet traffic has only flowed through the configured pluggable transports + + Scenario: Using obfs4 pluggable transports + When I configure some obfs4 pluggable transports in Tor Launcher + Then Tor is ready + And available upgrades have been checked + And all Internet traffic has only flowed through the configured pluggable transports |