mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: move the rest of avaya os detection to yaml (#6426)
Detection should be improved for these OS.
This commit is contained in:
committed by
Neil Lathwood
parent
54975f64d4
commit
8a8edb7d6d
@@ -259,6 +259,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
public function testAvayaipo()
|
||||
{
|
||||
$this->checkOS('avaya-ipo');
|
||||
$this->checkOS('avaya-ipo', 'avaya-ipo-server');
|
||||
}
|
||||
|
||||
public function testAvayavsp()
|
||||
@@ -270,6 +271,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
$this->checkOS('avaya-vsp', 'avaya-vsp-8404');
|
||||
$this->checkOS('avaya-vsp', 'avaya-vsp-7254xsq');
|
||||
$this->checkOS('avaya-vsp', 'avaya-vsp-7254xtq');
|
||||
$this->checkOS('avaya-vsp', 'avaya-vsp-7024xls');
|
||||
}
|
||||
|
||||
public function testAvocent()
|
||||
|
Reference in New Issue
Block a user