fix(VPPUtil): Wait unconditional 1s after VPP kill 30/43030/1
authorVratko Polak <[email protected]>
Wed, 28 May 2025 10:46:26 +0000 (12:46 +0200)
committerVratko Polak <[email protected]>
Thu, 29 May 2025 08:11:09 +0000 (08:11 +0000)
commitc5ba89b8c65a674e3934f3dea1831f3aad717563
tree76bed89477548e3bf16e0a99ab3f78e2e28c66bb
parent219f218ce9acccda577cf74a9ce5699a6aeb1d17
fix(VPPUtil): Wait unconditional 1s after VPP kill

One RC1 run suggests Linux may need more time
after VPP process is gone till device is available for Linux again.
Adding an unconditional 1-second sleep after the kill should be enough.

Ticket: csit-4074

Change-Id: I6d901e98d75aeb60a159ae1c033de2262c84a261
Signed-off-by: Vratko Polak <[email protected]>
(cherry picked from commit 6af7a3b277896b60f79e26a2db466861c82c6117)
resources/libraries/python/VPPUtil.py