refactor: move the rest of avaya os detection to yaml (#6426)

Detection should be improved for these OS.
This commit is contained in:
Tony Murray
2017-04-15 02:10:15 -05:00
committed by Neil Lathwood
parent 54975f64d4
commit 8a8edb7d6d
9 changed files with 18 additions and 11 deletions

View File

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