Commit 8ebb441
selftests: mptcp: print_test out of verify_listener_events
verify_listener_events() helper will be exported into mptcp_lib.sh as a
public function, but print_test() is invoked in it, which is a private
function in userspace_pm.sh only. So this patch moves print_test() out of
verify_listener_events().
Signed-off-by: Geliang Tang <tanggeliang@kylinos.cn>
Reviewed-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
Link: https://lore.kernel.org/r/20240308-upstream-net-next-20240308-selftests-mptcp-unification-v1-12-4f42c347b653@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>1 parent 663260e commit 8ebb441
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | 848 | | |
855 | 849 | | |
856 | 850 | | |
| |||
882 | 876 | | |
883 | 877 | | |
884 | 878 | | |
| 879 | + | |
885 | 880 | | |
886 | 881 | | |
887 | 882 | | |
| |||
898 | 893 | | |
899 | 894 | | |
900 | 895 | | |
| 896 | + | |
901 | 897 | | |
902 | 898 | | |
903 | 899 | | |
| |||
0 commit comments