newdevice: Add Basic FortiWLC Support (#6016)

* newdevice: Add Basic FortiWLC Support

* altered the sysObjectId discovery
This commit is contained in:
Søren Rosiak
2017-03-02 00:48:13 +01:00
committed by Neil Lathwood
parent de6b1d9722
commit 87a50465ad
3 changed files with 20 additions and 0 deletions

View File

@@ -728,6 +728,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('fortiswitch');
}
public function testFortiwlc()
{
$this->checkOS('fortiwlc');
}
public function testFoundryos()
{
$this->checkOS('foundryos');