mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Etherwan managed switches (#6488)
* newdevice: Etherwan managed switches * Fixed requested changes
This commit is contained in:
committed by
Neil Lathwood
parent
d77186ddc6
commit
c31bc7d844
@@ -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');
|
||||
|
Reference in New Issue
Block a user