newdevice: Added support for enLogic PDUs (#6464)

This commit is contained in:
Neil Lathwood
2017-04-22 14:07:37 +01:00
committed by Tony Murray
parent b27e200a6c
commit 3ff8b269f5
12 changed files with 5602 additions and 0 deletions

View File

@@ -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');