summaryrefslogtreecommitdiffhomepage
path: root/run_tests.sh
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-03-31 19:17:43 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-04-01 17:28:53 +0900
commite1e89ce57f95110d415d1fa368a73ed5eb213a63 (patch)
treef2215caba3b2f33b4dd689579964ea6c31ea9991 /run_tests.sh
parentd6bbd8349760e1fb93e74353f751eee1b025912b (diff)
add BGP daemon feature
Currently, the BGP code can work as an daemon (IOW, not RyuApp). Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'run_tests.sh')
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index e558f1d4..3873fc9a 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -106,7 +106,7 @@ run_pylint() {
run_pep8() {
echo "Running pep8 ..."
- PEP8_EXCLUDE="vcsversion.py,*.pyc,contrib"
+ PEP8_EXCLUDE="vcsversion.py,*.pyc,contrib,dictconfig.py"
PEP8_OPTIONS="--exclude=$PEP8_EXCLUDE --repeat --show-source"
PEP8_INCLUDE="ryu setup*.py"
PEP8_LOG=pep8.log