diff options
Diffstat (limited to 'test/lib/gobgp.py')
-rw-r--r-- | test/lib/gobgp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/gobgp.py b/test/lib/gobgp.py index 00efedf4..a4d697b1 100644 --- a/test/lib/gobgp.py +++ b/test/lib/gobgp.py @@ -113,7 +113,7 @@ class GoBGPContainer(BGPContainer): local(cmd, capture=True) self.local("{0}/start.sh".format(self.SHARED_VOLUME), detach=True) - def graceful_restart(self): + def stop_gobgp(self): self.local("pkill -INT gobgpd") def _start_zebra(self): |