X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FVPPUtil.py;fp=resources%2Flibraries%2Fpython%2FVPPUtil.py;h=1ede76cdd4e08ae9975d8495acfb57ce1c0b51aa;hp=a98ea9e9d4592a6e6bcb56978e36c0e85b1445cc;hb=c2fcd8896c0a07167d8567d91e485168e8cb684a;hpb=62a485fa3753dbb9e0cf337164fe65d213e89ef2 diff --git a/resources/libraries/python/VPPUtil.py b/resources/libraries/python/VPPUtil.py index a98ea9e9d4..1ede76cdd4 100644 --- a/resources/libraries/python/VPPUtil.py +++ b/resources/libraries/python/VPPUtil.py @@ -80,7 +80,7 @@ class VPPUtil: :type node_key: str """ PapiSocketExecutor.disconnect_all_sockets_by_node(node) - command = "pkill -9 vpp" + command = "pkill -9 vpp; sleep 1" exec_cmd(node, command, timeout=180, sudo=True) command = ( "/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api"