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:
Tony Murray
2017-04-19 05:02:29 -05:00
committed by Neil Lathwood
parent 0e6b42fc05
commit eebf0d263a
4 changed files with 13 additions and 5 deletions

View File

@@ -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()