From: pmikus Date: Thu, 15 Jun 2023 06:14:29 +0000 (+0000) Subject: fix(core): hard vpp kill X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d844c03f221a0d6f26c55d34b20ced3191ff4e96;hp=3f49bea7fed00c378218947089a1852d9e0ce446;p=csit.git fix(core): hard vpp kill Signed-off-by: pmikus Change-Id: Ie99c70ebda54153eb361954cbbd4f8191454a022 --- 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"