diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 19:54:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:02 +0100 |
commit | 4642186288c4e75ebe69ce32aa023d31cde22d93 (patch) | |
tree | 999431f146adc236393692964922d3b7e646acbe /features/DebianLive7 | |
parent | f04538ad636916208114718a6b853185c578cffb (diff) | |
download | jenkins.debian.net-4642186288c4e75ebe69ce32aa023d31cde22d93.tar.xz |
lvc: copy apt.feature to DebianLive7/apt.feature and simplify greatly
Diffstat (limited to 'features/DebianLive7')
-rw-r--r-- | features/DebianLive7/apt.feature | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/features/DebianLive7/apt.feature b/features/DebianLive7/apt.feature new file mode 100644 index 00000000..c2d700f8 --- /dev/null +++ b/features/DebianLive7/apt.feature @@ -0,0 +1,19 @@ +@product +Feature: Installing packages through APT + As a Tails user + I should be able to install packages using APT + + Background: + Given a computer + And I capture all network traffic + And I start the computer + And the computer boots DebianLive7 + 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 + |