Allow the OpenFlow port to be requested for a port.
[openvswitch] / tests / classifier.at
index 26ca079877512d8465591e8f09798886a57a44f3..cf0cc442ae3eb64246e6449f73dfede53e9b5c1a 100644 (file)
@@ -12,3 +12,13 @@ m4_foreach(
   [AT_SETUP([flow classifier - m4_bpatsubst(testname, [-], [ ])])
    AT_CHECK([test-classifier testname], [0], [], [])
    AT_CLEANUP])])
+
+AT_BANNER([miniflow unit tests])
+m4_foreach(
+  [testname],
+  [[miniflow],
+   [minimask_has_extra],
+   [minimask_combine]],
+  [AT_SETUP([miniflow - m4_bpatsubst(testname, [-], [ ])])
+   AT_CHECK([test-classifier testname], [0], [], [])
+   AT_CLEANUP])])