From 0a0ab13f84e3930e203a412ae08c127b282ab675 Mon Sep 17 00:00:00 2001 From: Gaige B Paulsen Date: Sun, 26 Jan 2025 15:00:56 -0500 Subject: T7006: update to fix interface tests (#374) * T7008: update to fix interface tests * T7006: fix: tests for interfaces * T7006: further work on interfaces * test: attempt to fix codecov on branch * test: unwind cli_config loops for 1.4 * fix: vif handling in replace,override,delete * fix: vif handling and docs --- changelogs/fragments/T7008-l3-interface-integration-tests.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'changelogs/fragments/T7008-l3-interface-integration-tests.yml') diff --git a/changelogs/fragments/T7008-l3-interface-integration-tests.yml b/changelogs/fragments/T7008-l3-interface-integration-tests.yml index cfe7d2f0..bbdcbde1 100644 --- a/changelogs/fragments/T7008-l3-interface-integration-tests.yml +++ b/changelogs/fragments/T7008-l3-interface-integration-tests.yml @@ -1,7 +1,12 @@ --- minor_changes: - fix integration tests for `l3_interfaces` - - fix integration tests for `interfaces` (still failing occasionally in 1.3 and below) + - fix integration tests for `interfaces` + - fix replace in interfaces to remove vif completely if not present in new config + - fix override in interfaces to remove vif completely if not present in new config + - fix delete in interfaces to remove vif completely if in affected interface + - added unit test for unknown interface type known_issues: - - integration tests for `interfaces` are still failing occasionally in 1.3 and below + - integration tests for `interfaces` fail for 1.3 and below due to + mtu setting issue when a `vif` is defined. -- cgit v1.2.3