Merged
Conversation
Signed-off-by: Andrii-Yosafat Lozovyi <[email protected]>
daall
reviewed
Feb 10, 2021
daall
approved these changes
Feb 11, 2021
Closed
|
Hi, this fix is required also for 202012. Can you please merged it as well ? |
Contributor
Author
|
@dprital this fix is already merged for 202012, it is skipped only for 201911 images. |
|
@AndriiLozovyi - Thanks. I looked for the label (Included on 202012) and I didn't see it. |
praveen-li
pushed a commit
to praveen-li/sonic-mgmt
that referenced
this pull request
Jul 29, 2021
Signed-off-by: Andrii-Yosafat Lozovyi <[email protected]> Conflicts: tests/vlan/test_vlan.py
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…atically (sonic-net#16717) src/sonic-utilities * ff8a0643 - (HEAD -> 202205, origin/202205) [202205][acl-loader] Identity ICMP v4/v6 based on IP_PROTOCOL for custom ACL table types (sonic-net#3003) (6 days ago) [Zhijian Li] * d9bc820e - Handle NotImplementedError exception while changing optoe write max (sonic-net#2985) (8 days ago) [mihirpat1] * 4bf29fe2 - [sonic-package-manager] Increate timeout for sonic-package-manager migrate (sonic-net#2973) (8 days ago) [Yaqiang Zhu]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Andrii-Yosafat Lozovyi [email protected]
Description of PR
Summary: test_vlan fails due to recent PR in sonic-utilities - 1382. When test tries to add untagged vlan for a interface that already have one untagged vlan, it receives error message
Error: Ethernet8 is already untagged member!. So in order to make test pass, we need to delete vlan from interfaces before adding new ones.This change is needed for master and 202012 Sonic images. On teardown there is config reload, therefore after test execution, default settings will be restored.
Fixes # (issue)
Type of change
Approach
What is the motivation for this PR?
Make test_vlan passed
How did you do it?
Delete untagged vlan if interfaces already have one.
How did you verify/test it?
Run test on t0 topo on master, 201911 and 202012 images.
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation