newdevice: Added support for Cisco APIC devices (#5236)

This commit is contained in:
Neil Lathwood
2016-12-29 00:22:29 +02:00
committed by Søren Rosiak
parent 3264fa5896
commit cfddc11e76
5 changed files with 91 additions and 0 deletions
+5
View File
@@ -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');