summaryrefslogtreecommitdiffstats
path: root/cucumber/features/install.feature
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2016-10-30 15:04:14 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-03 10:28:15 +0100
commit95425953ec8190c8e276a7bd3c37a69c94a4a51f (patch)
tree54d110ee0371b652b22a3d62053a72ffe53fdde0 /cucumber/features/install.feature
parentdd13c0f7244ab70b3ee603bb7bdbc73d0fd2f6c3 (diff)
downloadjenkins.debian.net-95425953ec8190c8e276a7bd3c37a69c94a4a51f.tar.xz
lvc: drop some unneeded cleverness re. LVM names
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r--cucumber/features/install.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature
index 79b164ef..369679fa 100644
--- a/cucumber/features/install.feature
+++ b/cucumber/features/install.feature
@@ -27,7 +27,7 @@ Feature: Doing variations on d-i installs
And I allow reboot after the install is complete
And I wait for the reboot
And I power off the computer
- And the computer is set to boot from ide drive "#{JOB_NAME}"
+ And the computer is set to boot from ide drive
When I start the computer
Then I should see a Gnome Login prompt
@@ -52,5 +52,5 @@ Feature: Doing variations on d-i installs
When I start the computer
And I select the install mode
And the VM shuts down within 20 minutes
- And the computer is set to boot from ide drive "#{JOB_NAME}"
+ And the computer is set to boot from ide drive
Then I should see a LXDE Login prompt