[ovs-dev] [PATCH v2 3/3] tests/automake.mk: Prohibition of parallel system-traffic test execution.

Ben Pfaff blp at ovn.org
Mon Feb 29 18:44:10 UTC 2016


On Mon, Feb 29, 2016 at 04:06:52PM +0300, Ilya Maximets wrote:
> 'make check-system-userspace', 'make check-kernel' and 'make check-kmod'
> work with real environment and can not be run simultaneously.
> 
> To prevent violation of the system environment strip out options for
> parallel execution from TESTSUITEFLAGS for this targets.
> 
> Signed-off-by: Ilya Maximets <i.maximets at samsung.com>

TESTSUITEFLAGS_WITHOUT_JOBS can be more simply defined as just
$(filter-out -j% --jobs=%, $(TESTSUITEFLAGS))

Do you think it's really worth warning about this?



More information about the dev mailing list