Skip to content

Commit

Permalink
smoketest: vxlan: T5699: fix "external" CLI option
Browse files Browse the repository at this point in the history
After commit cc7ba88 ('vxlan: T5699: migrate "external" CLI know to
"parameters external"') We also need to adjust the testcase for ARP/ND
suppression.

(cherry picked from commit cb2f72d)
  • Loading branch information
c-po committed Nov 1, 2023
1 parent 4766fc5 commit 03e5ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/scripts/cli/test_interfaces_vxlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_vxlan_neighbor_suppress(self):
interface = 'vxlan555'
source_interface = 'eth0'

self.cli_set(self._base_path + [interface, 'external'])
self.cli_set(self._base_path + [interface, 'parameters', 'external'])
self.cli_set(self._base_path + [interface, 'source-interface', source_interface])

self.cli_set(self._base_path + [interface, 'parameters', 'neighbor-suppress'])
Expand Down

0 comments on commit 03e5ab6

Please sign in to comment.