From 98d99ce1af854edd1aefa09d7abf8174d462d96b Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Fri, 17 Jun 2016 13:27:37 +0200 Subject: lvc: make the storage-pool directory a little more obvious Signed-off-by: Holger Levsen --- cucumber/features/support/helpers/storage_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cucumber') diff --git a/cucumber/features/support/helpers/storage_helper.rb b/cucumber/features/support/helpers/storage_helper.rb index b1f316c6..a96bc514 100644 --- a/cucumber/features/support/helpers/storage_helper.rb +++ b/cucumber/features/support/helpers/storage_helper.rb @@ -19,7 +19,7 @@ class VMStorage pool_xml = REXML::Document.new(File.read("#{@xml_path}/storage_pool.xml")) pool_name = LIBVIRT_DOMAIN_NAME pool_xml.elements['pool/name'].text = pool_name - @pool_path = "#{$config["TMPDIR"]}/#{pool_name}" + @pool_path = "#{$config["TMPDIR"]}/pool-#{pool_name}" begin @pool = @virt.lookup_storage_pool_by_name(pool_name) rescue Libvirt::RetrieveError -- cgit v1.2.3-70-g09d2