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.
- What I did
- How I did it
- How to verify it
Tested by running DPB system test cases
sudo pytest --pdb -s -v --dvsname=vs-vp test_port_dpb_system.py
======================================================================= test session starts ========================================================================
platform linux2 -- Python 2.7.15+, pytest-3.3.0, py-1.8.0, pluggy-0.6.0 -- /usr/bin/python
cachedir: .cache
rootdir: /home/vapatil/workspace/DPB/sonic-buildimage/src/sonic-swss/tests, inifile:
collected 1 item
test_port_dpb_system.py::TestPortDPBSystem::test_port_breakout_one remove extra link dummy
**** 1X100G --> 2x50G passed ****
**** 2x50G --> 4X25G passed ****
**** 4X25G --> 2x50G passed ****
**** 2X50G --> 2x25G(2)+1x50G(2) passed ****
**** 2x25G(2)+1x50G(2) --> 2x50G passed ****
**** 2X50G --> 1x50G(2)+2x25G(2) passed ****
**** 1x50G(2)+2x25G(2) --> 2x50G passed ****
**** 2x50G --> 1x100G passed ****
**** 1x100G --> 4X25G passed ****
**** 4X25G --> 1x50G(2)+2x25G(2) passed ****
**** 1x50G(2)+2x25G(2) --> 4X25G passed ****
**** 4X25G --> 2x25G(2)+1x50G(2) passed ****
**** 2x25G(2)+1x50G(2) --> 4X25G passed ****
**** 4x25G --> 1x100G passed ****
**** 1X100G --> 1x50G(2)+2x25G(2) passed ****
**** 1x50G(2)+2x25G(2) --> 2x25G(2)+1x50G(2) passed ****
**** 2x25G(2)+1x50G(2) --> 1x50G(2)+2x25G(2) passed ****
**** 1x50G(2)+2x25G(2) --> 1x100G passed ****
**** 1x100G --> 2x25G(2)+1x50G(2) passed ****
**** 2x25G(2)+1x50G(2) --> 1x100G passed ****
PASSED [100%]
==================================================================== 1 passed in 170.65 seconds ====================================================================
vapatil@server09
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)