summaryrefslogtreecommitdiffhomepage
path: root/test/scenario_test/lib/quagga.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/scenario_test/lib/quagga.py')
-rw-r--r--test/scenario_test/lib/quagga.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scenario_test/lib/quagga.py b/test/scenario_test/lib/quagga.py
index 0346768f..1099866a 100644
--- a/test/scenario_test/lib/quagga.py
+++ b/test/scenario_test/lib/quagga.py
@@ -189,5 +189,5 @@ class QuaggaBGPContainer(BGPContainer):
f.writelines(str(c))
def reload_config(self):
- cmd = 'docker exec {0} /usr/bin/pkill bgpd -SIGHUP'.format(self.name)
- local(cmd, capture=True)
+ cmd = '/usr/bin/pkill bgpd -SIGHUP'
+ self.local(cmd)