Moved binding MD-SAL APIs to binding folder
[mdsal.git] / dom / sal-test-model / src / main / yang / opendaylight-test-rpc-service.yang
diff --git a/dom/sal-test-model/src/main/yang/opendaylight-test-rpc-service.yang b/dom/sal-test-model/src/main/yang/opendaylight-test-rpc-service.yang
deleted file mode 100644 (file)
index 3412eb5..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-module opendaylight-test-rpc-service {
-    yang-version 1;
-    namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:test:bi:ba:rpcservice";
-    prefix "rpc";
-
-    description
-        "Test model for testing of registering rpc service on binding independent mount point 
-        and retrieving rpc service via binding aware mount point.";
-
-    revision "2014-07-01" {
-        description
-            "Initial revision";
-    }
-
-    rpc rock-the-house {
-        input {
-            leaf zip-code {
-                type string;
-            }
-        }
-    }
-}
\ No newline at end of file