-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[docker-ptf]: Add teamd dependency to ptf #6994
Conversation
Signed-off-by: Ze Gan <ganze718@gmail.com>
platform/vs/docker-ptf.mk
Outdated
@@ -2,6 +2,6 @@ | |||
|
|||
DOCKER_PTF = docker-ptf.gz | |||
$(DOCKER_PTF)_PATH = $(DOCKERS_PATH)/docker-ptf | |||
$(DOCKER_PTF)_DEPENDS += $(LIBTHRIFT) $(PYTHON_THRIFT) $(PTF) $(PYTHON_SAITHRIFT) | |||
$(DOCKER_PTF)_DEPENDS += $(LIBTHRIFT) $(PYTHON_THRIFT) $(PTF) $(PYTHON_SAITHRIFT) $(SWSS) $(LIBTEAMDCT) $(LIBTEAM_UTILS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SWSS [](start = 84, length = 4)
Why need swss? #Closed
platform/vs/docker-ptf.mk
Outdated
@@ -2,6 +2,6 @@ | |||
|
|||
DOCKER_PTF = docker-ptf.gz | |||
$(DOCKER_PTF)_PATH = $(DOCKERS_PATH)/docker-ptf | |||
$(DOCKER_PTF)_DEPENDS += $(LIBTHRIFT) $(PYTHON_THRIFT) $(PTF) $(PYTHON_SAITHRIFT) | |||
$(DOCKER_PTF)_DEPENDS += $(LIBTHRIFT) $(PYTHON_THRIFT) $(PTF) $(PYTHON_SAITHRIFT) $(SWSS) $(LIBTEAMDCT) $(LIBTEAM_UTILS) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIBTEAMDCT) $(LIBTEAM_UTILS [](start = 92, length = 27)
Could you use debian vanilla packages?
No need to install their dependencies explicitly. #Closed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have confirmed that the teamd from vanilla package can be used.
Signed-off-by: Ze Gan <ganze718@gmail.com>
Blocked by another fix #6999 |
/AzurePipelines run |
Commenter does not have sufficient privileges for PR 6994 in repo Azure/sonic-buildimage |
Signed-off-by: Ze Gan <ganze718@gmail.com>
Signed-off-by: Ze Gan <ganze718@gmail.com>
Signed-off-by: Ze Gan <ganze718@gmail.com>
Signed-off-by: Ze Gan ganze718@gmail.com
Why I did it
Teamd may be used in PTF to test portchannel case
How I did it
How to verify it
Execute
which teamd
in ptf container should got the following result.root@72db4f0d2eec:/# which teamd /usr/bin/teamd
Which release branch to backport (provide reason below if selected)
Description for the changelog
A picture of a cute animal (not mandatory but encouraged)