Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / leafref / test-leafref3.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/leafref/test-leafref3.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/leafref/test-leafref3.yang
deleted file mode 100644 (file)
index 168e04b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-module test-leafref3 {
-
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:test";
-    prefix "test";
-
-    revision "2017-02-24" {
-        description "Initial revision of test model.";
-    }
-
-    container testContainer {
-        list testList {
-            leaf testLeaf {
-                type string;
-            }
-        }
-    }
-
-    notification testLeafrefNotification {
-        leaf tesLeafref {
-            type leafref {
-                path "/test:testContainer/test:testList/test:testLeaf";
-            }
-        }
-    }
-
-}
\ No newline at end of file