From: pmikus Date: Tue, 20 Jun 2023 12:07:51 +0000 (+0000) Subject: fix(core): Altra issues with mlx X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=c2fcd8896c0a07167d8567d91e485168e8cb684a;p=csit.git fix(core): Altra issues with mlx Signed-off-by: pmikus Change-Id: Iad8e468200df4ab77f4ed44010b1b029e840714f --- 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"