diff --git a/xCAT-test/xcattest b/xCAT-test/xcattest index 00133e425..be197d0d9 100755 --- a/xCAT-test/xcattest +++ b/xCAT-test/xcattest @@ -682,7 +682,7 @@ sub load_config_file { } } 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") {