[spp] [PATCH 0/3] Introduce unit test for SPP processes

yasufum.o at gmail.com yasufum.o at gmail.com
Tue Dec 17 03:37:27 CET 2019


From: Yasufumi Ogawa <yasufum.o at 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



More information about the spp mailing list