commit | cb9274fe84c446e98c49e8e319e10080d2cdf4b8 | [log] [tgz] |
---|---|---|
author | Frank Rimpler <frank.rimpler@adtran.com> | Wed Mar 13 16:40:34 2019 +0000 |
committer | Frank Rimpler <frank.rimpler@adtran.com> | Wed Mar 13 16:40:34 2019 +0000 |
tree | e2b2bcfbc2a0f84be0518942983260aee4a11188 | |
parent | b186ebaaced44bce39eaf2cc961416a626499db1 [diff] [blame] |
fix and testcase for empty deviation parameter
diff --git a/schemas/module-a-dv.yang b/schemas/module-a-dv.yang new file mode 100644 index 0000000..20f0f46 --- /dev/null +++ b/schemas/module-a-dv.yang
@@ -0,0 +1,16 @@ +module module-a-dv { + + namespace "urn:jmu:params:xml:ns:yang:module-a-dv"; + prefix dv; + + import module-a { + prefix a; + } + + description + "Contains some deviations to module-a"; + + deviation "/a:top/a:hidden" { + deviate not-supported; + } +} \ No newline at end of file