added test script and test for mobility script testing

This commit is contained in:
Blake J. Harnden 2017-08-02 16:39:38 -07:00
parent 05ce19b0c0
commit b62076c240
5 changed files with 67 additions and 3 deletions

View file

@ -382,7 +382,7 @@ class WlanNode(LxBrNet):
:param config: model configuration
:return: nothing
"""
logger.info("adding model %s" % model.name)
logger.info("adding model: %s", model.name)
if model.config_type == RegisterTlvs.WIRELESS.value:
self.model = model(session=self.session, object_id=self.objid, values=config)
if self.model.position_callback: