From 7faab766b0f494808c7a44dd4e18bc7dd99df0ea Mon Sep 17 00:00:00 2001 From: hu-weihua Date: Thu, 28 Apr 2016 04:08:45 -0400 Subject: [PATCH] fix bug 995 xcattest does not support vmstorage=dir:///var/lib/libvirt/images/ in default.conf --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 7a1da338f..ae3803b91 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -197,7 +197,7 @@ sub getConfig } }elsif ($type eq "Object") { ##OBJECT BLOCK## - if($line =~ /(\w+)\s*=\s*([:\w\.\-]+)/) { + if($line =~ /(\w+)\s*=\s*([:\w\.\-\/]+)/) { $attr = $1; $value = $2; if($attr eq "Name"){