mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
refactor: move ios detection to yaml using new sysDescr_except (#6456)
* refactor: move ios detection to yaml using new sysDescr_except * Add IOS-XE too * Add Catalyst 4500 test data, it needs IOS-XE for proper detection.
This commit is contained in:
committed by
Neil Lathwood
parent
0e6b42fc05
commit
eebf0d263a
@@ -952,6 +952,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
$this->checkOS('iosxe');
|
||||
$this->checkOS('iosxe', 'iosxe-asr1000');
|
||||
$this->checkOS('iosxe', 'iosxe-c4500');
|
||||
}
|
||||
|
||||
public function testIosxr()
|
||||
|
Reference in New Issue
Block a user