[MgmtVrf ]: fix for Host Unreachable' error#1775
Merged
wangxin merged 1 commit intosonic-net:masterfrom Jul 1, 2020
Merged
Conversation
|
This pull request introduces 1 alert and fixes 1 when merging cf5e310 into ce122b6 - view on LGTM.com new alerts:
fixed alerts:
|
Contributor
Author
|
retest this please |
Contributor
|
retest vsimage please |
Contributor
Author
|
retest vsimage please |
1 similar comment
Contributor
Author
|
retest vsimage please |
wangxin
approved these changes
Jun 24, 2020
Contributor
|
@chitra-raghavan @wangxin |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…tically (#25609) #### Why I did it src/sonic-sairedis ``` * c7a61be0 - (HEAD -> 202511, origin/202511) Fix switch stat counters by using get_stats_ext instead of get_stats (sonic-net#1775) (3 hours ago) [mssonicbld] * 4f1d7d99 - Revert "Temp workaround for sonic-buildimage issue 23387 (sonic-net#1629)" (sonic-net#1758) (13 hours ago) [mssonicbld] * 7c5f17d2 - [ci] Install redis from Debian (sonic-net#1778) (24 hours ago) [mssonicbld] * ec4a54d5 - Fix dash meter COUNTERS_DB keys to use VID instead of RID (sonic-net#1750) (4 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Summary:
Fixes #1615
Type of change
Approach
What is the motivation for this PR?
How did you do it?
Removed the wait_for after adding mgmt vrf.
How did you verify/test it?
Tested by running in S5232 testbed.
Logs
py.test --inventory=../ansible/lab --host-pattern=sonic-s5232-01 --module-path ../ansible/library/ --testbed=vms-t0-56 --testbed_file=../ansible/testbed.csv test_mgmtvrf.py --log-level=DEBUG --log-file mvrf-debug.log --disable_loganalyzer -rab -vvv
============================= test session starts ==============================
platform linux2 -- Python 2.7.12, pytest-4.6.5, py-1.8.0, pluggy-0.13.1 -- /usr/bin/python
cachedir: .pytest_cache
ansible: 2.8.7
rootdir: /var/johnar/sonic-mgmt/tests, inifile: pytest.ini
plugins: xdist-1.28.0, repeat-0.8.0, forked-1.1.3, ansible-2.2.2
collecting ... collected 10 items
test_mgmtvrf.py::TestMvrfInbound::test_ping PASSED [ 10%]
test_mgmtvrf.py::TestMvrfInbound::test_snmp_fact PASSED [ 20%]
test_mgmtvrf.py::TestMvrfOutbound::test_ping PASSED [ 30%]
test_mgmtvrf.py::TestMvrfOutbound::test_wget PASSED [ 40%]
test_mgmtvrf.py::TestMvrfOutbound::test_curl PASSED [ 50%]
test_mgmtvrf.py::TestServices::test_ntp PASSED [ 60%]
test_mgmtvrf.py::TestServices::test_service_acl PASSED [ 70%]
test_mgmtvrf.py::TestReboot::test_warmboot PASSED [ 80%]
test_mgmtvrf.py::TestReboot::test_reboot PASSED [ 90%]
test_mgmtvrf.py::TestReboot::test_fastboot PASSED [100%]
========================= 10 passed in 1549.91 seconds =========================
Triggering a new build of write_to_csv
Finished: SUCCESS
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation