On Mon,  7 May 2012 16:53:25 +0900
FUJITA Tomonori <[email protected]> wrote:

> * Added test result format for Jenkins
> * Added some test code for ryu/ofproto/
> 
> Signed-off-by: FUJITA Tomonori <[email protected]>
> ---
>  .gitignore                                    |    7 +-
>  .pylintrc                                     |    8 +
>  pylint.sh                                     |    9 -
>  pylintrc                                      |    5 -
>  run_tests.sh                                  |  172 +++++++++++++++++
>  ryu/tests/run_tests.py                        |   35 ++++
>  ryu/tests/test_lib.py                         |  244 
> +++++++++++++++++++++++++
>  ryu/tests/unit/ofproto/test_ofproto_parser.py |   62 +++++++
>  ryu/tests/unit/ofproto/test_parser_v10.py     |   92 +++++++++
>  ryu/tests/unit/sample/test_sample1.py         |   20 ++
>  ryu/tests/unit/sample/test_sample2.py         |   14 ++
>  ryu/tests/unit/sample/test_simple_switch.py   |   21 ++
>  tools/install_venv.py                         |  136 ++++++++++++++
>  tools/pip-requires                            |   13 ++
>  tools/test-requires                           |    9 +
>  tools/with_venv.sh                            |   21 ++
>  16 files changed, 853 insertions(+), 15 deletions(-)
>  create mode 100644 .pylintrc
>  delete mode 100755 pylint.sh
>  delete mode 100644 pylintrc
>  create mode 100755 run_tests.sh
>  create mode 100644 ryu/tests/__init__.py
>  create mode 100644 ryu/tests/run_tests.py
>  create mode 100644 ryu/tests/test_lib.py
>  create mode 100644 ryu/tests/unit/__init__.py
>  create mode 100644 ryu/tests/unit/ofproto/__init__.py
>  create mode 100644 ryu/tests/unit/ofproto/test_ofproto_parser.py
>  create mode 100644 ryu/tests/unit/ofproto/test_parser_v10.py
>  create mode 100644 ryu/tests/unit/sample/__init__.py
>  create mode 100644 ryu/tests/unit/sample/test_sample1.py
>  create mode 100644 ryu/tests/unit/sample/test_sample2.py
>  create mode 100644 ryu/tests/unit/sample/test_simple_switch.py
>  create mode 100644 tools/install_venv.py
>  create mode 100644 tools/pip-requires
>  create mode 100644 tools/test-requires
>  create mode 100755 tools/with_venv.sh

Applied.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to