add test FEATURE test_hello for capability advertisement#1792
Open
vjardin wants to merge 1 commit intoCESNET:develfrom
Open
add test FEATURE test_hello for capability advertisement#1792vjardin wants to merge 1 commit intoCESNET:develfrom
vjardin wants to merge 1 commit intoCESNET:develfrom
Conversation
Author
Author
|
record the test: |
Verify that YANG 1.0 modules appear in the server hello capabilities and that YANG 1.1 modules do not, per RFC 7950 section 1.1: A server advertises support for YANG 1.1 modules by using ietf-yang-library instead of listing them as capabilities in the <hello> message. YANG 1.1 modules are discoverable via ietf-yang-library, whose operational data is auto-generated by sysrepo. Signed-off-by: Vincent Jardin <vjardin@free.fr>
Member
|
Honestly, I do not see much added value in this test. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verify that YANG 1.0 modules appear in the server hello capabilities and that YANG 1.1 modules do not, per RFC 7950 section 1.1:
YANG 1.1 modules are discoverable via ietf-yang-library, whose operational data is auto-generated by sysrepo.