From: Gregory Smith <[email protected]>
On musl libc, signal_name() returns "signal 15", not "Terminated".
Fixes: 530a1c18f ("ovn-nbctl: Daemon mode should retry when IDL...")
Signed-off-by: Gregory Smith <[email protected]>
---
tests/ovn-nbctl.at | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ovn-nbctl.at b/tests/ovn-nbctl.at
index 39189fd84..0f98c70d0 100644
--- a/tests/ovn-nbctl.at
+++ b/tests/ovn-nbctl.at
@@ -1892,5 +1892,5 @@ OVN_NBCTL_TEST_START daemon
AT_CHECK([kill `cat ovsdb-server.pid`])
AT_CHECK([ovsdb-server --detach --no-chdir --pidfile --log-file
--remote=punix:$OVS_RUNDIR/ovnnb_db.sock ovn-nb.db], [0], [], [stderr])
AT_CHECK([ovn-nbctl show], [0], [ignore])
-OVN_NBCTL_TEST_STOP /Terminated/d
+OVN_NBCTL_TEST_STOP "/terminating with signal 15/d"
AT_CLEANUP
--
2.25.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev