[pytest/conn_graph_facts] Modify conn_graph_facts to choose appropriate inventory graph#1499
Merged
[pytest/conn_graph_facts] Modify conn_graph_facts to choose appropriate inventory graph#1499
Conversation
Signed-off-by: Neetha John <nejo@microsoft.com>
lguohan
reviewed
Mar 28, 2020
daall
reviewed
Mar 30, 2020
yxieca
approved these changes
Mar 30, 2020
yxieca
reviewed
Mar 30, 2020
Signed-off-by: Neetha John <nejo@microsoft.com>
tahmed-dev
reviewed
Apr 1, 2020
Signed-off-by: Neetha John <nejo@microsoft.com>
lguohan
approved these changes
Apr 1, 2020
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…or 202012 (sonic-net#7105) sonic-swss * [nbrmgrd] added function to parse IP address from APP_DB (sonic-net#1672) * [MUX/PFCWD] Use in_ports for acls instead of seperate ACL table (sonic-net#1670) * [mux] VS test for neigh, route and fdb (sonic-net#1656) * [Dynamic buffer calc] Bug fix: Remove PGs from an administratively down port. (sonic-net#1652) * spell check fixes (sonic-net#1630) sonic-utilities * [reboot]: Stop mux before reboot on dual ToR (sonic-net#1500) * [config] Disable/enable container monitoring when stopping/starting services (sonic-net#1499) * Add 'show' and 'clear' command for PG drop (sonic-net#1461) * [CLI][techsupport] Add NOOP option for commands that did not have that option (sonic-net#1445) * [202012][reload] Improve reload by using sonic.target (sonic-net#1509) Signed-off-by: Danny Allen <daall@microsoft.com>
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: Neetha John nejo@microsoft.com
Description of PR
Add ability to use a different graph xml other than the default 'lab_connection_graph.xml'
Type of change
Approach
How did you do it?
Created an 'inv_mapping.json' file under group_vars/all which contains the inventory file name to the graph xml mapping
Modify existing conn_graph_facts to choose the graph appropriately.
How did you verify/test it?
Specified mappings in the inv_mapping.json and verified that the correct graph is picked
Without the json file, verified that 'lab_connection_graph.xml' is used