summaryrefslogtreecommitdiff
path: root/tests/automake.mk
diff options
context:
space:
mode:
authorAshish Varma <ashishvarma.ovs@gmail.com>2018-03-29 16:46:09 -0700
committerBen Pfaff <blp@ovn.org>2018-04-17 08:16:08 -0700
commit296251ca0c823782ee957a5a2b3e5984522eb227 (patch)
treef79b8051c9afe62dd9e08da5bf634bac09d71a50 /tests/automake.mk
parentdcb9fd8ecd34a5940c32649dc1d5e9f20c2bd112 (diff)
downloadopenvswitch-296251ca0c823782ee957a5a2b3e5984522eb227.tar.gz
tests: Added NSH related unit test cases for datapath
Added test cases for encap, decap, replace and forwarding of NSH packets. Also added a python script 'sendpkt.py' to send hex ethernet frames. Signed-off-by: Ashish Varma <ashishvarma.ovs@gmail.com> Signed-off-by: Ben Pfaff <blp@ovn.org> Tested-by: Greg Rose <gvrose8192@gmail.com> Reviewed-by: Greg Rose <gvrose8192@gmail.com>
Diffstat (limited to 'tests/automake.mk')
-rw-r--r--tests/automake.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/automake.mk b/tests/automake.mk
index d9292e80c..589263b46 100644
--- a/tests/automake.mk
+++ b/tests/automake.mk
@@ -401,7 +401,9 @@ CHECK_PYFILES = \
tests/test-unix-socket.py \
tests/test-unixctl.py \
tests/test-vlog.py \
- tests/uuidfilt.py
+ tests/uuidfilt.py \
+ tests/sendpkt.py
+
EXTRA_DIST += $(CHECK_PYFILES)
PYCOV_CLEAN_FILES += $(CHECK_PYFILES:.py=.py,cover) .coverage