mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for AKCP SecurityProbe (#6550)
* Add support for AKCP SecurityProbe * Add tests for AKCP SecurityProbe
This commit is contained in:
committed by
Neil Lathwood
parent
c59ae3c537
commit
a6eca494ff
@@ -176,6 +176,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('akcp');
|
||||
$this->checkOS('akcp', 'akcp1');
|
||||
$this->checkOS('akcp', 'akcp-securityprobe');
|
||||
}
|
||||
|
||||
public function testAos()
|
||||
|
Reference in New Issue
Block a user