-
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
[sonic-utilities] Update sonic-utilities submodule to pick set of new fixes #6282
Conversation
Looks like PFCWD unit tests are failing with "Root privileges are required for this operation". Not sure why this wasn't seen before. Looks like @smaheshm modified these recently. Maybe he can help troubleshoot? |
Let me take a look. Looks like there's a difference between how sonic-buildimage repo runs tests vs sonic-utilities repo. |
need to fix the unit test failure. |
unit tests are running for sonic utilitie repo Signed-off-by: Guohan Lu <lguohan@gmail.com>
there are about 23 commits picked up in sonic-utilities repo, the description only listed 19 commits. |
https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/buildimage-vs-image-pr/8207/ issue caused by this pr. 6202a81 reverted. 07:11:55 Sunday 27 December 2020 15:11:54 +0000 (0:00:00.059) 0:00:21.107 ******* |
Signed-off-by: Guohan Lu <lguohan@gmail.com>
|
- Why I did it
submodule sonic-utilities in sonic-buildimage has not been updated for a while and there were many fixes needed to be picked up to ease debug/development in master branch.
Here are the list of changes that this update will bring in:
-t
flag from docker exec command (docker sonic-slave's kernel source and headers is incorrect? #1317)- Description for the changelog
[sonic-utilities] Update sonic-utilities submodule to pick set of new fixes