[Qa-jenkins-scm] [jenkins.debian.net] 02/07: lvc: add KDE target

Holger Levsen holger at layer-acht.org
Sun May 29 17:15:28 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 d7ae5ed3b732e36f5f3a18985ec60f668c0e2679
Author: Philip Hands <phil at hands.com>
Date:   Fri May 27 00:21:47 2016 +0200

    lvc: add KDE target
---
 cucumber/features/install.feature                  | 2 ++
 cucumber/features/step_definitions/common_steps.rb | 4 ++++
 2 files changed, 6 insertions(+)

diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 4e53b84..4900cd5 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -10,6 +10,8 @@ Feature: Doing variations on d-i installs
 
     Examples:
       | install_ui | target_ui     | login |
+      | gui        | LXDE Desktop  | LXDE  |
+      | gui        | KDE Desktop   | KDE   |
       | gui        | Minimal       | VT    |
       | gui        | XFCE Desktop  | XFCE  |
       | text       | non-GUI       | VT    |
diff --git a/cucumber/features/step_definitions/common_steps.rb b/cucumber/features/step_definitions/common_steps.rb
index c45459d..e88da1c 100644
--- a/cucumber/features/step_definitions/common_steps.rb
+++ b/cucumber/features/step_definitions/common_steps.rb
@@ -465,6 +465,10 @@ Given /^in ([a-z]*) mode I select the ([a-zA-Z]*) Desktop task$/ do |ui_mode,des
 
   @screen.type(Sikuli::Key.DOWN)
   @screen.type(Sikuli::Key.DOWN) if "XFCE" == desktop
+  @screen.type(Sikuli::Key.DOWN+Sikuli::Key.DOWN) if "KDE" == desktop
+  @screen.type(Sikuli::Key.DOWN+Sikuli::Key.DOWN+Sikuli::Key.DOWN) if "Cinamon" == desktop
+  @screen.type(Sikuli::Key.DOWN+Sikuli::Key.DOWN+Sikuli::Key.DOWN+Sikuli::Key.DOWN) if "MATE" == desktop
+  @screen.type(Sikuli::Key.DOWN+Sikuli::Key.DOWN+Sikuli::Key.DOWN+Sikuli::Key.DOWN+Sikuli::Key.DOWN) if "LXDE" == desktop
   @screen.type(Sikuli::Key.SPACE)
   @screen.wait(diui_png("Desktop+" + desktop,ui_mode), 10 * PATIENCE)
   if "gui" == ui_mode

-- 
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