system-traffic: use `dpctl/*conntrack` instead of `conntrack` tool.
authorDaniele Di Proietto <diproiettod@vmware.com>
Mon, 2 Nov 2015 22:24:54 +0000 (14:24 -0800)
committerDaniele Di Proietto <diproiettod@vmware.com>
Tue, 22 Dec 2015 01:24:07 +0000 (17:24 -0800)
commitec3aa16c034be4c0fd543b8b9f2e257d4f7f0e73
tree715f17ac8ba3421b0852a9979e0a72937fddafec
parent2c06d9a927c507a2f03111c3a6e3946b8ff47fca
system-traffic: use `dpctl/*conntrack` instead of `conntrack` tool.

Often in the tests we inspect the conntrack tables with the 'conntrack'
command line utility.  Since this may not always be available, and since
these tests are supposed to run with the upcoming userspace connection
tracker, it is better to use the newly implemented dpctl command.

Due to the tcp state mapping done in tcp_state_coalesce(), SYN_RECV is
replaced by ESTABLISHED in four places in the testsuite.  The rest of
the changes are just done to match the formatting style.

Also, check the conntrack entries for the IPv6 HTTP test.

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