finished initial pass on adding tests to help run through and validate tlv message handling
This commit is contained in:
parent
4f4605163f
commit
ca10ef4e9e
3 changed files with 304 additions and 3 deletions
|
@ -53,6 +53,14 @@ class MobilityManager(ModelManager):
|
|||
self.physnets = {}
|
||||
self.session.broker.handlers.add(self.physnodehandlelink)
|
||||
|
||||
def reset(self):
|
||||
"""
|
||||
Clear out all current configurations.
|
||||
|
||||
:return: nothing
|
||||
"""
|
||||
self.config_reset()
|
||||
|
||||
def startup(self, node_ids=None):
|
||||
"""
|
||||
Session is transitioning from instantiation to runtime state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue