mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
newdevice: detect more devices as Comware (#6386)
* newdevice: improve comware detection Only some H3C Comware devices were detected as comware, detect them all. * Update the test data FYI, C1234 was just a nonsense string
This commit is contained in:
committed by
Neil Lathwood
parent
d44d23dba6
commit
e005f78211
@@ -467,7 +467,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('comware');
|
||||
$this->checkOS('comware', 'comware1');
|
||||
$this->checkOS('comware', 'comware-hp-c1234');
|
||||
$this->checkOS('comware', 'comware-h3c');
|
||||
}
|
||||
|
||||
public function testCoriant()
|
||||
|
Reference in New Issue
Block a user