[Multi-asic] Enhanced Feature Table configuration for multi-asic platforms#1152
[Multi-asic] Enhanced Feature Table configuration for multi-asic platforms#1152abdosi merged 11 commits intosonic-net:masterfrom
Conversation
|
Retest this please |
|
can you enhance the unit test to cover multi asic ones? @lguohan Updated the PR with unit test cases. |
Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Abhishek Dosi <[email protected]>
|
@jleveque can you please review. I have updated PR with new set of changes. |
|
FYI @judyjoseph and @gechiang |
Signed-off-by: Abhishek Dosi <[email protected]>
utilities_common/multi_asic.py
Outdated
| help='Display interfaces for specific namespace') | ||
| return parser | ||
|
|
||
| class MultiAsicDb(object): |
There was a problem hiding this comment.
@abdosi do we really need this new class, I see that the Db object itself is enhanced to supports multi-asic ? https://github.com/Azure/sonic-utilities/blob/master/utilities_common/db.py#L7
There was a problem hiding this comment.
@judyjoseph as part of next PR i will be removing that file and will be using MultiAsicDb so that code remains consistent in multiasic.py
There was a problem hiding this comment.
@judyjoseph On second thought I will close my PR##1312 as I feel that will create conflict for other outstanding PR's and use existing Db class and update this PR accordingly.
Thanks for pointing out.
|
retest this please |
This reverts commit a156399.
This reverts commit 5725794.
Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Abhishek Dosi <[email protected]>
Signed-off-by: Abhishek Dosi <[email protected]>
|
retest this please |
1 similar comment
|
retest this please |
…forms (#1152) Enhanced Feature Table configuration for multi-asic platforms to programmed for all config db's.
…forms (sonic-net#1152) Enhanced Feature Table configuration for multi-asic platforms to programmed for all config db's.
fd3e017 (HEAD -> 201911, origin/201911) [Multi-asic] Enhanced Feature Table configuration for multi-asic platforms (sonic-net#1152) 12f03b1 Add FW dump with new SAI implementation (sonic-net#1298) Signed-off-by: Abhishek Dosi <[email protected]>
- What I did
Enhanced Feature Table configuration for multi-asic platforms
to programmed for all config db's.
- How I did
Following changes were done:-
Feature Table config command check all the DB's values are same else it will fail
Feature Table show command always display from Host/Global Config DB.
Also made sure some of other test cases (crm/bgp route) that import mock_*_asic to do using reload otherwise we can see failure.
- How to verify it