Make sure to qualify on ingress port
diff --git a/tests/pktact.py b/tests/pktact.py
index eb34e7e..31c56ce 100644
--- a/tests/pktact.py
+++ b/tests/pktact.py
@@ -74,6 +74,7 @@
 
         pkt = simple_tcp_packet()
         match = parse.packet_to_flow_match(pkt)
+        match.wildcards &= ~ofp.OFPFW_IN_PORT
         self.assertTrue(match is not None, 
                         "Could not generate flow match from pkt")
         act = action.action_output()