mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: move aos discovery to yaml (#6425)
Untangle ArubaOS/AOS-W a bit. Test data well supported by stats. OmniStack LS, feels odd, but leaving it as AOS.
This commit is contained in:
committed by
Neil Lathwood
parent
9c44b1a809
commit
54975f64d4
@@ -181,6 +181,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('aos');
|
||||
$this->checkOS('aos', 'aos1');
|
||||
$this->checkOS('aos', 'aos-omnistack');
|
||||
}
|
||||
|
||||
public function testAosEmu2()
|
||||
@@ -236,6 +237,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
public function testArubaos()
|
||||
{
|
||||
$this->checkOS('arubaos');
|
||||
$this->checkOS('arubaos', 'arubaos-aosw');
|
||||
}
|
||||
|
||||
public function testAsa()
|
||||
|
Reference in New Issue
Block a user