newdevice: Etherwan managed switches (#6488)

* newdevice: Etherwan managed switches

* Fixed requested changes
This commit is contained in:
Lorenzo Zafra
2017-04-22 05:46:12 -06:00
committed by Neil Lathwood
parent d77186ddc6
commit c31bc7d844
6 changed files with 51 additions and 0 deletions

View File

@@ -700,6 +700,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('ericsson-es');
}
public function testEtherwan()
{
$this->checkOS('etherwan');
}
public function testExinda()
{
$this->checkOS('exinda');