[vstest]: remove kill exabgp command from the test (#4978)
the command kills all exabgp processes on the host. since the namespaces are newly added, there should be no prior exabgp processes. if it is existing namespace, it is also the dvs framework job to clean up all prior processes.
This commit is contained in:
parent
9905d9382d
commit
458b4aef48
@ -81,7 +81,6 @@ def test_gr_livelock(dvs, testlog):
|
||||
dvs.servers[0].runcmd("pip install 'exabgp==4.0.10' --force-reinstall ")
|
||||
#
|
||||
dvs.copy_file("/etc/frr/", "bgp/files/gr_livelock/bgpd.conf")
|
||||
dvs.servers[0].runcmd("pkill exabgp") # In case previous test didn't stop exa
|
||||
dvs.runcmd("supervisorctl stop bgpd")
|
||||
time.sleep(5)
|
||||
dvs.runcmd("supervisorctl start bgpd")
|
||||
|
@ -5,7 +5,6 @@ import time
|
||||
import json
|
||||
|
||||
def test_bounce(dvs, testlog):
|
||||
dvs.servers[0].runcmd("pkill -f exabgp")
|
||||
dvs.copy_file("/etc/frr/", "bgp/files/no_export/bgpd.conf")
|
||||
dvs.runcmd("supervisorctl start bgpd")
|
||||
dvs.runcmd("ip addr add 10.0.0.0/31 dev Ethernet0")
|
||||
|
Reference in New Issue
Block a user