summaryrefslogtreecommitdiffstats
path: root/cucumber/features/install.feature
blob: cf9a68a0df5ab5762d06325ddf607ceae206431c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@product
Feature: Doing variations on d-i installs
  As a normal user
  I should be able to install Debian

  Scenario Outline: Install Debian, and boot to a login prompt
    Given I install a <target_ui> Debian system, in <install_ui> mode
    When I start the computer
    Then I should see a <login> Login prompt

    Examples:
      | install_ui | target_ui     | login |
      | text       | Minimal       | VT    |
      | text       | non-GUI       | VT    |
      | text       | XFCE Desktop  | XFCE  |
#      | text       | Gnome Desktop | Gnome |
      | gui        | Minimal       | VT    |
      | gui        | non-GUI       | VT    |
      | gui        | XFCE Desktop  | XFCE  |
#      | gui        | Gnome Desktop | Gnome |

#  Scenario: Get a useful error from a bogus HTTP proxy
#    Given I get d-i to the HTTP proxy prompt
#    When I set the proxy to "127.23.23.23"
#    Then I should get an error message that mentions the proxy