Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / list / test-list.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/list/test-list.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/list/test-list.yang
deleted file mode 100644 (file)
index 752db99..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-module test-list {
-    yang-version 1.1;
-
-    namespace "urn:test:simple:test:list";
-    prefix test-list;
-    organization "test.list.org";
-    revision "2017-03-14";
-
-    list my-list {
-        key "name";
-        leaf name {
-            type string;
-        }
-
-        leaf surname {
-            type string;
-        }
-    }
-
-}
\ No newline at end of file