2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 02:30:21 +00:00

modify xcattest

This commit is contained in:
junxiawang
2015-05-04 03:24:54 -04:00
parent a5e3c06619
commit 7ef6565794

View File

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