From f7a71b63fbbc2ce2b1906d83bfb56883673e1ce6 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Wed, 12 Oct 2016 11:37:53 +0200 Subject: lvc: reenable KDE test, and tidy slighty Signed-off-by: Holger Levsen --- cucumber/features/images/d-i_text_DesktopTask_Yes.png | Bin 3841 -> 2700 bytes cucumber/features/install.feature | 13 +++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'cucumber') diff --git a/cucumber/features/images/d-i_text_DesktopTask_Yes.png b/cucumber/features/images/d-i_text_DesktopTask_Yes.png index f5a7e22b..4a000685 100644 Binary files a/cucumber/features/images/d-i_text_DesktopTask_Yes.png and b/cucumber/features/images/d-i_text_DesktopTask_Yes.png differ diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature index a62d7264..3403d149 100644 --- a/cucumber/features/install.feature +++ b/cucumber/features/install.feature @@ -10,18 +10,18 @@ Feature: Doing variations on d-i installs Examples: | install_ui | target_ui | login | - | gui | LXDE | LXDE | -# | gui | KDE | KDE | +# | gui | Gnome | Gnome | # FIXME -- X fails to start at present -- possibly related to "qxl too old" seen on flickering console, which seems like it might be something to do with 'spice' | gui | minimal | VT | + | gui | LXDE | LXDE | | gui | XFCE | XFCE | + | gui | KDE | KDE | # | text | non-GUI | VT | -# | gui | Gnome Desktop | Gnome | @broken - Scenario: Attempt to Install KDE, expecting it to fail because #818970 + Scenario: Attempt to Install Gnome, expecting it to fail because X doesn't start for some reason Given I have started Debian Installer in text mode and stopped at the Tasksel prompt And I intend to use text mode - And I select the KDE task + And I select the Gnome task And I wait while the bulk of the packages are installed And I install GRUB And I allow reboot after the install is complete @@ -29,13 +29,14 @@ Feature: Doing variations on d-i installs And I power off the computer And the computer is set to boot from ide drive "#{JOB_NAME}" When I start the computer - Then I should see a KDE Login prompt + Then I should see a Gnome Login prompt # 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 + # this is useful for just proving that the d-i image is able to boot @trivial Scenario: Minimal Boot test Given a disk is created for Debian Installer tests -- cgit v1.2.3-70-g09d2