mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added support for C&C Commander Plus units (#6478)
This commit is contained in:
committed by
Tony Murray
parent
d0201a9437
commit
720177965b
@@ -474,6 +474,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('cometsystem-p85xx');
|
||||
}
|
||||
|
||||
public function testCommanderPlus()
|
||||
{
|
||||
$this->checkOS('commander-plus');
|
||||
}
|
||||
|
||||
public function testComware()
|
||||
{
|
||||
$this->checkOS('comware');
|
||||
|
Reference in New Issue
Block a user