mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Cisco APIC devices (#5236)
This commit is contained in:
committed by
Søren Rosiak
parent
3264fa5896
commit
cfddc11e76
@@ -152,6 +152,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('apc', 'apc-embedded-powernet');
|
||||
}
|
||||
|
||||
public function testApic()
|
||||
{
|
||||
$this->checkOS('apic');
|
||||
}
|
||||
|
||||
public function testAreca()
|
||||
{
|
||||
$this->checkOS('areca');
|
||||
|
||||
Reference in New Issue
Block a user