Add 't0-64-32' and 't0-56' testbed_type for BcastTest.#991
Closed
iris00522 wants to merge 2 commits intosonic-net:masterfrom
Closed
Add 't0-64-32' and 't0-56' testbed_type for BcastTest.#991iris00522 wants to merge 2 commits intosonic-net:masterfrom
iris00522 wants to merge 2 commits intosonic-net:masterfrom
Conversation
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Update submodule sonic-sairedis that contains the following commit: Change the log severity leve from ERROR to NOTICE if getStatus is not supported by vendor (sonic-net#908) (sonic-net#991)
sdszhang
pushed a commit
to sdszhang/sonic-mgmt
that referenced
this pull request
Mar 23, 2026
Collaborator
|
This PR has been open since July 2019 (~7 years). The affected file ( Additionally:
Recommend closing this PR as stale. |
Collaborator
|
Closing this PR. |
arawat-nexthop
pushed a commit
to nexthop-ai/sonic-mgmt
that referenced
this pull request
Apr 9, 2026
…#991) This test validates distributed database synchronization that only exists in multi-device VOQ chassis systems There are existing tests to validate similar functionality on fixed systems - tests/platform_tests/test_interfaces.py - tests/common/test_config_reload.py --------- Signed-off-by: Lakshmi Yarramaneni <lakshmi@nexthop.ai>
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.
Description of PR
I get a fail message when we run the test item of dir_bcast.
[
"WARNING: No route found for IPv6 destination :: (no default route?)",
"dir_bcast_test.BcastTest ... ERROR",
"",
"======================================================================",
"ERROR: dir_bcast_test.BcastTest",
"----------------------------------------------------------------------",
"Traceback (most recent call last):",
" File "ptftests/dir_bcast_test.py", line 177, in runTest",
" self.check_all_dir_bcast()",
" File "ptftests/dir_bcast_test.py", line 86, in check_all_dir_bcast",
" self.check_ip_dir_bcast(bcast_ip, dst_port_list)",
" File "ptftests/dir_bcast_test.py", line 114, in check_ip_dir_bcast",
" src_port = random.choice([port for port in self.src_ports if port not in dst_port_list])",
"AttributeError: 'BcastTest' object has no attribute 'src_ports'",
"",
"----------------------------------------------------------------------",
"Ran 1 test in 0.007s",
"",
"FAILED (errors=1)"
]
Type of change
Approach
How did you do it?
Add 't0-64-32' and 't0-56' testbed_type for BcastTest.
How did you verify/test it?
Tested on the broadcom platform.
Any platform specific information?
Supported testbed topology if it's a new test case?