mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix: swos os discovery
This commit is contained in:
@@ -187,6 +187,16 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('sophos', 'Linux g63c0044');
|
||||
}
|
||||
|
||||
public function testSwos()
|
||||
{
|
||||
$mockSnmp = array(
|
||||
'SNMPv2-MIB::sysName.0' => 'MicroTik'
|
||||
);
|
||||
$this->checkOS('swos', 'RB250GS', '', $mockSnmp);
|
||||
$this->checkOS('swos', 'RB260GS', '', $mockSnmp);
|
||||
$this->checkOS('swos', 'RB260GSP', '', $mockSnmp);
|
||||
}
|
||||
|
||||
public function testUnifi()
|
||||
{
|
||||
$mockSnmp = array(
|
||||
|
Reference in New Issue
Block a user