[tests] if no ptf host in testbed.csv get it from inventory#1159
Merged
liat-grozovik merged 1 commit intosonic-net:masterfrom Oct 16, 2019
Merged
[tests] if no ptf host in testbed.csv get it from inventory#1159liat-grozovik merged 1 commit intosonic-net:masterfrom
liat-grozovik merged 1 commit intosonic-net:masterfrom
Conversation
nazariig
approved these changes
Oct 15, 2019
liat-grozovik
approved these changes
Oct 15, 2019
Collaborator
liat-grozovik
left a comment
There was a problem hiding this comment.
please add more information in the commit message itself.
i am missing bug description as for sure you are fixing some issue found
c93136a to
69c8d42
Compare
Fix when no ptf in testbed.csv then try to parse it from inventory Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
69c8d42 to
d681980
Compare
wangxin
approved these changes
Oct 16, 2019
liat-grozovik
approved these changes
Oct 16, 2019
Collaborator
|
@stepanblyschak should this fix be merged to 201811? if so, need to set label. |
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update sonic-sairedis submodule pointer to include the following: 0994449 [asan] suppress the static variable leaks (sonic-net#1085) (sonic-net#1159) 6fc86a9 Switch to using stock gcovr 5.2 (sonic-net#1174) (sonic-net#1190) e7ded51 Create fabric ports for switch_type fabric (sonic-net#1189) f498261 * Add Voqs to Virtual Switch (sonic-net#1162) Signed-off-by: Yakiv Huryk <yhuryk@nvidia.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Submodule src/sonic-swss 49aff5da..e237e12d: > [aclorch] Validate that provided IN/OUT_PORTS are physical interfaces (sonic-net#1156) > Teamd :: fix for cleaning up the teamd processes correctly on teamd docker stop (sonic-net#1159) Signed-off-by: Ying Xie <ying.xie@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
1d3a810 [python coverage] fix result color bar (sonic-net#202) 3f7b359 Add a template function that returns list of asics on module (sonic-net#185) abc2709 Fix decode error when parsing EEPROM fields (sonic-net#199) 789b41e Load interval from thermal_policy.json (sonic-net#178) 540ed1c Fix Xcvrd crash due to invalid key access in type_of_media_interface, host_electrical_interface, connector_dict (sonic-net#206) 716caf8 Unifying the platform api for get_pcie_aer_stats with PcieBase (sonic-net#197) Update sonic-utilities with following commit 3f3974e [show priority-group drop counters] Add user info output when user want to check PG counters and polling are disabled (sonic-net#1678) 16606de Global and Interface commands for IPv6 Link local address enhancements (sonic-net#1159)
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: Stepan Blyschak stepanb@mellanox.com
Description of PR
Summary:
Fixes # (issue)
Type of change
Approach
How did you do it?
Get ptf_host from inventory
How did you verify/test it?
Run test with pdb and access ptf_host when no ptf in testbed.csv
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation