diff options
author | Tails developers <amnesia@boum.org> | 2014-12-19 00:40:08 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:45:40 +0100 |
commit | 51680b6ebb645d37ebdfcd122ca163b3a638aefa (patch) | |
tree | 337e128d2eac3cbc89ecbacf38851bfa33469cd5 /features/apt.feature | |
parent | 44bab3c86ca3d95837f4c50cc535206352385a46 (diff) | |
download | jenkins.debian.net-51680b6ebb645d37ebdfcd122ca163b3a638aefa.tar.xz |
files copied from https://git-tails.immerda.ch/tails - many thanks to the tails developers for their nice work and documentation of it - these files have been released under the GNU General Public License version 3 or (at your option) any later version
features/images has been omitted
Diffstat (limited to 'features/apt.feature')
-rw-r--r-- | features/apt.feature | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/features/apt.feature b/features/apt.feature new file mode 100644 index 00000000..e86d3c60 --- /dev/null +++ b/features/apt.feature @@ -0,0 +1,34 @@ +@product +Feature: Installing packages through APT + As a Tails user + when I set an administration password in Tails Greeter + I should be able to install packages using APT and Synaptic + and all Internet traffic should flow only through Tor. + + Background: + Given a computer + And I capture all network traffic + And I start the computer + And the computer boots Tails + And I enable more Tails Greeter options + And I set sudo password "asdf" + And I log in to a new session + And GNOME has started + And Tor is ready + And all notifications have disappeared + And available upgrades have been checked + And I save the state so the background can be restored next scenario + + Scenario: APT sources are configured correctly + Then the only hosts in APT sources are "ftp.us.debian.org,security.debian.org,backports.debian.org,deb.tails.boum.org,deb.torproject.org,mozilla.debian.net" + + Scenario: Install packages using apt-get + When I update APT using apt-get + Then I should be able to install a package using apt-get + And all Internet traffic has only flowed through Tor + + Scenario: Install packages using Synaptic + When I start Synaptic + And I update APT using Synaptic + Then I should be able to install a package using Synaptic + And all Internet traffic has only flowed through Tor |