mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for enLogic PDUs (#6464)
This commit is contained in:
committed by
Tony Murray
parent
b27e200a6c
commit
3ff8b269f5
@@ -684,6 +684,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('engenius', 'engenius2');
|
||||
}
|
||||
|
||||
public function testEnlogicPDU()
|
||||
{
|
||||
$this->checkOS('enlogic-pdu');
|
||||
}
|
||||
|
||||
public function testEnterasys()
|
||||
{
|
||||
$this->checkOS('enterasys');
|
||||
|
Reference in New Issue
Block a user