Though this typo does not affect test correctness, it is worth to be
fixed in a right way.

Fixes: bcc650a29d3f ("tests: Fix ssl-ciphers RO sb test with old openssl.")
Signed-off-by: Vladislav Odintsov <[email protected]>
---
 tests/ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovn.at b/tests/ovn.at
index b31afbfb3..5b81fc210 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -37939,7 +37939,7 @@ AT_CHECK([ovn-sbctl --db=ssl:127.0.0.1:$TCP_PORT \
                     --ca-cert=$PKIDIR/testpki-cacert.pem \
                     --ssl-ciphers='HIGH:!aNULL:!MD5:@SECLEVEL=1' \
                     --ssl-protocols='TLSv1,TLSv1.1,TLSv1.2' \
-                    chassis-add ch vxlan 1.2.4.8 2>&1 | grep 'transaction 
error]', [0], [dnl
+                    chassis-add ch vxlan 1.2.4.8 2>&1 | grep 'transaction 
error'], [0], [dnl
 ovn-sbctl: transaction error: {"details":"insert operation not allowed when 
database server is in read only mode","error":"not allowed"}
 ], [ignore])
 
-- 
2.45.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to