2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

modify xcattest

This commit is contained in:
junxiawang 2015-05-25 00:12:43 -04:00
parent 8e6c4dc001
commit 87974e38e1

View File

@ -631,7 +631,7 @@ sub loadcase
sub getnodeattr
{
my ($node, $attr) = @_;
my @output = runcmd("XCATBYPASS=1 lsdef -t node -o $node -i $attr");
my @output = runcmd("lsdef -t node -o $node -i $attr");
if($::RUNCMD_RC){
return "Unknown";
}else{