From 8d0a6d3fafa6e5f6e85cf3aeeb183f094d95fd0f Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Thu, 29 Jun 2017 22:55:35 +0200 Subject: lvc: we don't actually need chutney Signed-off-by: Holger Levsen --- cucumber/features/support/hooks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf