]> git.proxmox.com Git - mirror_ovs.git/commit
system-traffic: Fix conntrack tests
authorYi-Hung Wei <yihung.wei@gmail.com>
Thu, 26 Oct 2017 21:24:09 +0000 (14:24 -0700)
committerBen Pfaff <blp@ovn.org>
Tue, 31 Oct 2017 22:28:09 +0000 (15:28 -0700)
commit45e46e925c7a24573d5e339de0152b1785a971b0
treef454f3b13d24f4c2bd0f7e3343e924d6bf612738
parent5fdd80cc66e4ace44c419c42fbac3f606b67e581
system-traffic: Fix conntrack tests

Three conntrack system-traffic tests are broken because of a recent
change 7827edcaebd8 ("Add dl_type to flow metadata for correct
interpretation of conntrack metadata"). It can be reproduced by
  $ make check-system-userspace TESTSUITEFLAGS='18 19 37'

This patch modifies the check messages to fix the breakage.

Fixes: 7827edcaebd8 ("Add dl_type to flow metadata for correct interpretation of conntrack metadata")
CC: Daniel Alvarez <dalvarez@redhat.com>
Signed-off-by: Yi-Hung Wei <yihung.wei@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Tested-by: William Tu <u9012063@gmail.com>
tests/system-traffic.at