Re: [ovs-dev] [PATCH 02/10] tests: Change ADD_OF_PORTS from macro to shell function.

2016-01-28 Thread Jarno Rajahalme
Do we have an issue with the generated testsuite size? Acked-by: Jarno Rajahalme > On Jan 27, 2016, at 9:51 AM, Ben Pfaff wrote: > > This reduces the size of the generated testsuite and makes it possible > to pass arguments that vary at runtime instead of at the

Re: [ovs-dev] [PATCH 02/10] tests: Change ADD_OF_PORTS from macro to shell function.

2016-01-28 Thread Ben Pfaff
On Thu, Jan 28, 2016 at 12:30:12PM -0800, Jarno Rajahalme wrote: > Do we have an issue with the generated testsuite size? Well, it's a 10 MB shell script, so I like to take opportunities to reduce the size when I can. > Acked-by: Jarno Rajahalme Thanks! > > On Jan 27, 2016, at

[ovs-dev] [PATCH 02/10] tests: Change ADD_OF_PORTS from macro to shell function.

2016-01-27 Thread Ben Pfaff
This reduces the size of the generated testsuite and makes it possible to pass arguments that vary at runtime instead of at the time of translation from .at to shell script. Signed-off-by: Ben Pfaff --- tests/bridge.at | 2 +- tests/classifier.at | 10 +--