mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Add support for KTI switches (#5413)
This commit is contained in:
@@ -819,6 +819,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('jwos');
|
||||
}
|
||||
|
||||
public function testKti()
|
||||
{
|
||||
$this->checkOS('kti');
|
||||
}
|
||||
|
||||
public function testKonica()
|
||||
{
|
||||
$this->checkOS('konica');
|
||||
|
Reference in New Issue
Block a user