Release process: this is also true for the automated test suite.
[tails.git] / features / tor_bridges.feature
blob1355f2b730f46d9fe36602cfafc5c265041922ec
1 #11606
2 @product @fragile
3 Feature: Using Tails with Tor pluggable transports
4   As a Tails user
5   I want to circumvent censorship of Tor by using Tor pluggable transports
6   And avoid connecting directly to the Tor Network
8   Background:
9     Given I have started Tails from DVD without network and logged in with bridge mode enabled
10     And I capture all network traffic
11     When the network is plugged
12     Then the Tor Launcher autostarts
13     And the Tor Launcher uses all expected TBB shared libraries
15   #11589
16   @fragile
17   Scenario: Using bridges
18     When I configure some bridge pluggable transports in Tor Launcher
19     Then Tor is ready
20     And available upgrades have been checked
21     And all Internet traffic has only flowed through the configured pluggable transports
23   Scenario: Using obfs4 pluggable transports
24     When I configure some obfs4 pluggable transports in Tor Launcher
25     Then Tor is ready
26     And available upgrades have been checked
27     And all Internet traffic has only flowed through the configured pluggable transports