newdevice: Added detection for AKCP SecurityProbe (#6550)

* Add support for AKCP SecurityProbe

* Add tests for AKCP SecurityProbe
This commit is contained in:
Olivier Beytrison
2017-05-02 15:48:44 +02:00
committed by Neil Lathwood
parent c59ae3c537
commit a6eca494ff
3 changed files with 4 additions and 0 deletions

View File

@@ -176,6 +176,7 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
{
$this->checkOS('akcp');
$this->checkOS('akcp', 'akcp1');
$this->checkOS('akcp', 'akcp-securityprobe');
}
public function testAos()