Re: [ovs-dev] [PATCH] tests: Expand 'bundle with many ports' test.

2016-03-07 Thread Joe Stringer
On 7 March 2016 at 15:39, Ben Pfaff wrote: > On Mon, Mar 07, 2016 at 03:36:38PM -0800, Joe Stringer wrote: >> Explain what this test is doing, and check that the decoded action can >> be re-encoded and dumped back out of OVS. >> >> Suggested-by: Ben Pfaff >>

Re: [ovs-dev] [PATCH] tests: Expand 'bundle with many ports' test.

2016-03-07 Thread Ben Pfaff
On Mon, Mar 07, 2016 at 03:36:38PM -0800, Joe Stringer wrote: > Explain what this test is doing, and check that the decoded action can > be re-encoded and dumped back out of OVS. > > Suggested-by: Ben Pfaff > Signed-off-by: Joe Stringer Acked-by: Ben Pfaff

[ovs-dev] [PATCH] tests: Expand 'bundle with many ports' test.

2016-03-07 Thread Joe Stringer
Explain what this test is doing, and check that the decoded action can be re-encoded and dumped back out of OVS. Suggested-by: Ben Pfaff Signed-off-by: Joe Stringer --- tests/bundle.at | 10 ++ 1 file changed, 10 insertions(+) diff --git a/tests/bundle.at