fix: testpmd and l3fwd check state 57/36457/1
authorViliam Luc <vluc@cisco.com>
Mon, 13 Jun 2022 11:42:29 +0000 (13:42 +0200)
committerPeter Mikus <peter.mikus@protonmail.ch>
Fri, 17 Jun 2022 11:23:45 +0000 (11:23 +0000)
commit0f72a21b0a90b84ebe4ede6bb7252999a364c979
tree8199879538c4a5010d2df5d1c0767b8549b11bbd
parent612ded3f1d69644e6d503cf496332487e06b5ed2
fix: testpmd and l3fwd check state
     + print testpmd and l3fwd pid after start

Testpmd and l3fwd utility can be started but link might not be
ready yet. This fix start the utility on all DUTs and do the
check later.

Signed-off-by: Viliam Luc <vluc@cisco.com>
Change-Id: If476e22f206d9a6a0dd399879a88eafedca92bb6
(cherry picked from commit 5c4c05c8ea9f1b07862c09c8d971a3dae3b16adf)
resources/libraries/bash/entry/check_l3fwd.sh [new file with mode: 0755]
resources/libraries/bash/entry/check_testpmd.sh [new file with mode: 0755]
resources/libraries/bash/function/dpdk.sh
resources/libraries/python/DPDK/L3fwdCheck.py [new file with mode: 0644]
resources/libraries/python/DPDK/TestpmdCheck.py [new file with mode: 0644]
resources/libraries/python/DPDK/TestpmdTest.py
resources/libraries/robot/dpdk/default.robot