aboutsummaryrefslogtreecommitdiff
path: root/rumba/testbeds/local.py
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2021-07-24 18:43:05 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2021-07-24 18:43:05 +0200
commit9d07466cd0388ddece61d15f0abff5b89add5929 (patch)
tree28b2eefa4d3de9378a16e91858c46f97cd98a3a3 /rumba/testbeds/local.py
parent1abd211bb7b58dc258570116af9403ecf0e28da9 (diff)
downloadrumba-9d07466cd0388ddece61d15f0abff5b89add5929.tar.gz
rumba-9d07466cd0388ddece61d15f0abff5b89add5929.zip
prototypes: Fix experiment without influxDB
This fixes creating an experiment without influxDB defined (check for None before iterating). Also fixes setting link rates to 1GbE, as this requires link negotiation to be enabled.
Diffstat (limited to 'rumba/testbeds/local.py')
-rw-r--r--rumba/testbeds/local.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/rumba/testbeds/local.py b/rumba/testbeds/local.py
index 85e9e95..9326d94 100644
--- a/rumba/testbeds/local.py
+++ b/rumba/testbeds/local.py
@@ -31,6 +31,7 @@ from rumba.executors.local import LocalExecutor
logger = log.get_logger(__name__)
+
class Testbed(mod.Testbed):
"""
Local testbed, does not do anything. In the case of the Ouroboros