commit | 2f196181e380538a7bc3b0378b94ea42c10c5a30 | [log] [tgz] |
---|---|---|
author | janani b <janani.b@huawei.com> | Thu Aug 24 19:23:00 2017 +0530 |
committer | janani b <janani.b@huawei.com> | Thu Aug 24 19:23:31 2017 +0530 |
tree | 0c78721a87ab3299a1517a1e315e337ab023b24e | |
parent | 35540a3d93ec4322132faab3c642aaaaf47b1117 [diff] [blame] |
[ONOS-6960] Identity referred in sub-module of imported module. Change-Id: I66bef7b5eec5859c94ecd0ced9bf139a32fa70f0
diff --git a/compiler/plugin/maven/src/test/resources/identityinsubmod/module2.yang b/compiler/plugin/maven/src/test/resources/identityinsubmod/module2.yang new file mode 100644 index 0000000..5a2d85d --- /dev/null +++ b/compiler/plugin/maven/src/test/resources/identityinsubmod/module2.yang
@@ -0,0 +1,8 @@ +module module2 { + + namespace "urn:ietf:params:xml:ns:aug:module:2"; + + prefix mod-b; + + include submodule2; +}