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:
Tony Murray
2017-04-15 02:09:14 -05:00
committed by Neil Lathwood
parent 9c44b1a809
commit 54975f64d4
9 changed files with 20 additions and 21 deletions

View File

@@ -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()