Fixed Cisco MAC accounting discovery, polling and HTML templates. (#10158)

* Fix Cisco MAC acounting discovery, polling and HTML templates.

* Remove empty code.

* Provide test data for cisco-mac-accounting module.

* Added module test dependency.
This commit is contained in:
Jozef Pivarník
2019-05-21 03:56:19 +02:00
committed by Tony Murray
parent 4387ab052e
commit 2dc05ee501
10 changed files with 39031 additions and 30 deletions

View File

@@ -57,6 +57,7 @@ class ModuleTestHelper
'vlans' => ['ports', 'vlans'],
'vrf' => ['ports', 'vrf'],
'nac' => ['ports', 'nac'],
'cisco-mac-accounting' => ['ports', 'cisco-mac-accounting'],
];