Added Callmanager test

This commit is contained in:
Neil Lathwood
2016-09-18 19:11:10 +01:00
parent 256c1087df
commit fa330cf333

View File

@@ -94,6 +94,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('ciscosmblinux', 'Linux Cisco Small Business');
}
public function testCucm()
{
$this->checkOS('cucm', 'Something that we do not have', '.1.3.6.1.4.1.9.1.1348');
}
public function testCumulus()
{
$this->checkOS('cumulus', 'Linux', '.1.3.6.1.4.1.40310');