Re: [Ryu-devel] [PATCH] tests: Separate test files from Ryu module

2017-07-01 Thread Iwase Yusuke
Hi Kakuma-San, Thank you for your confirmation! I've just updated my patch to include scripts you mentioned. Could you review my v2 patch? Thanks, Iwase On 2017年06月30日 22:04, fumihiko kakuma wrote: > Hi Iwase-San, > > Sorry, I had overlooked. > Could you include script files to this patch

[Ryu-devel] [PATCH v2] tests: Revert some test files

2017-07-01 Thread IWASE Yusuke
This patch puts some test files back which seperated by the following commit. [Ryu-devel] [PATCH] tests: Separate test files from Ryu module Signed-off-by: IWASE Yusuke --- .travis.yml | 2 +-

[Ryu-devel] [PATCH v2] tests: Revert some test files

2017-07-01 Thread IWASE Yusuke
v2 patch updates v1 in order to include some scripts file for building scenario test environment. IWASE Yusuke (1): tests: Revert some test files .travis.yml | 2 +- {tests/integrated/common => ryu/tests/integrated}/__init__.py | 0

Re: [Ryu-devel] Testing BGP in ryu

2017-07-01 Thread Pynbiang Hadem
Hi Fujimoto, I have made the changes pointed out by you as below: 1)---/etc/sysctl.conf --- # Mininet: disable IPv6 #net.ipv6.conf.all.disable_ipv6 = 1 #net.ipv6.conf.default.disable_ipv6 = 1 #net.ipv6.conf.lo.disable_ipv6 = 1 2)--- /etc/default/grub