make test: don't run if other vpp process runs 92/5592/3
authorKlement Sekera <ksekera@cisco.com>
Thu, 2 Mar 2017 07:16:20 +0000 (08:16 +0100)
committerOle Trøan <otroan@employees.org>
Mon, 6 Mar 2017 12:29:45 +0000 (12:29 +0000)
commitb93d1424301978405b53784d1e85a952dd78f4e5
tree030ac343d118e876f0d5ad57c3035a7e0c1d0956
parenta1cca7fab081fe038bcd4fe150f7997fa3ae8b26
make test: don't run if other vpp process runs

Check if there are existing vpp processes before running the test suite
and refuse to run if there are. This prevents the removal of other test
suite temporary files and also makes sure that if the machine is loaded
by (zombie) vpp processes, interactive tests (like bfd) won't fail.

Change-Id: I88a74098188cb3f51966de5db19d7f80f39e51e2
Signed-off-by: Klement Sekera <ksekera@cisco.com>
test/Makefile