Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-generator-impl / src / test / resources / base / test-rpc-and-notification.yang
diff --git a/binding2/mdsal-binding2-generator-impl/src/test/resources/base/test-rpc-and-notification.yang b/binding2/mdsal-binding2-generator-impl/src/test/resources/base/test-rpc-and-notification.yang
deleted file mode 100644 (file)
index d04dfd0..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-module test-rpc-and-notification-module {
-  yang-version 1;
-  namespace "urn:base:test-rpc-and-notification";
-  prefix base-test-rpc-and-notification;
-  organization "yang-test-rpc-and-notification";
-  revision "2017-04-06";
-
-  rpc my-rpc {
-    input {
-      leaf in {
-        type string;
-      }
-    }
-
-    output {
-      leaf out {
-        type string;
-      }
-    }
-  }
-
-  notification my-notification {
-  }
-
-}
\ No newline at end of file