diff mbox series

[ovs-dev] test: system-ovn: Fix typo in ip-nat-add-route test.

Message ID 131967873e00964dcbd7d0b0094c5ed90caae465.1731941329.git.lorenzo.bianconi@redhat.com
State Not Applicable
Headers show
Series [ovs-dev] test: system-ovn: Fix typo in ip-nat-add-route 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

Lorenzo Bianconi Nov. 18, 2024, 2:59 p.m. UTC
Fixes: e6bce5f85df5 ("northd: Fix NAT configuration with --add-route option for gw-router.")
Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
---
 tests/system-ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Lorenzo Bianconi Nov. 28, 2024, 5:26 p.m. UTC | #1
> Fixes: e6bce5f85df5 ("northd: Fix NAT configuration with --add-route
> option for gw-router.")
> Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
> ---
>  tests/system-ovn.at | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/system-ovn.at b/tests/system-ovn.at
> index 145399ded..74f481466 100644
> --- a/tests/system-ovn.at
> +++ b/tests/system-ovn.at
> @@ -12411,7 +12411,7 @@ check ovn-nbctl lsp-add sw1 rp-sw1 -- set
> Logical_Switch_Port rp-sw1 \
>      type=router options:router-port=lr-sw1 \
>      -- lsp-set-addresses rp-sw1 router
>
> -check ovn-nbctl lrp-add lr1 lr1-join 04:00:02:01:02:03 172.16.2.2/24
> +check ovn-nbctl lrp-add lr1 lr1-join 04:00:02:01:02:03 172.16.1.2/24
>  check ovn-nbctl lsp-add join rp1-join -- set Logical_Switch_Port rp1-join
> \
>      type=router options:router-port=lr1-join \
>      -- lsp-set-addresses rp1-join router
> --
> 2.47.0
>
>
Hi all,

Please drop this patch and sorry for the noise.

Regards,
Lorenzo
diff mbox series

Patch

diff --git a/tests/system-ovn.at b/tests/system-ovn.at
index 145399ded..74f481466 100644
--- a/tests/system-ovn.at
+++ b/tests/system-ovn.at
@@ -12411,7 +12411,7 @@  check ovn-nbctl lsp-add sw1 rp-sw1 -- set Logical_Switch_Port rp-sw1 \
     type=router options:router-port=lr-sw1 \
     -- lsp-set-addresses rp-sw1 router
 
-check ovn-nbctl lrp-add lr1 lr1-join 04:00:02:01:02:03 172.16.2.2/24
+check ovn-nbctl lrp-add lr1 lr1-join 04:00:02:01:02:03 172.16.1.2/24
 check ovn-nbctl lsp-add join rp1-join -- set Logical_Switch_Port rp1-join \
     type=router options:router-port=lr1-join \
     -- lsp-set-addresses rp1-join router