We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The generate.py script should follow YDK core release dependency, which is specified in the bundle profile.
The generate.py script ignores YDK core release dependency, which is specified in the bundle profile, and create dependency to current release of YDK.
In YDK-0.8.0 generate bundle from profile profiles/bundles/cisco-nx-os-9_2_2.json, which specifies in dependency section: "core_version": "0.7.3"
Examine generated file ydk-gen/gen-api/python/cisco_nx_os-bundlesetup.py. Note: INSTALL_REQUIREMENTS = ['ydk>=0.8.0']
Expected: INSTALL_REQUIREMENTS = ['ydk>=0.7.3']
YDK-0.8.0
The text was updated successfully, but these errors were encountered:
Resolved the bug in YDK-0.8.1.
Sorry, something went wrong.
Merge pull request #868 from ygorelik/gnmi
529a7a8
Addressed Codacy issues and #853, #864, #844
ygorelik
No branches or pull requests
Expected Behavior
The generate.py script should follow YDK core release dependency, which is specified in the bundle profile.
Current Behavior
The generate.py script ignores YDK core release dependency, which is specified in the bundle profile, and create dependency to current release of YDK.
Steps to Reproduce
In YDK-0.8.0 generate bundle from profile profiles/bundles/cisco-nx-os-9_2_2.json, which specifies in dependency section: "core_version": "0.7.3"
Examine generated file ydk-gen/gen-api/python/cisco_nx_os-bundlesetup.py.
Note:
INSTALL_REQUIREMENTS = ['ydk>=0.8.0']
Expected:
INSTALL_REQUIREMENTS = ['ydk>=0.7.3']
System Information
YDK-0.8.0
The text was updated successfully, but these errors were encountered: