summaryrefslogtreecommitdiffstats
path: root/features/DebianLive7/apt.feature
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-02 00:17:04 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-02 00:17:04 +0100
commit1ea0ab3f154f9a875b9d40e10694f86801413eef (patch)
tree68e3a3acbd269efb4af23a07f0e94b94bef39571 /features/DebianLive7/apt.feature
parentfdbd3c03d1d0e1a85a9a8fc58d22e98e33e40d4d (diff)
downloadjenkins.debian.net-1ea0ab3f154f9a875b9d40e10694f86801413eef.tar.xz
lvc: add new job to test new Debian Edu live images
Diffstat (limited to 'features/DebianLive7/apt.feature')
-rw-r--r--features/DebianLive7/apt.feature19
1 files changed, 0 insertions, 19 deletions
diff --git a/features/DebianLive7/apt.feature b/features/DebianLive7/apt.feature
deleted file mode 100644
index 43775b83..00000000
--- a/features/DebianLive7/apt.feature
+++ /dev/null
@@ -1,19 +0,0 @@
-@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,http.debian.net,ftp.debian.org,security.debian.org"
-
- 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
-