Commit a96d81a2 authored by Petr Machata's avatar Petr Machata Committed by David S. Miller

selftests: forwarding: Test removal of mirroring

Test that when flower-based mirror action is removed, mirroring stops.
Signed-off-by: default avatarPetr Machata <petrm@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 77a8df38
......@@ -67,6 +67,11 @@ test_span_gre_dir_acl()
test_span_gre_dir_ips "$@" 192.0.2.3 192.0.2.4
}
fail_test_span_gre_dir_acl()
{
fail_test_span_gre_dir_ips "$@" 192.0.2.3 192.0.2.4
}
full_test_span_gre_dir_acl()
{
local tundev=$1; shift
......@@ -83,6 +88,9 @@ full_test_span_gre_dir_acl()
"$forward_type" "$backward_type"
mirror_uninstall $swp1 $direction
# Test lack of mirroring after ACL mirror is uninstalled.
fail_test_span_gre_dir_acl "$tundev" "$direction"
log_test "$direction $what ($tcflags)"
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment