2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 09:13:08 +00:00

Fix issue1095 Automation test framework doesn't support global variable with "http://"

This commit is contained in:
hu-weihua 2016-05-16 02:04:04 -04:00
parent 56cfba70ba
commit 6fc73e817b

View File

@ -223,7 +223,7 @@ sub getConfig
}
} elsif ($type eq "Varible") {
##NODE_BLOCK##
if($line =~ /(\w+)\s*=\s*([\w\.\-\+\/]+)/) {
if($line =~ /(\w+)\s*=\s*([\w\.\-\+\/:]+)/) {
$config{var}{$1} = $2;
}
}