Add testbed info to output_info.xml 55/21255/1
authorTibor Frank <tifrank@cisco.com>
Tue, 13 Aug 2019 09:31:25 +0000 (11:31 +0200)
committerTibor Frank <tifrank@cisco.com>
Tue, 13 Aug 2019 09:31:25 +0000 (11:31 +0200)
- Needed for trending

Change-Id: I59fc115ce62d1ad839e7c8a39c74af0497b9012d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/libraries/python/SetupFramework.py

index 28717dc..79443b9 100644 (file)
@@ -143,7 +143,9 @@ def setup_node(node, tarball, remote_tarball, results=None):
             node=host, err=exc))
         result = False
     else:
-        logger.console('Setup of node {0} done.'.format(host))
+        logger.console('Setup of node {ip} done.'.format(ip=host))
+        logger.info('Setup of {type} node {ip} done.'.format(type=node['type'],
+                                                             ip=host))
         result = True
 
     if isinstance(results, list):