fix: ArubaOS PowerConnect detection (#6463)

fixes: #6446
This commit is contained in:
Tony Murray
2017-04-19 10:34:28 -05:00
committed by Neil Lathwood
parent 230fb6601b
commit b18d026f9d
3 changed files with 5 additions and 0 deletions

View File

@@ -239,6 +239,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
{
$this->checkOS('arubaos');
$this->checkOS('arubaos', 'arubaos-aosw');
$this->checkOS('arubaos', 'arubaos-powerconnect');
}
public function testAsa()