feat(VPPUtil): Wait up to 10s to confirm VPP kill 22/42022/12
authorVratko Polak <[email protected]>
Fri, 14 Feb 2025 09:45:23 +0000 (10:45 +0100)
committerVratko Polak <[email protected]>
Thu, 6 Mar 2025 12:51:59 +0000 (12:51 +0000)
commit064967bfdc939324292bde368f5e0a8831c24374
tree2917e603cb5c9477158a5abfd4825ec48f4ad7d1
parent6498b6269213e27f286e0a50952380a36352593c
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]>
resources/libraries/python/VPPUtil.py