[Qa-jenkins-scm] [jenkins.debian.net] 03/07: lvc: add checkpoints for more desktop installs

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 6f78b2b511b4202b4cfa57df5a76a4ba9cd8fdbc
Author: Philip Hands <phil at hands.com>
Date:   Sat May 28 00:57:30 2016 +0200

    lvc: add checkpoints for more desktop installs
---
 cucumber/features/step_definitions/snapshots.rb | 29 +++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index f95086e..352a4cc 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -151,6 +151,35 @@ def checkpoints
 	'the computer is set to boot from ide drive "'+JOB_NAME+'"',
       ],
     },
+
+    'debian-gui-lxde-install' => {
+      :description => "I install a LXDE Desktop Debian system, in gui mode",
+      :parent_checkpoint => 'boot-g-i-to-tasksel',
+      :steps => [
+	'in gui mode I select the LXDE Desktop task',
+	'in gui mode I wait while the bulk of the packages are installed',
+	'in gui mode I install GRUB',
+	'in gui mode I allow reboot after the install is complete',
+	'I wait for the reboot',
+	'I power off the computer',
+	'the computer is set to boot from ide drive "'+JOB_NAME+'"',
+      ],
+    },
+
+    'debian-gui-kde-install' => {
+      :description => "I install a KDE Desktop Debian system, in gui mode",
+      :parent_checkpoint => 'boot-g-i-to-tasksel',
+      :steps => [
+	'in gui mode I select the KDE Desktop task',
+	'in gui mode I wait while the bulk of the packages are installed',
+	'in gui mode I install GRUB',
+	'in gui mode I allow reboot after the install is complete',
+	'I wait for the reboot',
+	'I power off the computer',
+	'the computer is set to boot from ide drive "'+JOB_NAME+'"',
+      ],
+    },
+
   }
 end
 

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