]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit817d5442e73be5e490ca9ced85516d7a576a4402
tree712cde1c9e0dbf0de10d712f502beee42ba17b01
parent21228b861cf8dd1a9ea971f8ef857aaaaf93a677
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