-
Notifications
You must be signed in to change notification settings - Fork 160
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
System_banner Cisco deviation #3853
base: main
Are you sure you want to change the base?
Conversation
Important The terms of service for this installation has not been accepted. Please ask the Organization owners to visit the Gemini Code Assist Admin Console to sign it. |
Pull Request Functional Test Report for #3853 / b5c2717Virtual Devices
Hardware Devices
|
Pull Request Test Coverage Report for Build 13558375764Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
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.
The changes looks good and i have validated the changes in the Google environment and passing
Please resolve the conflicts and re-post it for review
if testCase.banner == "" { | ||
if v, ok := gnmi.LookupConfig(t, dut, config.Config()).Val(); ok && v != "" { | ||
t.Errorf("MOTD Banner not empty") | ||
if testCase.banner == deviations.BannerDelimiter(dut)+""+deviations.BannerDelimiter(dut) { |
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.
We need to ensure that empty strings are still supported. This current deviation prevents that
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've open a bug for this, I'm working with the dev team to fix this issue.
Creating deviation : banner_empty_delimiter_unsupported for the empty string banner.
applying deviation: banner_delimiter since Cisco currently requires a delimiter on the banners.