newdevice: Add more Edge core switches

This commit is contained in:
Neil Lathwood
2016-12-04 22:42:30 +00:00
committed by GitHub
7 changed files with 18 additions and 0 deletions

View File

@@ -473,6 +473,10 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
{
$this->checkOS('edgecos', 'edgecos-es3528m');
$this->checkOS('edgecos', 'edgecos-ecs4120-28f');
$this->checkOS('edgecos', 'edgecos-es3528mv2');
$this->checkOS('edgecos', 'edgecos-ecs4510-28f');
$this->checkOS('edgecos', 'edgecos-ecs4510-52t');
$this->checkOS('edgecos', 'edgecos-ecs4210-28t');
}
public function testEdgeos()