blob: b5277ca7feb7f7166d892bef53b17fe8304d4230 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
|