[LTP] [PATCH 2/3] Port test_1_to_1_initmsg_connect (SCTP) to new API
Petr Vorel
pvorel@suse.cz
Fri Dec 13 16:39:33 CET 2019
Hi Martin,
Reviewed-by: Petr Vorel <pvorel@suse.cz>
Thanks for the rewrite!
...
> +++ b/utils/sctp/func_tests/test_1_to_1_initmsg_connect.c
...
> - tst_resm(TPASS, "connect() with init timeout set to 0 - SUCCESS");
> + if (TST_RET != msglen) {
> + tst_res(TFAIL | TTERRNO, "recv() failed");
> + } else {
> + tst_res(TPASS, "connect() with init timeout set to 0 - SUCCESS");
If you don't mind, I'd remove " - SUCCESS" from the message before merge.
> + }
Kind regards,
Petr
More information about the ltp
mailing list