Moving common code out of remote rpc to clustering common bundle
[controller.git] / opendaylight / md-sal / sal-remoterpc-connector / src / test / resources / org / opendaylight / controller / remote / rpc / utils / rpcTest.yang
diff --git a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/org/opendaylight/controller/remote/rpc/utils/rpcTest.yang b/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/org/opendaylight/controller/remote/rpc/utils/rpcTest.yang
deleted file mode 100644 (file)
index 5fc564f..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
- *
- * This program and the accompanying materials are made available under the
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,
- * and is available at http://www.eclipse.org/legal/epl-v10.html
- */
-module rpc-test {
-    yang-version 1;
-    namespace "urn:opendaylight:controller:rpc:test";
-    prefix "rpct";
-
-    revision 2014-07-29 {
-       description "rpc test";
-    }
-
-    typedef flow-ref {
-        type instance-identifier;
-    }
-
-    rpc add-flow {
-        input {
-            leaf id {
-                type string;
-            }
-
-            leaf flow {
-                type flow-ref;
-            }
-        }
-    }
-}
\ No newline at end of file