-
Notifications
You must be signed in to change notification settings - Fork 148
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
TE-15.1: Adding flag to skip ipv6 compliance cases #2522
Conversation
Based on discussion in b/318469590 making following changes - 1. Adding skip_ipv6 flag to skip recently added ipv6 tests in gribigo compliance library. 2. Updating gribigo package version in go.mod "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."
Pull Request Functional Test Report for #2522 / 105de59Virtual Devices
Hardware Devices
|
@greg-dennis, can you please help to solve the static analysis issue here?
It doesn't seem to be directly related to the changes in this PR, we're only bumping gribigo version in go.mod Perhaps caused by a new revive release published earlier today? |
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.
LGTM!
yep the static check error is from an upstream repo: mgechev/revive#956 (comment) |
Pull Request Test Coverage Report for Build 7426009240
💛 - Coveralls |
@NishaSadhasivam-work static check issue was resolved thanks! |
Based on discussion in b/318469590 making following changes - 1. Adding skip_ipv6 flag to skip recently added ipv6 tests in gribigo compliance library. 2. Updating gribigo package version in go.mod "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind." Co-authored-by: Sergey Fomin <sergey.fomin@nokia.com>
Based on discussion in b/318469590 making following changes - 1. Adding skip_ipv6 flag to skip recently added ipv6 tests in gribigo compliance library. 2. Updating gribigo package version in go.mod "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind." Co-authored-by: Sergey Fomin <sergey.fomin@nokia.com> fixed merged conflict
Based on discussion in b/318469590 making following changes - 1. Adding skip_ipv6 flag to skip recently added ipv6 tests in gribigo compliance library. 2. Updating gribigo package version in go.mod "This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind." Co-authored-by: Sergey Fomin <sergey.fomin@nokia.com>
Based on discussion in b/318469590 making following changes -
1. Adding
skip_ipv6
flag to skip recently added ipv6 tests in gribigo compliance library.2. Updating
gribigo
package version ingo.mod
"This code is a Contribution to the OpenConfig Feature Profiles project ("Work") made under the Google Software Grant and Corporate Contributor License Agreement ("CLA") and governed by the Apache License 2.0. No other rights or licenses in or to any of Nokia's intellectual property are granted for any other purpose. This code is provided on an "as is" basis without any warranties of any kind."