From e9d5bcc01881fb177fc881a761b38559b9d81288 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Thu, 24 Nov 2016 15:59:40 +0100 Subject: lvc: add a job for the daily d-i miniiso, and split tests up a bit Signed-off-by: Holger Levsen --- cucumber/features/install.feature | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) (limited to 'cucumber/features/install.feature') diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index 4ea97b33..d31d08be 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -3,6 +3,7 @@ Feature: Doing variations on d-i installs As a normal user I should be able to install Debian + @both-ui Scenario Outline: Install Debian, and boot to a login prompt Given I install a Debian system, in mode When I start the computer @@ -11,11 +12,35 @@ Feature: Doing variations on d-i installs Examples: | install_ui | target_ui | login | | gui | minimal | VT | - | gui | Gnome | Gnome | - | gui | LXDE | LXDE | - | gui | XFCE | XFCE | - | gui | KDE | KDE | -# | text | non-GUI | VT | + | text | non-GUI | VT | + #| gui | Gnome | Gnome | + #| gui | LXDE | LXDE | + #| gui | XFCE | XFCE | + #| gui | KDE | KDE | + + @gui + Scenario Outline: Install Debian, and boot to a login prompt + Given I install a Debian system, in gui mode + When I start the computer + Then I should see a Login prompt + + Examples: + | target_ui | login | + | non-GUI | VT | + | LXDE | LXDE | + | KDE | KDE | + + @text-ui + Scenario Outline: Install Debian, and boot to a login prompt + Given I install a Debian system, in text mode + When I start the computer + Then I should see a Login prompt + + Examples: + | target_ui | login | + | minimal | VT | + | Gnome | Gnome | + | LXDE | LXDE | @broken Scenario: Attempt to Install Gnome, expecting it to fail because X doesn't start for some reason -- cgit v1.2.3-70-g09d2