diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-05-07 16:53:25 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2012-05-07 21:29:47 +0900 |
commit | 875ebcb90107f980a7f4975975dc831331ab5a36 (patch) | |
tree | 31120c77334c1ad3d887fe57967782162145ac3d /pylint.sh | |
parent | 3cf1b23b0e58d55d817dca0d7b80a470cc3759e3 (diff) |
Added test framework, ported from Quantum
* Added test result format for Jenkins
* Added some test code for ryu/ofproto/
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'pylint.sh')
-rwxr-xr-x | pylint.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/pylint.sh b/pylint.sh deleted file mode 100755 index 7d03a767..00000000 --- a/pylint.sh +++ /dev/null @@ -1,9 +0,0 @@ -#! /bin/sh - -echo "Running pylint ..." -PYLINT_OPTIONS="--rcfile=pylintrc --output-format=parseable" -PYLINT_INCLUDE="ryu bin/ryu-manager bin/ryu-client" -export PYTHONPATH=$PYTHONPATH:.ryu -PYLINT_LOG=pylint.log - -pylint $PYLINT_OPTIONS $PYLINT_INCLUDE > $PYLINT_LOG |