From 19256e0f3de910f3c6e2758ab84a28f18401aa81 Mon Sep 17 00:00:00 2001 From: Mike Marsh <mmarsh@cs.umd.edu> Date: Sat, 10 Feb 2018 15:16:20 -0500 Subject: [PATCH] don't need to pull anything when stopping --- stop_testbed.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/stop_testbed.py b/stop_testbed.py index a9fc2ac..7b02a02 100755 --- a/stop_testbed.py +++ b/stop_testbed.py @@ -16,8 +16,6 @@ args = parser.parse_args() with open(args.file) as cfile: conf = yaml.load(cfile) -retval = subprocess.call(['docker','pull',conf['image']]) - ntwk = conf['network'] def stop_node(name,i): -- GitLab