newdevice: Added detection for Ericsson UPC devices (#6472)

This commit is contained in:
Neil Lathwood
2017-04-22 14:12:05 +01:00
committed by Tony Murray
parent 21a70dcb8a
commit d0201a9437
5 changed files with 45 additions and 0 deletions

View File

@@ -986,6 +986,12 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('iosxr');
}
public function testIpecs()
{
$this->checkOS('ipecs', 'ipecs-ucp100');
$this->checkOS('ipecs', 'ipecs-ucp600');
}
public function testIpoman()
{
$this->checkOS('ipoman');