diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-01-27 22:02:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-27 12:02:17 +0000 |
commit | f64dd509fc1f53a2e9b4296512f1ee5c46bb47e6 (patch) | |
tree | c8c36af1ea86a934832af0ba967e616e7878c1ab /changelogs | |
parent | 0a0ab13f84e3930e203a412ae08c127b282ab675 (diff) | |
download | vyos.vyos-f64dd509fc1f53a2e9b4296512f1ee5c46bb47e6.tar.gz vyos.vyos-f64dd509fc1f53a2e9b4296512f1ee5c46bb47e6.zip |
T7003 - firewall_interfaces integration tests refactor (#373)
* init T7003 - firewall_interfaces integration tests refactor
* v.1.3 fixed
* linter fixes
* v.14 fw_interfaces changes init
* v1.4 integration tests for firewall_interfaces
* v1.3. integration tests for firewall_interfaces (T7003)
* Isolating fw_int integration tests to 1.3- only
* linter fix
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/T7003-firewall-interface-integration-tests.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/fragments/T7003-firewall-interface-integration-tests.yml b/changelogs/fragments/T7003-firewall-interface-integration-tests.yml new file mode 100644 index 0000000..1f834b4 --- /dev/null +++ b/changelogs/fragments/T7003-firewall-interface-integration-tests.yml @@ -0,0 +1,6 @@ +--- +minor_changes: + - fix integration tests for `firewall_interfaces` for v1.3- + +known_issues: + - integration tests for `firewall_interfaces` are failing for v1.4+ as the module is deprecated in favour of firewall_rules |