arista-nwolfe
arista-nwolfe
The alias of the recirc ports on multi-asic systems were the same on both asics. This change sets the correct asic-id in the recirc port alias. ``` show interfaces status...
In https://github.com/sonic-net/sonic-swss/pull/3052 2 new fields were added the `PORT_TABLE` in `APPL_DB`: `last_down_time` and `last_up_time`. But their value was generated with `std::ctime` which includes a newline character at the end of...
In https://github.com/sonic-net/sonic-swss/pull/3052 there were two new fields added `last_up_time` and `last_down_time`. But both were added with a new line character at the end. This caused messy output generated from `sonic-db-cli`:...
In the following commit the rif_id_max was increased from 0x4000 to 0x6000 but it appears a few 7280cr3 SKUs were missed: https://github.com/sonic-net/sonic-buildimage/pull/7529/commits/c3506ceaa8fdb1f98ee08239afa426ed0d914f46 Fixing those missing SKUs
Adding a new option `-F` to `run_tests.sh` to pass a file containing tests. This option extracts the tests from the file and puts them into the `TEST_CASES` variable (used by...
While running `voq/test_voq_chassis_app_db_consistency.py` we saw orchagent crash with the following error: ``` 2024 Aug 4 22:46:43.891594 cmp214-6 ERR swss0#orchagent: :- meta_sai_validate_oid: oid is set to null object id on SAI_OBJECT_TYPE_NEXT_HOP...
As part of the `acl/test_acl.py::TestAclWithReboot` on a T2 or T2-min topology we reboot the individual LCs sequentially. This results in the first rebooted LC emitting these error logs continuously: ```...
### Issue Description In `test_bgp_queue.py` we are checking that the queues 0-6 are zero for all ports with eBGP neighbors. However, we don't appear to be skipping iBGP correctly on...
#### Description When creating a NextHopGroup with more than 64 NextHops we see the bulkCreate command fail. Here is from a 65 NextHop SAI call: ``` 2024-10-25.23:43:34.306882|E|SAI_STATUS_FAILURE||SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_SUCCESS|SAI_STATUS_TABLE_FULL ``` Note the...
When running `acl/test_acl.py`, specifically `TestAclWithPortToggle`, we've seen orchagent crashes due to attempts to delete nexthops that don't exist: Backtrace: ``` #0 0x00007f7e66107e3c in ?? () from /lib/x86_64-linux-gnu/libc.so.6 #1 0x00007f7e660b8fb2 in...