From 78d0b08048f93e37f6c1eab748c7d59292cc7849 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Mon, 21 Apr 2014 08:44:56 +0900 Subject: delete ryu/tests/bin/of-config-cli This command is available via ryu command. Signed-off-by: FUJITA Tomonori --- run_tests.sh | 2 +- ryu/tests/bin/of-config-cli | 20 -------------------- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100755 ryu/tests/bin/of-config-cli diff --git a/run_tests.sh b/run_tests.sh index 9330fdb7..6f985e80 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/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" export PYTHONPATH=$PYTHONPATH:.ryu PYLINT_LOG=pylint.log diff --git a/ryu/tests/bin/of-config-cli b/ryu/tests/bin/of-config-cli deleted file mode 100755 index c076ee8a..00000000 --- a/ryu/tests/bin/of-config-cli +++ /dev/null @@ -1,20 +0,0 @@ -#!/usr/bin/env python - -# Copyright (C) 2013 Nippon Telegraph and Telephone Corporation. -# Copyright (C) 2013 YAMAMOTO Takashi -# -# 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.of_config_cli import main -main() -- cgit v1.2.3