From 6f78b2b511b4202b4cfa57df5a76a4ba9cd8fdbc Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Sat, 28 May 2016 00:57:30 +0200 Subject: 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 f95086e6..352a4cc5 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 -- cgit v1.2.3-54-g00ecf