This is useful, for example, for passing `-I lanplus'. Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> --- Osstest/PDU/ipmi.pm | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/Osstest/PDU/ipmi.pm b/Osstest/PDU/ipmi.pm index b6621db..d411d97 100644 --- a/Osstest/PDU/ipmi.pm +++ b/Osstest/PDU/ipmi.pm @@ -50,6 +50,8 @@ sub pdu_power_state { my $onoff= $on ? "on" : "off"; my @cmd = (qw(ipmitool -H), $mo->{Mgmt}, + '-U',$mo->{User}, '-P',$mo->{Pass}, + @{ $mo->{Opts} }); my $cmd_logged; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel