system-traffic: Fix packet-in format for tests.
authorJoe Stringer <joe@ovn.org>
Wed, 6 Apr 2016 22:07:49 +0000 (15:07 -0700)
committerJoe Stringer <joe@ovn.org>
Thu, 7 Apr 2016 17:50:55 +0000 (10:50 -0700)
commitf274a04708493388f83eecbf2543473aa930f90c
treea0fdc9f97d1d2875676ba1ed87239af7d1281930
parentd61fbedc0802de598d4088a9b2d32cfeeca53290
system-traffic: Fix packet-in format for tests.

Since continuations were introduced, the system-traffic tests which use
OpenFlow monitors to check the results of datapath execution have been
failing, because the new PACKET_IN2 format is used rather than
PACKET_IN. Switch the expected output over to PACKET_IN2.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Daniele Di Proietto <diproiettod@vmware.com>
tests/system-traffic.at