Soft Patch Panel
 help / color / mirror / Atom feed
From: yasufum.o@gmail.com
To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com
Subject: [spp] [PATCH 0/3] Introduce unit test for SPP processes
Date: Tue, 17 Dec 2019 11:37:27 +0900	[thread overview]
Message-ID: <20191217023730.30477-1-yasufum.o@gmail.com> (raw)

From: Yasufumi Ogawa <yasufum.o@gmail.com>

This series of patches is to add unit tests for spp_nfv and spp_primary.
This feature is just an experimental and still fail to pass some tests
actually because some of PMDs, such as vhost, do not work for some
cases. Hoewver, the tests are expected to be passed wihtout errors after
the problems are fixed.

Yasufumi Ogawa (3):
  test: add test for spp_nfv
  test: add spp_nfv test for forwarding
  test: add test for spp_primary

 test/config.ini          |  12 +++
 test/test_spp_nfv.py     | 226 +++++++++++++++++++++++++++++++++++++++
 test/test_spp_primary.py | 177 ++++++++++++++++++++++++++++++
 3 files changed, 415 insertions(+)
 create mode 100644 test/config.ini
 create mode 100644 test/test_spp_nfv.py
 create mode 100644 test/test_spp_primary.py

-- 
2.17.1


             reply	other threads:[~2019-12-17  2:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17  2:37 yasufum.o [this message]
2019-12-17  2:37 ` [spp] [PATCH 1/3] test: add test for spp_nfv yasufum.o
2019-12-17  2:37 ` [spp] [PATCH 2/3] test: add spp_nfv test for forwarding yasufum.o
2019-12-17  2:37 ` [spp] [PATCH 3/3] test: add test for spp_primary yasufum.o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191217023730.30477-1-yasufum.o@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=ferruh.yigit@intel.com \
    --cc=spp@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).