summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-11-09 10:00:22 -0800
committerBen Pfaff <blp@nicira.com>2012-11-09 10:01:43 -0800
commit681ea7a0e98edf156aab79b062425d7ac638e415 (patch)
treec534998a597bdee252d523c9127c6bc0cec95c61 /tests/testsuite.at
parent1804d25a21dcdec83437ab1ebf9daf683d7e50da (diff)
downloadopenvswitch-681ea7a0e98edf156aab79b062425d7ac638e415.tar.gz
tests: Add tests for encoding and decoding OpenFlow hello messages.
These tests helped me find the problems that I fixed in previous commits. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index 2b4ccdb71..c330f2cf8 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -77,6 +77,7 @@ m4_include([tests/daemon.at])
m4_include([tests/daemon-py.at])
m4_include([tests/ofp-actions.at])
m4_include([tests/ofp-print.at])
+m4_include([tests/ofp-util.at])
m4_include([tests/ofp-errors.at])
m4_include([tests/ovs-ofctl.at])
m4_include([tests/odp.at])