newdevice: Added support for Eltex OLT devices (#6457)

This commit is contained in:
Neil Lathwood
2017-04-22 14:05:17 +01:00
committed by Tony Murray
parent f418a80a5e
commit b27e200a6c
14 changed files with 20177 additions and 0 deletions

View File

@@ -667,6 +667,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('edgeswitch', 'unifiswitch');
}
public function testEltexOLT()
{
$this->checkOS('eltex-olt');
}
public function testEndian()
{
$this->checkOS('endian');