Re: [ovs-dev] [PATCH v3 3/3] tests: fix broken tests after enabling OpenFlow 1.4

2014-04-11 Thread Alexandru Copot
On Thu, Apr 10, 2014 at 10:19 PM, Ben Pfaff wrote: > On Fri, Apr 04, 2014 at 11:58:31AM +0300, Alexandru Copot wrote: >> These tests can now properly print packets with the new protocol version. >> >> Signed-off-by: Alexandru Copot >> Cc: Daniel Baluta > > I guess these tests got broken by the o

Re: [ovs-dev] [PATCH v3 3/3] tests: fix broken tests after enabling OpenFlow 1.4

2014-04-10 Thread Ben Pfaff
On Fri, Apr 04, 2014 at 11:58:31AM +0300, Alexandru Copot wrote: > These tests can now properly print packets with the new protocol version. > > Signed-off-by: Alexandru Copot > Cc: Daniel Baluta I guess these tests got broken by the ofp_print_version() change in the first patch. I would break

[ovs-dev] [PATCH v3 3/3] tests: fix broken tests after enabling OpenFlow 1.4

2014-04-04 Thread Alexandru Copot
These tests can now properly print packets with the new protocol version. Signed-off-by: Alexandru Copot Cc: Daniel Baluta --- tests/ofp-print.at | 6 +++--- tests/ofp-util.at | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ofp-print.at b/tests/ofp-print.at index b