commit | c2fd3227f49e550e78d4599e2e4fbc80320f1d56 | [log] [tgz] |
---|---|---|
author | Bharat saraswal <bharat.saraswal@huawei.com> | Wed Oct 19 16:10:27 2016 +0530 |
committer | Bharat saraswal <bharat.saraswal@huawei.com> | Thu Oct 20 12:32:44 2016 +0530 |
tree | eba96a0f52bdaafe41e511034b42cc8b891e385a | |
parent | 5eb588b50d366c42ac5583d1f706d18476d7a92a [diff] |
[ONOS-5527,ONOS-5529] process sub tree filtering in generted code changes. Change-Id: I2b5562ee57d887c25f4a6b55cd25006e288563c0
diff --git a/plugin/maven/src/test/resources/augmentTranslator/test.yang b/plugin/maven/src/test/resources/augmentTranslator/test.yang index c112cef..20393a7 100644 --- a/plugin/maven/src/test/resources/augmentTranslator/test.yang +++ b/plugin/maven/src/test/resources/augmentTranslator/test.yang
@@ -43,7 +43,21 @@ } } } - + + leaf leaf-a { + type int32; + } + + leaf-list leaf-list-a { + type int32; + } + + list list-a { + key "name"; + leaf name { + type string; + } + } augment /cont3 { leaf leaf1 {