Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix for test_fabric_reach.py::test_fabric_reach_supervisor when runni…
Browse files Browse the repository at this point in the history
…ng individually
rawal01 committed Dec 18, 2024
1 parent 9265ef8 commit 85bae55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/voq/test_fabric_reach.py
Original file line number Diff line number Diff line change
@@ -175,6 +175,8 @@ def test_fabric_reach_supervisor(duthosts, enum_supervisor_dut_hostname, refData
# supReferenceData has the expected data
duthost = duthosts[enum_supervisor_dut_hostname]
logger.info("duthost: {}".format(duthost.hostname))
if not supReferenceData:
supRefData(duthosts)
num_asics = duthost.num_asics()
logger.info("num_asics: {}".format(num_asics))
for asic in range(num_asics):

0 comments on commit 85bae55

Please sign in to comment.