[action] [PR:21830] Fix TyperError in test_ecmp_balance.py due to function in utilities.py modified #21853
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.
Description of PR
Summary:
Fixes # (issue)
Those
Due to #20620, the
get_upstream_neigh_typeinutilities.pywas modified.I fixed it in #21488
Then
get_downstream_neigh_typewas modified again in #20913I have to modify the parameter again.
Type of change
Back port request
Approach
What is the motivation for this PR?
Update the
get_downstream_neigh_typefunction parameter which was modified by other PR.How did you do it?
Use tbinfo instead of topy_type
How did you verify/test it?
Run
test_ecmp_balance.pytest evidence:
https://elastictest.org/scheduler/testplan/695c7df5ed78cb175048b503?testcase=ecmp%2Ftest_ecmp_balance.py&type=console
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation