From 296251ca0c823782ee957a5a2b3e5984522eb227 Mon Sep 17 00:00:00 2001 From: Ashish Varma Date: Thu, 29 Mar 2018 16:46:09 -0700 Subject: 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 Signed-off-by: Ben Pfaff Tested-by: Greg Rose Reviewed-by: Greg Rose --- tests/automake.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/automake.mk') 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 -- cgit v1.2.1