Re: [ovs-dev] [PATCH 1/3] tests/sendpkt.py: Fix to work with Python3

2018-06-14 Thread Ben Pfaff
Thanks Timothy (and Ashish). I applied this to master. On Mon, Jun 04, 2018 at 03:21:46PM -0700, Ashish Varma wrote: > Acked-by: Ashish Varma > > > On Thu, May 31, 2018 at 7:52 AM, Timothy Redaelli > wrote: > > > CC: Ashish Varma > > Fixes: 296251ca0c82 ("tests: Added NSH related unit test

Re: [ovs-dev] [PATCH 1/3] tests/sendpkt.py: Fix to work with Python3

2018-06-04 Thread Ashish Varma
Acked-by: Ashish Varma > On Thu, May 31, 2018 at 7:52 AM, Timothy Redaelli wrote: > CC: Ashish Varma > Fixes: 296251ca0c82 ("tests: Added NSH related unit test cases for > datapath") > Signed-off-by: Timothy Redaelli > --- > tests/sendpkt.py | 5 - > 1 file changed, 4 insertions(+), 1

[ovs-dev] [PATCH 1/3] tests/sendpkt.py: Fix to work with Python3

2018-05-31 Thread Timothy Redaelli
CC: Ashish Varma Fixes: 296251ca0c82 ("tests: Added NSH related unit test cases for datapath") Signed-off-by: Timothy Redaelli --- tests/sendpkt.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/sendpkt.py b/tests/sendpkt.py index 50a4795eb..328ae2bc9 100755 ---