This series is contains a series of patches needed to get the OvS_DPDK_PvP recipe to work.
They mostly contain small fixes here and there. An exception is PATCH 6/7 that is a workaround that could potentially affect other tests. Special care should be taken with that one.
*** BLURB HERE ***
Adrian Moreno (7): lnst.Controller.RecipeResults: check if netns exists lnst.Tests.Trex: open temp file in non-binary mode lnst.Tests.TestPMD: encode commands to testpmd lnst.Recipes.ENRT.OvS_DPDK_PvP: minor fixes TRexFlowMeasurement: fix stat names and missing member lnst.Devices.RemoteDevice: disable coalescing caching TRexFlowMeasurement: wait for the server to start
lnst/Controller/RecipeResults.py | 6 +++--- lnst/Devices/RemoteDevice.py | 2 +- .../Perf/Measurements/TRexFlowMeasurement.py | 8 ++++++-- lnst/Recipes/ENRT/OvS_DPDK_PvP.py | 11 ++++++----- lnst/Tests/TRex.py | 2 +- lnst/Tests/TestPMD.py | 6 +++--- 6 files changed, 20 insertions(+), 15 deletions(-)