smarter way to write configs, provide structure and map to avail. resources (testboxe...
[tests.git] / system / TestNode.py
index f8545e9..a893619 100644 (file)
@@ -13,7 +13,7 @@ class TestNode:
        self.node_spec=node_spec
         
     def name(self):
-        return self.node_spec['node_fields']['hostname']
+        return self.node_spec['name']
     
     @staticmethod
     def is_qemu_model (model):