selftests: forwarding: mirror_vlan: Change test description
authorPetr Machata <petrm@mellanox.com>
Thu, 31 May 2018 22:37:47 +0000 (00:37 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Jun 2018 14:08:45 +0000 (10:08 -0400)
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>
tools/testing/selftests/net/forwarding/mirror_vlan.sh

index f712403..9ab2ce7 100755 (executable)
@@ -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()