On 9/30/19 3:00 PM, Ondrej Lichtner wrote:
On Wed, Sep 25, 2019 at 04:59:47PM +0200, Adrian Moreno wrote:
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(-)
-- 2.21.0
Patchset looks good, I'll skip the "lnst.Devices.RemoteDevice: disable coalescing caching" patch as discussed on IRC, I'll send my own patch set that solves the issue a little better instead of just hiding the error as a temporary workaround.
Sounds good.
Thanks
Thanks, -Ondrej