moved emane dependent tests into subdir, moved pytest config into setup.cfg, added CoreError and made use of in session.py
This commit is contained in:
parent
4598bddcdb
commit
3776e1dda7
14 changed files with 208 additions and 201 deletions
|
@ -415,7 +415,7 @@ class CoreServices(object):
|
|||
)
|
||||
continue
|
||||
logging.info("adding service to node(%s): %s", node.name, service_name)
|
||||
node.addservice(service)
|
||||
node.services.append(service)
|
||||
|
||||
def all_configs(self):
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue