Skip to content
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

Support for yang actions in path API #717

Merged
2 commits merged into from Mar 21, 2018
Merged

Support for yang actions in path API #717

2 commits merged into from Mar 21, 2018

Conversation

ghost
Copy link

@ghost ghost commented Mar 21, 2018

  • Add support for parsing yang 1.1 module capabilities
  • Tests, docs
  • Add libydk option to generate.py to generate libydk package

Abhi Keshav added 2 commits March 21, 2018 14:55
 * Add support for parsing yang 1.1 module capabilities
 * Tests, docs
@ghost ghost merged commit abfc981 into CiscoDevNet:master Mar 21, 2018
@ghost ghost deleted the action branch March 21, 2018 23:44
@codecov
Copy link

codecov bot commented Mar 22, 2018

Codecov Report

Merging #717 into master will increase coverage by 0.32%.
The diff coverage is 97.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #717      +/-   ##
==========================================
+ Coverage   79.14%   79.47%   +0.32%     
==========================================
  Files         172      172              
  Lines       15918    16139     +221     
  Branches     1431     1433       +2     
==========================================
+ Hits        12599    12826     +227     
+ Misses       2975     2969       -6     
  Partials      344      344
Impacted Files Coverage Δ
sdk/cpp/core/src/path_api.hpp 71.42% <ø> (ø) ⬆️
sdk/cpp/core/tests/test_codec.cpp 100% <100%> (ø) ⬆️
sdk/cpp/core/src/path/restconf_session.cpp 89.79% <100%> (+0.21%) ⬆️
sdk/cpp/core/tests/test_capabilities_parser.cpp 100% <100%> (ø) ⬆️
sdk/cpp/core/tests/mock_data.hpp 100% <100%> (ø) ⬆️
sdk/cpp/core/src/path/capability.cpp 60.97% <100%> (+24.13%) ⬆️
generate.py 81.74% <100%> (+0.62%) ⬆️
sdk/python/core/tests/test_sanity_path.py 99.15% <100%> (+0.09%) ⬆️
sdk/cpp/core/src/path/netconf_model_provider.cpp 93.87% <100%> (+0.12%) ⬆️
sdk/cpp/core/src/path/path.cpp 82.75% <100%> (+0.11%) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cb5e26e...702fce4. Read the comment docs.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants