diff options
author | omnom62 <75066712+omnom62@users.noreply.github.com> | 2025-04-03 08:19:46 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-02 18:19:46 -0400 |
commit | 640519ab2bd3e95840d140a96d278659a9d0850d (patch) | |
tree | f6daae96ffa0116c76bd75e869026b1f13616a24 /changelogs | |
parent | 9a6bd2f99c91d81391fbff8a32b7b6f3ee3b5e57 (diff) | |
download | vyos.vyos-640519ab2bd3e95840d140a96d278659a9d0850d.tar.gz vyos.vyos-640519ab2bd3e95840d140a96d278659a9d0850d.zip |
T7012 OSPFv2 integration tests fixes (#395)
* init for ospfv2
* ospfv2 rtt and merge and merge_update tests fixed
* ospfv2 integration test partial fix
* ospfv2 integration tests new structure and 1.4+ fixes
* ospfv2 1.3- unit tests
* ospfv2 changelog
* Added unit tests suite for 1.4+ and vyos_ospfv2
* fixed some netsted dict, added pasive-interface default, added passive-interface exclude for 1.4+
* passive-interface-exclude support for 1.4+
* fix remove func for passive-interface-exclude in 1.4+ ospfv2
* parsed.yaml update
* leftovers removed
* prepare_vyous_tests.yaml to use network_cli and fail fast
* ospfv2 integration tests pre-requisite scripts
* reverted prepare_vyos_tests script
* facts regex corrected
* reworked facts regex
---------
Co-authored-by: Daniil Baturin <daniil@baturin.org>
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/T7012_ospfv2_integration_tests.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changelogs/fragments/T7012_ospfv2_integration_tests.yaml b/changelogs/fragments/T7012_ospfv2_integration_tests.yaml new file mode 100644 index 00000000..b1382697 --- /dev/null +++ b/changelogs/fragments/T7012_ospfv2_integration_tests.yaml @@ -0,0 +1,6 @@ +--- +trivial: + - vyos_ospfv2 - fix intergration test suite. + - vyos_ospfv2 - fix unit tests. +bugfixes: + - vyos_ospfv2 - passive-interface processing for 1.3- and 1.4+ |