Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-java-api-generator / src / test / resources / yang-template / yang-template-import.yang
diff --git a/binding2/mdsal-binding2-java-api-generator/src/test/resources/yang-template/yang-template-import.yang b/binding2/mdsal-binding2-java-api-generator/src/test/resources/yang-template/yang-template-import.yang
deleted file mode 100644 (file)
index 09af041..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-module yang-template-import {
-    yang-version 1;
-    namespace "org.opendaylight.yang.template.import";
-    prefix "yti";
-
-    revision 2016-06-23 {
-        description "Simple yang for import";
-    }
-
-    leaf yti-leaf {
-        type string;
-    }
-
-    extension ext;
-
-    extension ext-arg {
-        argument arg;
-    }
-
-    yti:ext;
-
-    yti:ext-arg "arg";
-}
\ No newline at end of file