Bug 4355 - Data Tree: Enforce case uniqueness and 'mandatory true' leaf presence 97/30197/4
authorPeter Kajsa <pkajsa@cisco.com>
Wed, 25 Nov 2015 12:56:22 +0000 (13:56 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 2 Dec 2015 09:48:24 +0000 (09:48 +0000)
- quickfix of controller unit tests after yangtools changes

Change-Id: Id05ef60abf88008c56ee2d2e00879e3eb680c3d7
Signed-off-by: Peter Kajsa <pkajsa@cisco.com>
opendaylight/md-sal/sal-test-model/src/main/yang/opendaylight-mdsal-list-test.yang

index d4775afe54e53d416080e35d9d37b5af5d81469a..588dbc1534bb2ec01f639a14a59ccb5cb5271299 100644 (file)
@@ -28,9 +28,9 @@ module opendaylight-mdsal-list-test {
                 }
                 leaf type {
                     type string;
-                    mandatory true;
-                    description
-                        "Mandatory type of list.";
+//                    mandatory true;
+//                    description
+//                        "Mandatory type of list.";
                 }
                 ordered-by user;
                 description