full fix for aerohive tests (#327)

* full fix for aerohive tests
This commit is contained in:
nick n
2019-04-20 08:35:18 +02:00
committed by GitHub
parent 167cc2f3fa
commit 2308826147

View File

@@ -247,7 +247,9 @@ sub bp_index : Tests(3) {
# mock up the needed snmp data.
my $data
= {'IF-MIB::ifIndex' =>
{4 => 4, 6 => 6, 7 => 7, 9 => 9, 15 => 15, 16 => 16, 20 => 20}
{4 => 4, 6 => 6, 7 => 7, 9 => 9, 15 => 15, 16 => 16, 20 => 20},
'RFC1213-MIB::ifIndex' =>
{4 => 4, 6 => 6, 7 => 7, 9 => 9, 15 => 15, 16 => 16, 20 => 20},
};
$test->{info}{sess}{Data} = $data;