Message ID | 20240930063543.94247-1-kac.ludwinski@icloud.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 9f49d14ec41ce7be647028d7d34dea727af55272 |
Headers | show |
Series | [net,v4] selftests: net: no_forwarding: fix VID for $swp2 in one_bridge_two_pvids() test | expand |
On Mon, Sep 30, 2024 at 03:35:43PM +0900, Kacper Ludwinski wrote: > This typo has an impact on results of the test results, > potentially leading to wrong conclusions regarding > the functionality of a network device. Did you test this? You are effectively introducing a new test. Could you include the test result in the commit message, please? Also, "results of the test results" doesn't sound too good.
diff --git a/tools/testing/selftests/net/forwarding/no_forwarding.sh b/tools/testing/selftests/net/forwarding/no_forwarding.sh index 9e677aa64a06..694ece9ba3a7 100755 --- a/tools/testing/selftests/net/forwarding/no_forwarding.sh +++ b/tools/testing/selftests/net/forwarding/no_forwarding.sh @@ -202,7 +202,7 @@ one_bridge_two_pvids() ip link set $swp2 master br0 bridge vlan add dev $swp1 vid 1 pvid untagged - bridge vlan add dev $swp1 vid 2 pvid untagged + bridge vlan add dev $swp2 vid 2 pvid untagged run_test "Switch ports in VLAN-aware bridge with different PVIDs"