diff mbox series

[ovs-dev] tests: Fix typo in read-only sb ssl-ciphers test.

Message ID 20240801095957.1466400-1-odivlad@gmail.com
State Accepted
Headers show
Series [ovs-dev] tests: Fix typo in read-only sb ssl-ciphers test. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes success github build: passed

Commit Message

Vladislav Odintsov Aug. 1, 2024, 9:59 a.m. UTC
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 <odivlad@gmail.com>
---
 tests/ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Numan Siddique Aug. 8, 2024, 4:36 a.m. UTC | #1
On Thu, Aug 1, 2024 at 6:00 AM Vladislav Odintsov <odivlad@gmail.com> wrote:
>
> 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 <odivlad@gmail.com>

Thanks.  Applied to main.

Numan

> ---
>  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
> dev@openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev
>
diff mbox series

Patch

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])