Capture OSPF test data (#12215)

This commit is contained in:
Tony Murray
2020-10-19 09:35:41 -05:00
committed by GitHub
co-authored by GitHub
parent fd2c1361ef
commit a0f91de9b2
4 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -31,7 +31,6 @@ use LibreNMS\Component;
use LibreNMS\Config;
use LibreNMS\Exceptions\FileNotFoundException;
use LibreNMS\Exceptions\InvalidModuleException;
use LibreNMS\OS;
use Symfony\Component\Yaml\Yaml;
class ModuleTestHelper
@@ -62,6 +61,7 @@ class ModuleTestHelper
'vrf' => ['ports', 'vrf'],
'mpls' => ['ports', 'vrf', 'mpls'],
'nac' => ['ports', 'nac'],
'ospf' => ['ports', 'ospf'],
'cisco-mac-accounting' => ['ports', 'cisco-mac-accounting'],
];