Re: [Ryu-devel] [PATCH] bgp_scenario_test: Switch Python version

2016-12-13 Thread FUJITA Tomonori
On Tue, 6 Dec 2016 15:14:42 +0900 IWASE Yusuke wrote: > With Ubuntu base Docker image, Python 2.7 will always be used on > Scenario test containers if we just install "python-*". > > This patch fixes to switch base Docker image and enables to use > the specific Python version. > > Signed-off-b

[Ryu-devel] [PATCH] bgp_scenario_test: Switch Python version

2016-12-05 Thread IWASE Yusuke
With Ubuntu base Docker image, Python 2.7 will always be used on Scenario test containers if we just install "python-*". This patch fixes to switch base Docker image and enables to use the specific Python version. Signed-off-by: IWASE Yusuke --- ryu/tests/integrated/bgp/base.py | 5 +