From 1abd211bb7b58dc258570116af9403ecf0e28da9 Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Mon, 19 Jul 2021 21:56:11 +0200 Subject: experiment: Move link rate setting to prototype Apparently I didn't test my final change for this feature when I moved it from the storyboard to the experiment. It didn't work, I tried to put it in the testbed class, but that was a mess, so for now it's moved to the prototype. --- rumba/testbeds/dockertb.py | 1 + 1 file changed, 1 insertion(+) (limited to 'rumba/testbeds/dockertb.py') diff --git a/rumba/testbeds/dockertb.py b/rumba/testbeds/dockertb.py index 1e92658..d2a1334 100644 --- a/rumba/testbeds/dockertb.py +++ b/rumba/testbeds/dockertb.py @@ -35,6 +35,7 @@ from rumba.executors.docker import DockerExecutor logger = log.get_logger(__name__) + class Testbed(mod.Testbed): """ Represents a docker testbed. -- cgit v1.2.3