system-traffic: Fix up FTP tests.
authorJoe Stringer <joe@ovn.org>
Tue, 19 Jul 2016 19:54:08 +0000 (12:54 -0700)
committerJoe Stringer <joe@ovn.org>
Thu, 21 Jul 2016 18:05:31 +0000 (11:05 -0700)
commitff188ad1db6ac9dba746093a1c464f17b542a880
treecb16856cf90b7813cbeb92bdf9478a9c66fa7ea2
parent723af1320ffa7290c36f3f5e6d6a8ea57f7ad50c
system-traffic: Fix up FTP tests.

Prior to commit b87a5aacefe2 ("datapath: Fix cached ct with helper."),
we were relying on automatic helpers to ensure that FTP connections were
tracked correctly, regardless of the flows that existed in the datapath.
Now, we can drop the automatic helpers in the root namespace and still
have related connections work correctly. Also, the ALG should only be
specified when committing the connection. Update the rules.

Signed-off-by: Joe Stringer <joe@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
tests/system-kmod-macros.at
tests/system-traffic.at