mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Capture OSPF test data (#12215)
This commit is contained in:
@@ -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'],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user