Comment 15 for bug 1825777

Revision history for this message
Po-Hsu Lin (cypressyew) wrote :

Verified on a KVM node / bare-metal with disco

selftests: net: run_netsocktests
========================================
--------------------
running socket test
--------------------
[PASS]
ok 1..7 selftests: net: run_netsocktests [PASS]

It's not failing so the exit 1 was not triggered. But if you tweak the source code to make the socket program return a non-zero failure, this can be verified.

selftests: net: run_netsocktests
========================================
--------------------
running socket test
--------------------
[FAIL]
not ok 1..7 selftests: net: run_netsocktests [FAIL]

Therefore marking this as verified on Disco.