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
On T2 chassis, we see 'test_bgp_queue' test fails with the following assertion error. It is expected that except queue 7, all other counter values for queues 0-6 should be zero. But in this case, we see one packet during test run on queue 6.
logger.info(ifname)
for q in range(0, 7):
> assert(get_queue_counters(asichost, ifname, q) == 0)
E AssertionError
FYI, the same test passes on many other DUTs.
Results you see
sudo show queue counters {interface-name} -n asic0
### Output of `show version`
```shell
SONiC Software Version: SONiC.HEAD.911514-202405-eded7e52f
SONiC OS Version: 12
Distribution: Debian 12.8
Kernel: 6.1.0-22-2-amd64
Build commit: eded7e52f
Build date: Fri Jan 3 22:41:31 UTC 2025
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered:
Issue Description
On T2 chassis, we see 'test_bgp_queue' test fails with the following assertion error. It is expected that except queue 7, all other counter values for queues 0-6 should be zero. But in this case, we see one packet during test run on queue 6.
FYI, the same test passes on many other DUTs.
Results you see
sudo show queue counters {interface-name} -n asic0
Results you expected to see
Except queue 7, for all other queues, Counter/pkts value should be zero during the test run.
Is it platform specific
broadcom
Relevant log output
Attach files (if any)
No response
The text was updated successfully, but these errors were encountered: