diff options
author | Gaige B Paulsen <gaige@cluetrust.com> | 2025-01-07 17:03:42 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 17:03:42 -0500 |
commit | af5b93277699b2dc3732f08573ef127b784cb2ce (patch) | |
tree | 20966b8b8e4bdfe50b1b974ae0c8f1fd936d9e12 /changelogs/fragments | |
parent | c14a524d7134b54e315d72b5b449351fd04ae813 (diff) | |
download | vyos.vyos-af5b93277699b2dc3732f08573ef127b784cb2ce.tar.gz vyos.vyos-af5b93277699b2dc3732f08573ef127b784cb2ce.zip |
T7006: fix integration tests for 1.4+ interfaces (#372)
Diffstat (limited to 'changelogs/fragments')
-rw-r--r-- | changelogs/fragments/T7008-l3-interface-integration-tests.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changelogs/fragments/T7008-l3-interface-integration-tests.yml b/changelogs/fragments/T7008-l3-interface-integration-tests.yml new file mode 100644 index 0000000..cfe7d2f --- /dev/null +++ b/changelogs/fragments/T7008-l3-interface-integration-tests.yml @@ -0,0 +1,7 @@ +--- +minor_changes: + - fix integration tests for `l3_interfaces` + - fix integration tests for `interfaces` (still failing occasionally in 1.3 and below) + +known_issues: + - integration tests for `interfaces` are still failing occasionally in 1.3 and below |