diff mbox

[ovs-dev,branch-2.4] tests: Fix lookup segmentation test.

Message ID 1464283629-20958-1-git-send-email-joe@ovn.org
State Accepted
Headers show

Commit Message

Joe Stringer May 26, 2016, 5:27 p.m. UTC
This test has been failing since IGMP megaflow matching was fixed.
Update the test to fix the build.

Fixes: aeb14ab7f6cd ("ofproto-dpif-xlate: Fix IGMP megaflow matching.")
Signed-off-by: Joe Stringer <joe@ovn.org>
---
 tests/classifier.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff May 26, 2016, 5:36 p.m. UTC | #1
On Thu, May 26, 2016 at 10:27:09AM -0700, Joe Stringer wrote:
> This test has been failing since IGMP megaflow matching was fixed.
> Update the test to fix the build.
> 
> Fixes: aeb14ab7f6cd ("ofproto-dpif-xlate: Fix IGMP megaflow matching.")
> Signed-off-by: Joe Stringer <joe@ovn.org>

Oops.  I thought I caught all of those.  Thank you.

Acked-by: Ben Pfaff <blp@ovn.org>
Joe Stringer May 26, 2016, 5:44 p.m. UTC | #2
On 26 May 2016 at 10:36, Ben Pfaff <blp@ovn.org> wrote:
> On Thu, May 26, 2016 at 10:27:09AM -0700, Joe Stringer wrote:
>> This test has been failing since IGMP megaflow matching was fixed.
>> Update the test to fix the build.
>>
>> Fixes: aeb14ab7f6cd ("ofproto-dpif-xlate: Fix IGMP megaflow matching.")
>> Signed-off-by: Joe Stringer <joe@ovn.org>
>
> Oops.  I thought I caught all of those.  Thank you.
>
> Acked-by: Ben Pfaff <blp@ovn.org>

There was just this one on branch-2.4 so you almost had them all:)

Thanks, applied.
diff mbox

Patch

diff --git a/tests/classifier.at b/tests/classifier.at
index c13fd775d763..9a4f28979422 100644
--- a/tests/classifier.at
+++ b/tests/classifier.at
@@ -49,7 +49,7 @@  Datapath actions: 1
 ])
 AT_CHECK([ovs-appctl ofproto/trace br0 'in_port=1,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:07,dl_type=0x0800,nw_src=192.168.0.1,nw_dst=11.1.2.15,nw_proto=6,nw_tos=0,nw_ttl=128,tp_src=8,tp_dst=80'], [0], [stdout])
 AT_CHECK([tail -2 stdout], [0],
-  [Megaflow: recirc_id=0,ip,in_port=1,nw_dst=1.0.0.0/1.0.0.0,nw_frag=no
+  [Megaflow: recirc_id=0,tcp,in_port=1,nw_dst=1.0.0.0/1.0.0.0,nw_frag=no
 Datapath actions: drop
 ])
 AT_CHECK([ovs-appctl ofproto/trace br0 'in_port=1,dl_src=50:54:00:00:00:05,dl_dst=50:54:00:00:00:07,dl_type=0x0800,nw_src=192.168.0.1,nw_dst=10.1.2.15,nw_proto=6,nw_tos=0,nw_ttl=128,tp_src=8,tp_dst=80'], [0], [stdout])