fix: testpmd and l3fwd check state 31/36431/18
authorViliam Luc <vluc@cisco.com>
Mon, 13 Jun 2022 11:42:29 +0000 (13:42 +0200)
committerViliam Luc <vluc@cisco.com>
Fri, 17 Jun 2022 11:10:18 +0000 (13:10 +0200)
commit5c4c05c8ea9f1b07862c09c8d971a3dae3b16adf
tree21f42ad2e0be5ec9468ff6d344c4ce9f7f76ec9f
parentf7ee014dee09b4089924342b0fe5654b2fe91e90
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
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