From 9d07466cd0388ddece61d15f0abff5b89add5929 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Sat, 24 Jul 2021 18:43:05 +0200 Subject: 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. --- rumba/testbeds/local.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rumba/testbeds/local.py') 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 -- cgit v1.2.3