From ffb6be1dae7bebf4596336acdefccbfe885bc8a9 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 6 Jun 2018 16:13:35 +0200 Subject: prototypes: Switch register and bind operation This switches the register and bind operations in the ouroboros prototype, to avoid a race condition when starting a server very fast. --- examples/docker-ouroboros.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/docker-ouroboros.py b/examples/docker-ouroboros.py index 1c6009c..ce30fdb 100755 --- a/examples/docker-ouroboros.py +++ b/examples/docker-ouroboros.py @@ -53,8 +53,7 @@ for i in range(0, args.nodes): nodes[0].add_dif(shim_prev) nodes[0].add_dif_registration(n01, shim_prev) -tb = docker.Testbed(exp_name = "ouroboros", - base_image = "ouroborosrumba/prototype") +tb = docker.Testbed(exp_name = "ouroboros") exp = our.Experiment(tb, nodes = nodes) -- cgit v1.2.3