diff options
author | Matthieu Baerts (NGI0) <matttbe@kernel.org> | 2024-02-15 19:25:38 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-02-18 10:25:00 +0000 |
commit | 2ef0d804c090658960c008446523863fd7e3541e (patch) | |
tree | ae80162fd9d38b12b47d7a749f92dc7368145923 /sound/spi | |
parent | 4d8e0dde0403b5a86aa83e243f020711a9c3e31f (diff) | |
download | linux-stable-2ef0d804c090658960c008446523863fd7e3541e.tar.gz linux-stable-2ef0d804c090658960c008446523863fd7e3541e.tar.bz2 linux-stable-2ef0d804c090658960c008446523863fd7e3541e.zip |
selftests: mptcp: userspace_pm: unique subtest names
It is important to have a unique (sub)test name in TAP, because some CI
environments drop tests with duplicated names.
Some subtests from the userspace_pm selftest had the same names. That's
because different subflows are created (and deleted) between the same
pair of IP addresses.
Simply adding the destination port in the name is then enough to have
different names, because the destination port is always different.
Note that adding such info takes a bit more space, so we need to
increase a bit the width to print the name, simply to keep all the
'[ OK ]' aligned as before.
Fixes: f589234e1af0 ("selftests: mptcp: userspace_pm: format subtests results in TAP")
Cc: stable@vger.kernel.org
Reviewed-by: Geliang Tang <geliang@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/spi')
0 files changed, 0 insertions, 0 deletions