-
Notifications
You must be signed in to change notification settings - Fork 746
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
Add test_gnoi_system.py with a simple test for System.Time. #16334
Conversation
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
tests/gnmi/test_gnoi_system.py:27
- The error message could be more descriptive. Suggested change: 'System.Time API call failed with return code {} and message: {}'.format(ret, msg)
pytest_assert(ret == 0, "System.Time API unexpectedly reported failure")
tests/gnmi/test_gnoi_system.py:19
- The comment is clear and correctly formatted.
"""
Verify the gNOI System Time API returns the current system time in valid JSON format.
"""
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.
Description of PR
Create a new file for testing GNOI System API and bootstrap it with a simple test for System.Time
Summary:
Fixes # (issue)
Type of change
Back port request
Approach
What is the motivation for this PR?
Create a new file for testing GNOI System API and bootstrap it with a simple test for System.Time
How did you do it?
Create a new file for testing GNOI System API and bootstrap it with a simple test for System.Time
How did you verify/test it?
Run on KVM
Any platform specific information?
Supported testbed topology if it's a new test case?
Documentation