dhcp.feature 962 B

1234567891011121314151617181920212223
  1. @product
  2. Feature: Getting a DHCP lease without leaking too much information
  3. As a Tails user
  4. when I connect to a network with a DHCP server
  5. I should be able to connect to the Internet
  6. and the hostname should not have been leaked on the network.
  7. Background:
  8. Given I have started Tails from DVD without network and logged in
  9. And I capture all network traffic
  10. And the network is plugged
  11. And Tor is ready
  12. And all notifications have disappeared
  13. And available upgrades have been checked
  14. Scenario: Getting a DHCP lease with the default NetworkManager connection
  15. Then the hostname should not have been leaked on the network
  16. Scenario: Getting a DHCP lease with a manually configured NetworkManager connection
  17. When I add a wired DHCP NetworkManager connection called "manually-added-con"
  18. And I switch to the "manually-added-con" NetworkManager connection
  19. Then the hostname should not have been leaked on the network