summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2022-06-10 09:28:14 -0500
committerGitHub <noreply@github.com>2022-06-10 09:28:14 -0500
commit865f38d22a072ee129af2044399ec74b262e897a (patch)
tree07cb9d73567d9ab06f1dcfb48a241999da502d19
parent82c187df1a5380c5b8a4358e71a026859601be8f (diff)
parent7a46ac5ebe7ad980a87505f52a36e18d6a23fa59 (diff)
downloadvyos-1x-865f38d22a072ee129af2044399ec74b262e897a.tar.gz
vyos-1x-865f38d22a072ee129af2044399ec74b262e897a.zip
Merge pull request #1352 from sever-sever/T970-test
smoketest: T970: Add commit after static-host-mapping
-rwxr-xr-xsmoketest/scripts/cli/test_firewall.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_firewall.py b/smoketest/scripts/cli/test_firewall.py
index 79d22e361..a04abf266 100755
--- a/smoketest/scripts/cli/test_firewall.py
+++ b/smoketest/scripts/cli/test_firewall.py
@@ -64,6 +64,8 @@ class TestFirewall(VyOSUnitTestSHIM.TestCase):
for ips in example_org:
self.cli_set(hostmap_path + ['example.org', 'inet', ips])
+ self.cli_commit()
+
self.cli_set(['firewall', 'group', 'mac-group', 'smoketest_mac', 'mac-address', '00:01:02:03:04:05'])
self.cli_set(['firewall', 'group', 'network-group', 'smoketest_network', 'network', '172.16.99.0/24'])
self.cli_set(['firewall', 'group', 'port-group', 'smoketest_port', 'port', '53'])