newdevice: Added support for TPLink JetStream #5194 (#5249)

This commit is contained in:
Neil Lathwood
2016-12-29 01:04:01 +02:00
committed by Søren Rosiak
parent 6a74d5d7ce
commit c8a77fb73e
5 changed files with 45 additions and 0 deletions
+5
View File
@@ -761,6 +761,11 @@ class DiscoveryTest extends \PHPUnit_Framework_TestCase
$this->checkOS('jetdirect', 'jetdirect2');
}
public function testJetstream()
{
$this->checkOS('jetstream');
}
public function testJuniperex2500os()
{
$this->checkOS('juniperex2500os');