newdevice: Added detection for Ciena packet switches (#6462)

This commit is contained in:
Neil Lathwood
2017-04-19 16:20:45 +01:00
committed by Tony Murray
parent 450c980cc1
commit 230fb6601b
3 changed files with 16 additions and 0 deletions

View File

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