Add OS tests and use sysObjectId for device recognition

This commit is contained in:
Guillem Mateos
2016-10-21 21:01:45 +02:00
parent 2f7244a852
commit 3b4377b7ae
3 changed files with 7 additions and 3 deletions

View File

@@ -310,6 +310,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('catos');
}
public function testCeraos()
{
$this->checkOS('ceraos');
}
public function testCimc()
{
$this->checkOS('cimc');