Simplify Layer3::OneAccess model method since it is returning a static string

Add Layer3::OneAccess test class and POD updates
This commit is contained in:
Eric A. Miller
2018-04-17 00:09:02 -04:00
parent 2d39911cba
commit 0a0766afbd
7 changed files with 109 additions and 7 deletions

View File

@@ -64,13 +64,8 @@ sub vendor {
}
sub model {
my $OneAccess = shift;
my $descr = $OneAccess->description() || '';
my $model = undef;
return 'One300';
$model = 'One300';
return $model;
}
sub os {
@@ -143,6 +138,10 @@ Subclass for OneAccess Quidway switches
=back
=head2 Required MIBs
=over
=item Inherited Classes' MIBs
See L<SNMP::Info::Layer3> for its own MIB requirements.