diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-03-02 22:43:17 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-02 07:43:17 -0500 |
commit | ad249c39c3259df8c2536dd80f62723eb9c364ef (patch) | |
tree | 36d1a9ef0a9eb4d60dea2c970c1c0f077c604791 /changelogs | |
parent | cfc4c93253d57de953c4cae7acc5f2b2890614ac (diff) | |
download | vyos.vyos-ad249c39c3259df8c2536dd80f62723eb9c364ef.tar.gz vyos.vyos-ad249c39c3259df8c2536dd80f62723eb9c364ef.zip |
T7012 ospf_interfaces integration tests (#387)
* T7012 init strucuture for ospf_interfaces integration tests
* ospf_interfaces unit and integration tests fixes for 1.3-
* fixes to v1.4 ospf_interfaces parsers
* T7012 integration tests and 1.4+ support for ospf_interfaces
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/T7012_ospf-integration-tests.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changelogs/fragments/T7012_ospf-integration-tests.yaml b/changelogs/fragments/T7012_ospf-integration-tests.yaml new file mode 100644 index 00000000..b696b2aa --- /dev/null +++ b/changelogs/fragments/T7012_ospf-integration-tests.yaml @@ -0,0 +1,9 @@ +--- +minor_changes: + - vyos_ospf_interfaces - add support for VyOS 1.4+, which moved interface configuration from the interfaces to ospf/ospfv3 interfaces configuration +bugfixes: + - vyos_ospf_interfaces - fixed get_config to cater for unordered command lists in 1.4+ +trivial: + - vyos_ospf_interfaces - re-worked intergration test suite structure to D.R.Y. + - vyos_ospf_interfaces - added support for 1.4+ VyOS + - vyos_ospf_interfaces - updated unit test suite to cater for 1.4+ bugfixes |