newdevice: Updated detection for Dasan NOS devices #5359 (#5606)

* newdevice: Updated detection for Dasan NOS devices #5359

* added missing file
This commit is contained in:
Neil Lathwood
2017-01-25 22:22:06 +00:00
committed by Tony Murray
parent 14a2d290ae
commit 61ec8e663e
3 changed files with 4 additions and 1 deletions

View File

@@ -407,6 +407,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
public function testDasanNos()
{
$this->checkOS('dasan-nos');
$this->checkOS('dasan-nos', 'dasan-nos1');
}
public function testDatacom()