apt.feature 881 B

123456789101112131415161718192021222324
  1. @product
  2. Feature: Installing packages through APT
  3. As a Tails user
  4. when I set an administration password in Tails Greeter
  5. I should be able to install packages using APT and Synaptic
  6. and all Internet traffic should flow only through Tor.
  7. Background:
  8. Given I have started Tails from DVD and logged in with an administration password and the network is connected
  9. Scenario: APT sources are configured correctly
  10. Then the only hosts in APT sources are "ftp.us.debian.org,security.debian.org,deb.tails.boum.org,deb.torproject.org"
  11. @check_tor_leaks
  12. Scenario: Install packages using apt
  13. When I update APT using apt
  14. Then I should be able to install a package using apt
  15. @check_tor_leaks
  16. Scenario: Install packages using Synaptic
  17. When I start Synaptic
  18. And I update APT using Synaptic
  19. Then I should be able to install a package using Synaptic