app/test: fix and separate --vdev unit test
authorPablo de Lara <pablo.de.lara.guarch@intel.com>
Tue, 1 Jul 2014 16:13:57 +0000 (17:13 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 1 Jul 2014 18:48:20 +0000 (20:48 +0200)
commit0d684a7830883ba4f316ea44cbedbce3a4a7a94d
treed25916fc57a3ca3a4bd775fa64b082ad270b0f12
parent8d9645381343b66aec2e8e2c71efc3cb9c9a098d
app/test: fix and separate --vdev unit test

In EAL flags unit test, vdev test was being included
(and broken) in whitelist test. It has been separated
in different test and fixed, by calling another
primary process, instead of a secondary one.

Signed-off-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
app/test/test.c
app/test/test_eal_flags.c