diff options
author | Philip Hands <phil@hands.com> | 2016-06-01 15:23:32 +0200 |
---|---|---|
committer | Philip Hands <phil@hands.com> | 2016-06-01 20:02:17 +0200 |
commit | cea6a22376abb43839a025a24dcf156db2d333b3 (patch) | |
tree | 2b92d742ab021ae34b1c3082bd0fe618b0aaac82 /cucumber | |
parent | 4a5b9b9b9a841057f83bf9c5e2e322ca04b926d4 (diff) | |
download | jenkins.debian.net-cea6a22376abb43839a025a24dcf156db2d333b3.tar.xz |
lvc: sort out indetation
Diffstat (limited to 'cucumber')
-rw-r--r-- | cucumber/features/step_definitions/snapshots.rb | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/cucumber/features/step_definitions/snapshots.rb b/cucumber/features/step_definitions/snapshots.rb index 6ba5c929..09d8a9ae 100644 --- a/cucumber/features/step_definitions/snapshots.rb +++ b/cucumber/features/step_definitions/snapshots.rb @@ -6,20 +6,20 @@ def checkpoints :description => "I have started Debian Installer in #{m} mode and stopped at the Tasksel prompt", :parent_checkpoint => nil, :steps => [ - "I intend to use #{m} mode", - 'I create a 6 GiB disk named "'+JOB_NAME+'"', - 'I plug ide drive "'+JOB_NAME+'"', - 'I start the computer', - 'I select the install mode', - 'I select British English', - 'I accept the hostname, using "example.com" as the domain', - 'I set the root password to "rootme"', - 'I set the password for "Philip Hands" to be "verysecret"', - 'I select full-disk, single-filesystem partitioning', - 'I note that the Base system is being installed', - 'I accept the default mirror', - 'I ignore Popcon', - 'we reach the Tasksel prompt', + "I intend to use #{m} mode", + 'I create a 6 GiB disk named "'+JOB_NAME+'"', + 'I plug ide drive "'+JOB_NAME+'"', + 'I start the computer', + 'I select the install mode', + 'I select British English', + 'I accept the hostname, using "example.com" as the domain', + 'I set the root password to "rootme"', + 'I set the password for "Philip Hands" to be "verysecret"', + 'I select full-disk, single-filesystem partitioning', + 'I note that the Base system is being installed', + 'I accept the default mirror', + 'I ignore Popcon', + 'we reach the Tasksel prompt', ] } @@ -28,14 +28,14 @@ def checkpoints :description => "I install a #{de} Debian system, in #{m} mode", :parent_checkpoint => "boot-d-i-#{m}-to-tasksel", :steps => [ - "I intend to use #{m} mode", - "I select the #{de} task", - 'I wait while the bulk of the packages are installed', - 'I install GRUB', - '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+'"', + "I intend to use #{m} mode", + "I select the #{de} task", + 'I wait while the bulk of the packages are installed', + 'I install GRUB', + '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 |