Skip to content

Commit

Permalink
Merge pull request #4295 from c-po/smoketest-T7033
Browse files Browse the repository at this point in the history
smoketest: T7033: nat source group test should use an existing interface
  • Loading branch information
c-po authored Jan 9, 2025
2 parents 4ca6177 + 1f2f0c4 commit 196535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smoketest/scripts/cli/test_nat.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_snat_groups(self):
address_group = 'smoketest_addr'
address_group_member = '192.0.2.1'
interface_group = 'smoketest_ifaces'
interface_group_member = 'bond.99'
interface_group_member = 'eth0'

self.cli_set(['firewall', 'group', 'address-group', address_group, 'address', address_group_member])
self.cli_set(['firewall', 'group', 'interface-group', interface_group, 'interface', interface_group_member])
Expand Down

0 comments on commit 196535b

Please sign in to comment.