tor_bridges.feature 1.0 KB

12345678910111213141516171819202122232425262728
  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
  7. Background:
  8. Given I have started Tails from DVD without network and logged in with bridge mode enabled
  9. And I capture all network traffic
  10. When the network is plugged
  11. Then the Tor Launcher autostarts
  12. And the Tor Launcher uses all expected TBB shared libraries
  13. #11589
  14. @fragile
  15. Scenario: Using bridges
  16. When I configure some bridge pluggable transports in Tor Launcher
  17. Then Tor is ready
  18. And available upgrades have been checked
  19. And all Internet traffic has only flowed through the configured pluggable transports
  20. Scenario: Using obfs4 pluggable transports
  21. When I configure some obfs4 pluggable transports in Tor Launcher
  22. Then Tor is ready
  23. And available upgrades have been checked
  24. And all Internet traffic has only flowed through the configured pluggable transports