X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=common%2Fpython%2Frift%2Fmano%2Fyang_translator%2Ftest%2Fdata%2Fyang_helloworld.json;fp=common%2Fpython%2Frift%2Fmano%2Fyang_translator%2Ftest%2Fdata%2Fyang_helloworld.json;h=e5ff6793111877d5fce47748c8afb8c391ddbeef;hb=6f07e6f33f751ab4ffe624f6037f887b243bece2;hp=0000000000000000000000000000000000000000;hpb=72a563886272088feb7cb52e4aafbe6d2c580ff9;p=osm%2FSO.git diff --git a/common/python/rift/mano/yang_translator/test/data/yang_helloworld.json b/common/python/rift/mano/yang_translator/test/data/yang_helloworld.json new file mode 100644 index 00000000..e5ff6793 --- /dev/null +++ b/common/python/rift/mano/yang_translator/test/data/yang_helloworld.json @@ -0,0 +1,25 @@ +module helloworld { + + namespace "http://helloworld.com/ns/helloworld"; + + prefix "helloworld"; + + organization "helloworld organization"; + + description + "helloworld module"; + + revision 2013-04-02 { + description + "Initial revision"; + } + + container helloworld { + description + "Helloworld example for creating YANG-netconfd SIL modules"; + leaf message { + config false; + type string; + } + } +}