summaryrefslogtreecommitdiffstats
path: root/features/DebianLive/apt.feature
blob: 80f0cddb02dff7f6e136a18d046f2bc03ed03d22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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 DebianLive
    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