newdevice: Support - ICT DC Distribution Panel (#6379)

* New Device Support for ICT DC Distribution Panels

* Fixed indexes, removed tests

* Supply name instead of oid to snmp_get call

* Fixed index conflict for current sensors
This commit is contained in:
Lorenzo Zafra
2017-04-12 13:37:22 -06:00
committed by Tony Murray
parent 0f02dec4cc
commit 457f2e9744
10 changed files with 526 additions and 1 deletions

View File

@@ -211,7 +211,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
{
$this->checkOS('applicationsware');
}
public function testArdmoreencoder()
{
$this->checkOS('ardmore-encoder');
@@ -904,6 +904,12 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('ibmtl');
}
public function testIctpdu()
{
$this->checkOS('ict-pdu');
}
public function testIes()
{
$this->checkOS('ies');