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