selftests: ocelot: tc_flower_chains: streamline test output
authorVladimir Oltean <vladimir.oltean@nxp.com>
Sun, 22 May 2022 09:50:38 +0000 (12:50 +0300)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 May 2022 21:14:13 +0000 (22:14 +0100)
commit980e74cac800881b30d8984a43ead421487eb3a3
tree712cde1c9e0dbf0de10d712f502beee42ba17b01
parentc304eddcecfe2513ff98ce3ae97d1c196d82ba08
selftests: ocelot: tc_flower_chains: streamline test output

Bring this driver-specific selftest output in line with the other
selftests.

Before:

Testing VLAN pop..                      OK
Testing VLAN push..                     OK
Testing ingress VLAN modification..             OK
Testing egress VLAN modification..              OK
Testing frame prioritization..          OK

After:

TEST: VLAN pop                                                      [ OK ]
TEST: VLAN push                                                     [ OK ]
TEST: Ingress VLAN modification                                     [ OK ]
TEST: Egress VLAN modification                                      [ OK ]
TEST: Frame prioritization                                          [ OK ]

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/drivers/net/ocelot/tc_flower_chains.sh