summaryrefslogtreecommitdiffstats
path: root/cucumber/features/step_definitions/snapshots.rb
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-05-14 19:48:56 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-14 19:53:41 +0200
commit306b243742aab4f21925cbd4d171702fb56e9083 (patch)
tree41b3a151534c43ee28a519d22a9e985d3211480e /cucumber/features/step_definitions/snapshots.rb
parent7871b3fb126d13cacc4d0c91844f0e5846cb0357 (diff)
downloadjenkins.debian.net-306b243742aab4f21925cbd4d171702fb56e9083.tar.xz
lvc: use XFCE as the Desktop target for now
Diffstat (limited to 'cucumber/features/step_definitions/snapshots.rb')
-rw-r--r--cucumber/features/step_definitions/snapshots.rb32
1 files changed, 30 insertions, 2 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb
index 452f0598..66c89747 100644
--- a/cucumber/features/step_definitions/snapshots.rb
+++ b/cucumber/features/step_definitions/snapshots.rb
@@ -105,7 +105,7 @@ def checkpoints
:description => "I install a Gnome Desktop Debian system, in text mode",
:parent_checkpoint => 'boot-d-i-to-tasksel',
:steps => [
- 'in text mode I select the Desktop task',
+ 'in text mode I select the Gnome Desktop task',
'in text mode I wait while the vast bulk of the packages are installed',
'in text mode I install GRUB',
'in text mode I allow reboot after the install is complete',
@@ -119,7 +119,35 @@ def checkpoints
:description => "I install a Gnome Desktop Debian system, in gui mode",
:parent_checkpoint => 'boot-g-i-to-tasksel',
:steps => [
- 'in gui mode I select the Desktop task',
+ 'in gui mode I select the Gnome Desktop task',
+ 'in gui mode I wait while the vast 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 "target"',
+ ],
+ },
+
+ 'debian-xfce-install' => {
+ :description => "I install a XFCE Desktop Debian system, in text mode",
+ :parent_checkpoint => 'boot-d-i-to-tasksel',
+ :steps => [
+ 'in text mode I select the XFCE Desktop task',
+ 'in text mode I wait while the vast bulk of the packages are installed',
+ 'in text mode I install GRUB',
+ 'in text 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 "target"',
+ ],
+ },
+
+ 'debian-gui-xfce-install' => {
+ :description => "I install a XFCE Desktop Debian system, in gui mode",
+ :parent_checkpoint => 'boot-g-i-to-tasksel',
+ :steps => [
+ 'in gui mode I select the XFCE Desktop task',
'in gui mode I wait while the vast bulk of the packages are installed',
'in gui mode I install GRUB',
'in gui mode I allow reboot after the install is complete',