Add ModuleInfoBackedContext loading strategy to RuntimeGeneratedMapping service.
[controller.git] / opendaylight / config / yang-test / src / main / yang / types / test-types.yang
index 8c086d8aceb1d5ec21c06f398e57fcd46d8bda62..df5387be2c1f2581e2a44872ef596e62ec76d628 100644 (file)
@@ -31,4 +31,13 @@ module test-types {
         }
       }
 
+
+
+    identity test-identity1 {
+
+    }
+
+    identity test-identity2 {
+        base test-identity1;
+    }
 }