Skip to content

Commit

Permalink
smoketest: T7033: nat source group test should use an existing interface
Browse files Browse the repository at this point in the history
  • Loading branch information
c-po committed Jan 9, 2025
1 parent 7bf02bf commit 1f2f0c4
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 1f2f0c4

Please sign in to comment.