summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Hands <phil@hands.com>2017-06-29 22:55:35 +0200
committerHolger Levsen <holger@layer-acht.org>2017-08-01 00:53:59 -0400
commit8d0a6d3fafa6e5f6e85cf3aeeb183f094d95fd0f (patch)
tree1ce83a460a9a9b9c00c3eb3e6e1ecf20009ac7f5
parent07901a1af54aa833f1b701c216380110a7982a25 (diff)
downloadjenkins.debian.net-8d0a6d3fafa6e5f6e85cf3aeeb183f094d95fd0f.tar.xz
lvc: we don't actually need chutney
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r--cucumber/features/support/hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/cucumber/features/support/hooks.rb b/cucumber/features/support/hooks.rb
index a55d361a..9c3abb56 100644
--- a/cucumber/features/support/hooks.rb
+++ b/cucumber/features/support/hooks.rb
@@ -179,7 +179,7 @@ BeforeFeature('@product') do |feature|
$vmstorage = VMStorage.new($virt, VM_XML_PATH)
$started_first_product_feature = true
end
- ensure_chutney_is_running
+ #ensure_chutney_is_running
end
AfterFeature('@product') do