From fa330cf333fb7df74805b430f31f4d9c1b9ac5d2 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Sun, 18 Sep 2016 19:11:10 +0100 Subject: [PATCH] Added Callmanager test --- tests/OSDiscoveryTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/OSDiscoveryTest.php b/tests/OSDiscoveryTest.php index fa7670a93d..0368de8000 100644 --- a/tests/OSDiscoveryTest.php +++ b/tests/OSDiscoveryTest.php @@ -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');