summaryrefslogtreecommitdiffhomepage
path: root/test/lib/quagga.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/quagga.py')
-rw-r--r--test/lib/quagga.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/quagga.py b/test/lib/quagga.py
index f0981a23..4f24c784 100644
--- a/test/lib/quagga.py
+++ b/test/lib/quagga.py
@@ -273,7 +273,7 @@ class QuaggaBGPContainer(BGPContainer):
def reload_config(self):
for daemon in self._get_enabled_daemons():
- self.local('pkill {0} -SIGHUP'.format(daemon), capture=True)
+ self.local('pkill -SIGHUP {0}'.format(daemon), capture=True)
self._wait_for_boot()
def _vtysh_add_route_map(self, path):