Re: [Ryu-devel] [PATCH 2/7] python3: Use 'str' not b'str' for user test data

2015-06-30 Thread Satoshi KOBAYASHI
2015-06-30 17:12 GMT+09:00 IWAMOTO Toshihiro : > At Tue, 30 Jun 2015 17:01:53 +0900, > IWAMOTO Toshihiro wrote: > > > > These "user" test data are similar to ones that are initialized from > > JSON. So it makes more sense to define them as str not binary_type. > > This partially reverts the previ

Re: [Ryu-devel] [PATCH 2/7] python3: Use 'str' not b'str' for user test data

2015-06-30 Thread IWAMOTO Toshihiro
At Tue, 30 Jun 2015 17:01:53 +0900, IWAMOTO Toshihiro wrote: > > These "user" test data are similar to ones that are initialized from > JSON. So it makes more sense to define them as str not binary_type. This partially reverts the previous commit of test_oxm.py. Kobayashi-san, are you ok with th

[Ryu-devel] [PATCH 2/7] python3: Use 'str' not b'str' for user test data

2015-06-30 Thread IWAMOTO Toshihiro
These "user" test data are similar to ones that are initialized from JSON. So it makes more sense to define them as str not binary_type. Signed-off-by: IWAMOTO Toshihiro --- ryu/tests/unit/ofproto/test_oxm.py | 4 ++-- ryu/tests/unit/ofproto/test_oxs.py | 2 +- 2 files changed, 3 insertions(+),