mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for Eltex OLT devices (#6457)
This commit is contained in:
committed by
Tony Murray
parent
f418a80a5e
commit
b27e200a6c
@@ -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');
|
||||
|
Reference in New Issue
Block a user