feat(VPPUtil): Wait up to 10s to confirm VPP kill 04/42404/1
authorVratko Polak <[email protected]>
Fri, 14 Feb 2025 09:45:23 +0000 (10:45 +0100)
committerTibor Frank <[email protected]>
Thu, 6 Mar 2025 12:59:46 +0000 (12:59 +0000)
commitd483960f841066f9480ef3e19f1f15ccb1d6bfc2
treef018dbfe668290aeb95f8ae50b09981d66883a05
parente45e595a3c0aefe14c03ff1d023fd0e308535dfd
feat(VPPUtil): Wait up to 10s to confirm VPP kill

Rarely, the previous code did not give enough time
for Linux to receive all VPP interfaces back.

+ Reduce used SSH library timeout values in the edited block.
+ Fail the keyword only after attempting all cleanup steps.
- Do not change other CSIT kills, yet.

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