added test script and test for mobility script testing
This commit is contained in:
parent
05ce19b0c0
commit
b62076c240
5 changed files with 67 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue