summaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-01-12 13:57:53 -0800
committerBen Pfaff <blp@nicira.com>2011-01-12 13:57:53 -0800
commitfec00620d6f2a011a0a1c1a18e0d061f59606113 (patch)
tree6d16c36e5ab2df2382ae632738298f01be88cefb /tests/testsuite.at
parentfbd76b2eefbb48ada78624f63d7c94f7e8a0ce7a (diff)
downloadopenvswitch-fec00620d6f2a011a0a1c1a18e0d061f59606113.tar.gz
ofp-print: Add tests for OpenFlow message formatting.
It's become clear over the past few weeks that some people really depend on the formatting of ofp-print output. It has also become clear that OVS doesn't have anything that actually checks or enforces the formatting of the output. The former is not something I want to encourage, but the latter is somewhat worrisome because the formatting does change from time to time and I want to make sure that that is intentional. So this commit adds at least one test for each supported OpenFlow and Nicira extension message, so that we can better keep track of changes.
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 4642902be..d41f504b4 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -42,6 +42,7 @@ m4_include([tests/classifier.at])
m4_include([tests/check-structs.at])
m4_include([tests/daemon.at])
m4_include([tests/daemon-py.at])
+m4_include([tests/ofp-print.at])
m4_include([tests/ovs-ofctl.at])
m4_include([tests/multipath.at])
m4_include([tests/vconn.at])