From c370b7e2ac8dbcba81c0430615da6f2477b55b98 Mon Sep 17 00:00:00 2001 From: huweihua Date: Thu, 11 Dec 2014 00:57:31 -0500 Subject: [PATCH] make xcattest can recognize MAC addr in conf file --- xCAT-test/xcattest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 30086f685..fe63fa2bc 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -192,7 +192,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"){