From 230882614702d5d486ad901ffcd7565814753eac Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Sat, 20 Apr 2019 08:35:18 +0200 Subject: [PATCH] full fix for aerohive tests (#327) * full fix for aerohive tests --- xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm b/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm index e7ca5e81..237fe806 100644 --- a/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm +++ b/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm @@ -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;