ZTEMSAN with pager problems
[APKPM.git] / t / ZTEMSAN.t
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 use Test::More tests => 2;
6 use Data::Dump qw(dump);
7
8 use lib 'lib';
9
10 use_ok 'H1::ZTEMSAN';
11
12 ok my $hash = H1::ZTEMSAN->hash( ip => '10.99.2.115', shelf => 0, slot => 15, port => 0 ), 'new';
13
14 diag dump $hash;