From cfc4c93253d57de953c4cae7acc5f2b2890614ac Mon Sep 17 00:00:00 2001 From: omnom62 <75066712+omnom62@users.noreply.github.com> Date: Thu, 13 Feb 2025 09:01:45 +1000 Subject: T7002 fw global integration fix (#379) * T7002 fw_global integration tests fix init * adding 1.3 structure * v1.3- integration tests for fw_global * fixed integration tests for 1.3 and fw_global * D.R.Y. for firewall_global integration tests * changelog * config-trap is fixed for 1.4 * fw_global log mod fixed * firewall_gobal 1.4 integration and unit tests fixes * firewall_gobal unit tests fix * T7002 firewall_global integration tests fixed * clean-up work things * some updates from PR review * populate_commands for fw_global * D.R.Y fw_global integration tests * linter fw_global * linter * fragments for T7002 updated * linter --- changelogs/fragments/T7002-firewall-global-integration-tests.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 changelogs/fragments/T7002-firewall-global-integration-tests.yml (limited to 'changelogs') diff --git a/changelogs/fragments/T7002-firewall-global-integration-tests.yml b/changelogs/fragments/T7002-firewall-global-integration-tests.yml new file mode 100644 index 00000000..c94a76fc --- /dev/null +++ b/changelogs/fragments/T7002-firewall-global-integration-tests.yml @@ -0,0 +1,8 @@ +--- +bugfixes: + - vyos_firewall_global - fixed the facts parsers to include state-policies, redirect + - vyos_firewall_global - fixed behavior for stanzas processing by facts in 1.4+ (e.g. present/absent stanza vs enable/disable) +trivial: + - vyos_firewall_global - updated unit test suites to include units for 1.4+ and missing attributes (e.g. log) + - vyos_firewall_global - re-factored integration test suite structure to D.R.Y and add support for 1.4+ + - vyos_firewall_global - cleared-up the obsolete stanzas (e.g. config-trap) -- cgit v1.2.3