X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fsrc%2Ftest%2Fresources%2Forg%2Fopendaylight%2Fcontroller%2Fremote%2Frpc%2Futils%2FrpcTest.yang;fp=opendaylight%2Fmd-sal%2Fsal-remoterpc-connector%2Fsrc%2Ftest%2Fresources%2Forg%2Fopendaylight%2Fcontroller%2Fremote%2Frpc%2Futils%2FrpcTest.yang;h=0000000000000000000000000000000000000000;hb=d6a1d8b811deb7e593fb89e80a48433a315ba698;hp=5fc564fec3f0d063aa61411577a6c1e99a46080c;hpb=ac732369c7ddaaf60faef5eda22fa9c41aad391e;p=controller.git 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 index 5fc564fec3..0000000000 --- a/opendaylight/md-sal/sal-remoterpc-connector/src/test/resources/org/opendaylight/controller/remote/rpc/utils/rpcTest.yang +++ /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