Bug 5526 - Testing - Utils - Schema util
[netconf.git] / restconf / sal-rest-connector / src / test / resources / modules / restconf-module-testing / restconf-module-with-missing-list-stream.yang
index fcc7e308a1e9d8a629e7a8896893fae44805cdf7..ba8c9aa1d7f7f8e6d054053c6a0e789f588faa5f 100644 (file)
@@ -586,7 +586,12 @@ module restconf-module-with-missing-list-stream {
             reference
               "RFC 5277, Section 3.4, <streams> element.";
 
-           /** deleted list stream for testing purposes **/
+           /** deleted list stream for testing purposes + added list test-list **/
+           list test-list {
+             leaf test-leaf {
+               type string;
+             }
+           }
          }
 
          leaf version {