use Osstest::TestSupport;
use LWP::UserAgent;
+use parent qw(Osstest::PDU::unsupported);
+
sub new {
my ($class, $ho, $methname, $pdu, $user, $pass, $port, @opts) = @_;
return bless { Host => $ho,
use Osstest::TestSupport;
use IO::File;
+use parent qw(Osstest::PDU::unsupported);
+
sub new {
my ($class, $ho) = @_;
return bless { Target => $ho }, $class;
use Osstest::TestSupport;
use IO::File;
+use parent qw(Osstest::PDU::unsupported);
+
sub new {
my ($class, $ho, $methname, $mgmt, $user, $pass, @opts) = @_;
$user ||= get_host_property($ho, 'IpmiUser') || 'ADMIN';
use IO::File;
use Osstest::PDU::ipmi;
+use parent Osstest::PDU::unsupported;
+
BEGIN {
use Exporter ();
our ($VERSION, @ISA, @EXPORT, @EXPORT_OK, %EXPORT_TAGS);
use Osstest::TestSupport;
use IO::File;
+use parent qw(Osstest::PDU::unsupported);
+
sub new {
my ($class, $ho, $methname, $when, $mgmt, $user, $pass, @opts) = @_;
return bless { Host => $ho,
use Osstest;
use IO::File;
+use parent qw(Osstest::PDU::unsupported);
+
our $tty;
sub new {
use Osstest;
+use parent qw(Osstest::PDU::unsupported);
+
sub new {
my ($class, $ho, $methname, @args) = @_;
use Osstest::TestSupport;
use IO::File;
+use parent qw(Osstest::PDU::unsupported);
+
sub new {
my ($class, $ho, $methname, $on, $off) = @_;
if (!defined $on) {
use Osstest::Executive;
use Osstest::TestSupport;
+use parent qw(Osstest::PDU::unsupported);
+
sub power_state_await ($$$) {
my ($sth, $want, $msg) = @_;
poll_loop(30,1, "power: $msg $want", sub {
use Osstest::TestSupport;
use IO::File;
+use parent qw(Osstest::PDU::unsupported);
+
sub new {
my ($class, $ho) = @_;
return bless { Host => $ho }, $class;