-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[vs] add teamsyncd into vs docker #1112
Merged
Merged
Conversation
This file contains 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
lguohan
pushed a commit
that referenced
this pull request
Feb 9, 2020
Including commits in those repos: sonic-swss-common 7ee1179 2020-01-15 | Add unregister method to NetDispatcher (#326) [Kamil Cudnik] b080150 2019-12-19 | Add resultToString method for Select class (#325) [Kamil Cudnik] sonic-swss 412c5eb 2020-02-06 | Quote input strings before constructing a command line (#1193) [Qi Luo] 1215262 2020-02-06 | [DPB portsyncd/portmgrd/portorch] Support dynamic port add/deletion without dependencies (#1112) [zhenggen-xu] ddb84fb 2020-02-03 | [aclorch] Enable IN_PORTS ACL qualifier on MIRROR tables (#1176) [Danny Allen] 750982e 2020-01-30 | adding mirrorv6 support for mrvl platform (#1190) [B S Rama krishna] 73ab143 2020-01-29 | [pytest]: print out stdout/stderr message when cmd fails (#1188) [lguohan] 1883c0a 2020-01-29 | [vs tests] Remove class-level flaky fixtures (#1189) [Danny Allen] dc695fb 2020-01-29 | [orch] change Consumer class to support multiple values for the same key (#1184) [zhenggen-xu] 49ad38f 2020-01-30 | [orchagent/copp] : copp trap priority not supported for marvell platf… (#1163) [rajkumar38] cbe1811 2020-01-28 | Fix the stack-overflow issue in AclOrch::getTableById() (#1073) [zhenggen-xu] c6a8a04 2020-01-29 | [aclorch]: add support for acl rule to match out port (#810) [shine4chen] 8f4c54a 2020-01-29 | [qosorch] converting shaper bandwidth value to unsigned long instead of int (#1167) [Sabareesh-Kumar-Anandan] 84415f6 2020-01-28 | [vs tests] Activate flaky plugin for virtual switch pytests (#1186) [Danny Allen] 5eb1ea3 2020-01-28 | [qosorch]: Remove Init Color ACLs (#1084) [zhenggen-xu]
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…ithout dependencies (sonic-net#1112) Changes were made on portmgrd/portsyncd and orchagent portsorch so it should be able to remove/add ports in case no configuration dependencies or runtime depencies (neighbor, mac etc) on them Also skipped the netlink for port add/delete with master in portsyncd and cleaned up g_init and g_portSet flag and data strcutures usage. Added dynamic portbeakout test cases including the conf_test.py changs Signed-off-by: Zhenggen Xu <[email protected]> Signed-off-by: Vasant Patil <[email protected]>
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
Changes: b2487f0 [saithrift] build with recent ctypes (sonic-net#1111) 298344e [saithrift]: Fix max lane per port (sonic-net#1112) Signed-off-by: Stepan Blyschak <[email protected]>
lguohan
pushed a commit
that referenced
this pull request
Oct 6, 2020
- [acl-loader] Revert fix for IP protocol == 0 (#1142) - Show sflow interface to display all interfaces enabled for sflow (#1143) - [sflow_test.py]: tests for config sflow commands. (#1112) - [config/console] Support add/del console port setting commands (#1136) - [cli][bgp]use vtysh in the show ip bgp summary command (#1137) - [README.md] Describe new package creation schema (#1131) - [consutil] Remove actual baud and refactor lib for future change (#1130) Signed-off-by: Danny Allen <[email protected]>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
…t#5545) - [acl-loader] Revert fix for IP protocol == 0 (sonic-net#1142) - Show sflow interface to display all interfaces enabled for sflow (sonic-net#1143) - [sflow_test.py]: tests for config sflow commands. (sonic-net#1112) - [config/console] Support add/del console port setting commands (sonic-net#1136) - [cli][bgp]use vtysh in the show ip bgp summary command (sonic-net#1137) - [README.md] Describe new package creation schema (sonic-net#1131) - [consutil] Remove actual baud and refactor lib for future change (sonic-net#1130) Signed-off-by: Danny Allen <[email protected]>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
* [sflow_test.py]: tests for config sflow commands. Changes: -- show sflow use ctx.obj['db'] instead of creating new instance, this is must for test, else config change will not be reflected. -- config SFLOW tests for config sflow <enable|disable> config sflow agent-id <add | del> config sflow collector add|del config sflow interface <enable|disable> config sflow interface sample-rate Signed-off-by: Praveen Chaudhary <[email protected]>
Pterosaur
added a commit
to Pterosaur/sonic-buildimage
that referenced
this pull request
Sep 3, 2022
e8a01a8 Add retry on zmq functions if fail with EINTR. (sonic-net#1109) 594b242 Add SAI_PORT_ATTR_OPER_SPEED support (sonic-net#1107) 4c9e048 Add Xsight specific syncd start options (sonic-net#1112) da26ace Run 20 vs tests at a time. (sonic-net#1111) ffc4109 [asan] suppress the static variable leaks (sonic-net#1085) bfd37e3 [sonic-sairedis] Support bulk counter (sonic-net#1094) 90ba09a Transfer organization from Azure to sonic-net (sonic-net#1095) 4853881 [BFN] Provide unified approach to select P4 profile based on chip family (sonic-net#1089) Signed-off-by: Ze Gan <[email protected]>
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.
- What I did
add teamsyncd into vs docker
- How I did it
adding new packages in the build process
- How to verify it
Add README.md in platform/vs to test the docker vs
- Description for the changelog
add teamsyncd into vs docker
- A picture of a cute animal (not mandatory but encouraged)