Thanks for v3.

I added '| tr -d [:blank:]' after 'wc -l', because there was some
extra space that made the test fail on FreeBSD.

Other than this, the tests seem to pass on FreeBSD, linux and travis
(I hope they pass on windows too), so I applied this to master

Thanks!

Daniele


On 07/06/2016 05:36, "Ilya Maximets" <i.maxim...@samsung.com> wrote:

>A bunch of PMD specific tests. Some already existing tests
>reused to run with 'dummy-pmd' interfaces.
>
>Version 3:
>       * Rebased on top of 'dummy-numa' patch-set:
>         http://openvswitch.org/pipermail/dev/2016-June/072277.html
>       * --dummy-numa option used for all pmd tests.
>         This should fix issues with non-Linux platforms and Travis-CI.
>       * Skipped already applied patches.
>
>Version 2:
>       * 'dummy-pmd' implemented as a separate netdev_class.
>         'dummy' and 'dummy-pmd' available at the same time.
>       * Proper multiqueue support implemented.
>       * Only few tests restarted with dummy-pmd.
>         Restarting implemented similar to python2/3 case.
>       * Rebased on current master.
>
>Ilya Maximets (3):
>  dpif-netdev.at: Run tests with dummy-pmd.
>  ofproto-dpif.at: Run tests with dummy-pmd.
>  testsuite: Add PMD specific tests.
>
> tests/automake.mk       |   1 +
> tests/dpif-netdev.at    | 147 ++++++++++++++++++++------------------
> tests/ofproto-dpif.at   | 157 +++++++++++++++++++++++------------------
> tests/ofproto-macros.at |  31 ++++++---
> tests/pmd.at            | 182 ++++++++++++++++++++++++++++++++++++++++++++++++
> tests/testsuite.at      |   1 +
> 6 files changed, 378 insertions(+), 141 deletions(-)
> create mode 100644 tests/pmd.at
>
>-- 
>2.5.0
>
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to