Skip to content

Commit

Permalink
tests: Fix "router port type update and then ...".
Browse files Browse the repository at this point in the history
Flow parsing was failing and causing some lex errors
...eth.dst == 00:00:00:00:00:1 ...: Invalid numeric constant

Signed-off-by: Xavier Simonart <xsimonar@redhat.com>
Signed-off-by: Mark Michelson <mmichels@redhat.com>
  • Loading branch information
simonartxavier authored and putnopvut committed Feb 19, 2024
1 parent c35265b commit eb11803
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/ovn.at
Expand Up @@ -34998,8 +34998,8 @@ check ovn-nbctl lsp-add sw0 sw0-p1
check ovn-nbctl lsp-add sw0 lsp
check ovn-nbctl lsp-set-type lsp router
check ovn-nbctl lsp-set-options lsp router-port=lrp
check ovn-nbctl lsp-set-addresses lsp 00:00:00:00:00:1
check ovn-nbctl lrp-add ro0 lrp 00:00:00:00:00:1 aef0:0:0:0:0:0:0:1/64
check ovn-nbctl lsp-set-addresses lsp 00:00:00:00:00:01
check ovn-nbctl lrp-add ro0 lrp 00:00:00:00:00:01 aef0:0:0:0:0:0:0:1/64
check ovn-nbctl set Logical_Router_Port lrp ipv6_ra_configs:send_periodic=true \
-- set Logical_Router_Port lrp ipv6_ra_configs:address_mode=slaac \
-- set Logical_Router_Port lrp ipv6_ra_configs:mtu=1280 \
Expand Down Expand Up @@ -35094,8 +35094,8 @@ check ovn-nbctl lsp-add sw0 sw0-p1
check ovn-nbctl lsp-add sw0 lsp
check ovn-nbctl lsp-set-type lsp router
check ovn-nbctl lsp-set-options lsp router-port=lrp
check ovn-nbctl lsp-set-addresses lsp 00:00:00:00:00:1
check ovn-nbctl --wait=hv lrp-add ro0 lrp 00:00:00:00:00:1 aef0:0:0:0:0:0:0:1/64
check ovn-nbctl lsp-set-addresses lsp 00:00:00:00:00:01
check ovn-nbctl --wait=hv lrp-add ro0 lrp 00:00:00:00:00:01 aef0:0:0:0:0:0:0:1/64
check ovn-nbctl --wait=hv lsp-del lsp
check ovn-nbctl lrp-del lrp
check ovn-nbctl --wait=hv sync
Expand Down

0 comments on commit eb11803

Please sign in to comment.