networking.feature 1.0 KB

12345678910111213141516171819202122232425262728
  1. @product
  2. Feature: Networking
  3. Scenario: No initial network
  4. Given I have started Tails from DVD without network and logged in
  5. And I wait between 30 and 60 seconds
  6. Then the Tor Status icon tells me that Tor is not usable
  7. When the network is plugged
  8. Then Tor is ready
  9. And the Tor Status icon tells me that Tor is usable
  10. And all notifications have disappeared
  11. And the time has synced
  12. Scenario: The Tails Greeter "disable all networking" option disables networking within Tails
  13. Given I have started Tails from DVD without network and stopped at Tails Greeter's login screen
  14. And I enable more Tails Greeter options
  15. And I disable all networking in the Tails Greeter
  16. And I log in to a new session
  17. Then no network interfaces are enabled
  18. #11463
  19. @fragile
  20. Scenario: The 'Tor is ready' notification is shown when Tor has bootstrapped
  21. Given I have started Tails from DVD without network and logged in
  22. And the network is plugged
  23. When I see the 'Tor is ready' notification
  24. Then Tor is ready