diff options
Diffstat (limited to 'integration-test/src/test/resources/data/bookstore')
-rw-r--r-- | integration-test/src/test/resources/data/bookstore/bookstore.yang | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/integration-test/src/test/resources/data/bookstore/bookstore.yang b/integration-test/src/test/resources/data/bookstore/bookstore.yang index 62ebc73201..f3219a01ca 100644 --- a/integration-test/src/test/resources/data/bookstore/bookstore.yang +++ b/integration-test/src/test/resources/data/bookstore/bookstore.yang @@ -21,6 +21,15 @@ module stores { type string; } + container webinfo { + leaf domain-name { + type string; + } + leaf contact-email { + type string; + } + } + container premises { list addresses { key "house-number street"; |