mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for Ciena packet switches (#6462)
This commit is contained in:
committed by
Tony Murray
parent
450c980cc1
commit
230fb6601b
@@ -410,6 +410,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('celvin');
|
||||
}
|
||||
|
||||
public function testCienaSDS()
|
||||
{
|
||||
$this->checkOS('ciena-sds');
|
||||
}
|
||||
|
||||
public function testCimc()
|
||||
{
|
||||
$this->checkOS('cimc');
|
||||
|
Reference in New Issue
Block a user