[Qa-jenkins-scm] [jenkins.debian.net] 03/05: lvc: reenable KDE test, and tidy slighty

Holger Levsen holger at layer-acht.org
Wed Oct 12 22:31:14 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit f7a71b63fbbc2ce2b1906d83bfb56883673e1ce6
Author: Philip Hands <phil at hands.com>
Date:   Wed Oct 12 11:37:53 2016 +0200

    lvc: reenable KDE test, and tidy slighty
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 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(-)

diff --git a/cucumber/features/images/d-i_text_DesktopTask_Yes.png b/cucumber/features/images/d-i_text_DesktopTask_Yes.png
index f5a7e22..4a00068 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 a62d726..3403d14 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list