X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FVPPUtil.py;h=a98ea9e9d4592a6e6bcb56978e36c0e85b1445cc;hb=d844c03f221a0d6f26c55d34b20ced3191ff4e96;hp=0e69ec7fb684a68f1daf26247db757018f387172;hpb=3f49bea7fed00c378218947089a1852d9e0ce446;p=csit.git diff --git a/resources/libraries/python/VPPUtil.py b/resources/libraries/python/VPPUtil.py index 0e69ec7fb6..a98ea9e9d4 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 vpp" + command = "pkill -9 vpp" exec_cmd(node, command, timeout=180, sudo=True) command = ( "/bin/rm -f /dev/shm/db /dev/shm/global_vm /dev/shm/vpe-api"