Jibin Bao
Jibin Bao
**Description** This PR:https://github.com/sonic-net/sonic-mgmt/pull/8089/ might cause some issues. ``` while not (self.sniff_thr.isAlive() and self.sender_thr.isAlive()): time.sleep(1) ``` We cannot make sure that self.sniff_thr and self.sender_thr all are always alive. Once one thread...
When parse non-semver version, it should raise an exception not like below. non- semver version: 1.2.3-0123, 1.2, .0.0+artiary+version ``` >>> import semver >>> semver.Version.parse('1.2.3-0123') >>> semver.Version.parse('1.2') >>> semver.Version.parse('0.0+artiary+version') ```
### Description of PR revert https://github.com/sonic-net/sonic-mgmt/pull/11763 Summary: Fixes # (issue) ### Type of change - [ ] Bug fix - [ ] Testbed and Framework(new/improvement) - [ ] Test case(new/improvement)...
### Description of PR 1. For receiver and sender, tcp rst packet will have no payload. 2. Remove some fields ignore to check them, because they are expected same as...
### Issue Description test_syslog_protocol_filter_severity introduce some error logs as below: 'ERR rsyslogd: omfwd: parameter "address" not supported for tcp -- ignored [v8.2302.0 try https://www.rsyslog.com/e/1000 ] It might be a test...
### Description of PR 1. Add function to collect console log from starting reboot to dut up 2. When dut is not up, check if dut is pingable and collect...
### Description of PR 1. Sfp eeprom with option dom is not working on Xcvrs with flat memory. There is a relevant PR:https://github.com/sonic-net/sonic-utilities/pull/3385. Therefore, skip dom check for sfp with...
### Description of PR 1. update qos sai test for sn5400 refering to the two PRs below - https://github.com/sonic-net/sonic-mgmt/pull/9583 - https://github.com/sonic-net/sonic-mgmt/pull/12848 2. To stabilize testQosSaiQSharedWatermark[single_asic-wm_q_shared_lossy], update margin from 4 to...
### Description of PR Previously, when enabling SHP there is no checker even if the accumulative headroom(shared headroom) of a port exceeds the maximum threshold. Currently, we have added the...
### Description of PR After rollback_or_reload the config, the case check if the current iptable rules equal to the original iptale rules directly. Sometimes, the iptable rules are not ready...