mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Exalt ExtendAir (#6524)
This commit is contained in:
committed by
Daniel Preussker
parent
cf026659cb
commit
e7e5d51b30
@@ -745,6 +745,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('exinda');
|
||||
}
|
||||
|
||||
public function testExtendAir()
|
||||
{
|
||||
$this->checkOS('extendair');
|
||||
}
|
||||
|
||||
public function testExtrahop()
|
||||
{
|
||||
$this->checkOS('extrahop');
|
||||
|
Reference in New Issue
Block a user