From a79578988cb2bc7e08a516aca93a3816d996072d Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Fri, 3 Feb 2017 14:25:52 +0100 Subject: rhumba: Remove experiment name and add more info This removes the experiment name in the different experiments. It also adds some more info to the Node class, such as the full URL of the node after swap-in. --- emulab_support.py | 1 + 1 file changed, 1 insertion(+) (limited to 'emulab_support.py') diff --git a/emulab_support.py b/emulab_support.py index 6fe0055..db779a9 100644 --- a/emulab_support.py +++ b/emulab_support.py @@ -297,6 +297,7 @@ def complete_experiment_graph(testbed, nodes, p2plinks): elif link.node_b.name == node.name and \ link.int_b.ip == item[1]: link.int_b.name = item[0] + node.full_name = full_name(testbed, node.name) def setup_vlan(testbed, node_name, vlan_id, int_name): ''' -- cgit v1.2.3