summaryrefslogtreecommitdiffstats
path: root/features/DebianLive/apt.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/DebianLive/apt.feature')
-rw-r--r--features/DebianLive/apt.feature19
1 files changed, 19 insertions, 0 deletions
diff --git a/features/DebianLive/apt.feature b/features/DebianLive/apt.feature
new file mode 100644
index 00000000..43775b83
--- /dev/null
+++ b/features/DebianLive/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,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
+