Re: [Ryu-devel] Create and run multiple dependent applications

2012-10-19 Thread FUJITA Tomonori
Hi, On Wed, 17 Oct 2012 16:21:14 -0300 Raphael Vicente Rosa wrote: > I'm currently examinating ryu and learning how to develop ryu apps. > One of the main concepts that I didn't understand is how I could > create interdependent apps. I'm newbie in ryu, if you could just > answer with some tips,

[Ryu-devel] [PATCH] test: add unittests for packet library

2012-10-19 Thread HIYAMA Manabu
Signed-off-by: HIYAMA Manabu --- ryu/tests/unit/packet/test_arp.py |5 + ryu/tests/unit/packet/test_ethernet.py | 90 ryu/tests/unit/packet/test_ipv4.py | 131 +++ ryu/tests/unit/packet/test_packet.py | 371 ryu/tests/unit/pack