tests/automake.mk: Prohibition of parallel system-traffic test execution.
authorIlya Maximets <i.maximets@samsung.com>
Fri, 4 Mar 2016 05:31:58 +0000 (08:31 +0300)
committerJoe Stringer <joe@ovn.org>
Tue, 29 Mar 2016 20:19:37 +0000 (09:19 +1300)
commit910596583d6746877899a9b41c00143842c97f73
tree9b75189797648e7e336fdd872b4458ed9ac1b5ca
parentb9e04f8430e144d9974d50a0b74c87e4adcb7961
tests/automake.mk: Prohibition of parallel system-traffic test execution.

'make check-system-userspace', 'make check-kernel' and 'make check-kmod'
work with real environment and can not be run in parallel mode.

To prevent violation of the system environment force '-j1' option for
this targets.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Joe Stringer <joe@ovn.org>
tests/automake.mk