ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.
authorJustin Pettit <jpettit@nicira.com>
Thu, 5 Jan 2012 18:19:15 +0000 (10:19 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 5 Jan 2012 20:35:19 +0000 (12:35 -0800)
commit777507385a993b3ca072c512dac30ba1e6354b42
tree1e90e42de3c55eba05669237e014c888f72eb122
parentc4dba11a6395722c6522eee7d238bb4fc6685e7d
ofproto-dpif.at: Add test for normal action with OFPP_NONE in_port.

Commit 33158a (ofproto-dpif: Fake-up OFPP_NONE input bundle for
mirroring and normal.) fixed handling of packets sent from a controller
with an ingress port of OFPP_NONE.  It includes a unit test for the
mirroring case, but not the "normal" processing case.  The reason is
that the test requires commit fadc05 (ofproto-dpif: Fix nondeterministic
flow revalidation behavior.), which removes a check that causes the test
to fail.  That fix isn't available in all branches that 33158a is on, so
this test is only being run on those that are.

Signed-off-by: Justin Pettit <jpettit@nicira.com>
tests/ofproto-dpif.at