summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authoromnom62 <75066712+omnom62@users.noreply.github.com>2025-02-13 09:01:45 +1000
committerGitHub <noreply@github.com>2025-02-13 09:01:45 +1000
commitcfc4c93253d57de953c4cae7acc5f2b2890614ac (patch)
tree5bb2265c6c6f42f49512ec55e98ea47f3a3ab8d8 /changelogs
parent8f7cc603d7f6700302f3d34c7ecfd6faa13ef264 (diff)
downloadvyos.vyos-cfc4c93253d57de953c4cae7acc5f2b2890614ac.tar.gz
vyos.vyos-cfc4c93253d57de953c4cae7acc5f2b2890614ac.zip
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/T7002-firewall-global-integration-tests.yml8
1 files changed, 8 insertions, 0 deletions
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)