This command is available via ryu command. Signed-off-by: FUJITA Tomonori <[email protected]> --- bin/rpc-cli | 20 -------------------- doc/source/conf.py | 2 -- run_tests.sh | 2 +- setup.cfg | 1 - 4 files changed, 1 insertion(+), 24 deletions(-) delete mode 100755 bin/rpc-cli
diff --git a/bin/rpc-cli b/bin/rpc-cli deleted file mode 100755 index cdb832a..0000000 --- a/bin/rpc-cli +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env python - -# Copyright (C) 2013 Nippon Telegraph and Telephone Corporation. -# Copyright (C) 2013 YAMAMOTO Takashi <yamamoto at valinux co jp> -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or -# implied. -# See the License for the specific language governing permissions and -# limitations under the License. - -from ryu.cmd.rpc_cli import main -main() diff --git a/doc/source/conf.py b/doc/source/conf.py index 56eff88..8df4935 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -218,8 +218,6 @@ man_pages = [ ('man/neutron_ofagent_agent', 'neutron-ofagent-agent', u'neutron ofagent agent', [u'ryu development team'], 1), - ('man/rpc_cli', 'rpc-cli', u'a simple msgpack-rpc client', - [u'ryu development team'], 1), ('man/ryu', 'ryu', u'ryu', [u'ryu development team'], 1), ('man/ryu_manager', 'ryu-manager', u'ryu manager', diff --git a/run_tests.sh b/run_tests.sh index 566d0f2..9330fdb 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -90,7 +90,7 @@ run_tests() { run_pylint() { echo "Running pylint ..." PYLINT_OPTIONS="--rcfile=.pylintrc --output-format=parseable" - PYLINT_INCLUDE="ryu bin/rpc-cli bin/ryu bin/ryu-manager bin/neutron-ofagent-agent ryu/tests/bin/ryu-client ryu/tests/bin/of-config-cli" + PYLINT_INCLUDE="ryu bin/ryu bin/ryu-manager bin/neutron-ofagent-agent ryu/tests/bin/ryu-client ryu/tests/bin/of-config-cli" export PYTHONPATH=$PYTHONPATH:.ryu PYLINT_LOG=pylint.log diff --git a/setup.cfg b/setup.cfg index 45f4ca4..ffc239d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,4 +49,3 @@ setup-hooks = console_scripts = ryu-manager = ryu.cmd.manager:main ryu = ryu.cmd.ryu_base:main - rpc-cli = ryu.cmd.rpc_cli:main -- 1.8.5.2 (Apple Git-48) ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/NeoTech _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
