diff options
author | Petr Machata <petrm@mellanox.com> | 2018-06-01 00:37:47 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-04 10:08:45 -0400 |
commit | 6ebe5a7a66ebd78f83fdd231a1d50bfc7a93598e (patch) | |
tree | 6408c3d2b5ee92f205ca5fca9bcbefb9cd546e81 /tools | |
parent | 00d56229671b23f4cc459f96165dec41ef5988b4 (diff) |
selftests: forwarding: mirror_vlan: Change test description
The test description is displayed with the PASS/FAIL resolution after
the test is ran. There however already is one other test described
exactly like this, which makes it unclear which of the tests passed or
failed. Make the description unique.
Signed-off-by: Petr Machata <petrm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/testing/selftests/net/forwarding/mirror_vlan.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/forwarding/mirror_vlan.sh b/tools/testing/selftests/net/forwarding/mirror_vlan.sh index f7124038b6c1..9ab2ce77b332 100755 --- a/tools/testing/selftests/net/forwarding/mirror_vlan.sh +++ b/tools/testing/selftests/net/forwarding/mirror_vlan.sh @@ -91,7 +91,7 @@ test_tagged_vlan_dir() 192.0.2.17 192.0.2.18 mirror_uninstall $swp1 $direction - log_test "$direction mirror to vlan ($tcflags)" + log_test "$direction mirror tagged to vlan ($tcflags)" } test_tagged_vlan() |