mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: Added detection for Ericsson UPC devices (#6472)
This commit is contained in:
committed by
Tony Murray
parent
21a70dcb8a
commit
d0201a9437
@@ -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');
|
||||
|
Reference in New Issue
Block a user