aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-07-18 21:13:43 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-07-18 21:17:41 +0200
commit97b16ada2b710cfe88c3bc6bf9e0dc42a943fca5 (patch)
treede834c48b6b777fcd1677648956f45db56a4f1c6 /rumba/testbeds
parentaf27377ca752b6ef0c7bdb917a4339c959b00805 (diff)
downloadrumba-97b16ada2b710cfe88c3bc6bf9e0dc42a943fca5.tar.gz
rumba-97b16ada2b710cfe88c3bc6bf9e0dc42a943fca5.zip
exp: Add metrics and prototype update commands
This adds a couple of commands to start/stop metrics exporter, set link rate on virtual wall, and updating the prototype from git, which is useful in interactive mode.
Diffstat (limited to 'rumba/testbeds')
-rw-r--r--rumba/testbeds/jfed.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/rumba/testbeds/jfed.py b/rumba/testbeds/jfed.py
index cf8f556..828a74e 100644
--- a/rumba/testbeds/jfed.py
+++ b/rumba/testbeds/jfed.py
@@ -381,8 +381,5 @@ class Testbed(mod.Testbed):
else:
logger.debug("Node %s interface %s has name %s."
% (node_n.name, mac, ifname))
- # comp_id = intf.getAttribute("component_id")
- # comp_arr = comp_id.split(":")
- # ipcp.ifname = comp_arr[-1]
- # xml_ip = intf.getElementsByTagName("ip")
- # interface.ip = xml_ip[0].getAttribute("address")
+
+