You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Pipelines will not run the associated pipelines, because the pull request was updated after the run command was issued. Review the pull request again and issue a new run command.
@ysmanman I got the following error when testing it on my testbed. can you take a look?
_ ERROR at setup of test_pfcwd_basic_single_lossless_prio[multidut_port_info0-tgen_port_info0-True] _
ScopeMismatch: You tried to access the function scoped fixture number_of_tx_rx_ports with a module scoped request object, involved factories:
common/snappi_tests/snappi_fixtures.py:1429: def snappi_port_selection(get_snappi_ports, number_of_tx_rx_ports, mixed_speed=None)
snappi_tests/pfcwd/test_pfcwd_basic_with_snappi.py:30: def number_of_tx_rx_ports()
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
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
Enable dynamic port selection from setup in snappi pfcwd test
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
How did you do it?
How did you verify/test it?
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation