test/eal: set core mask/list config only in dedicated test
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:26 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:33:50 +0000 (22:33 +0200)
commitb4dbacdb1ad725c9fc8174cdf2a970e22ccfd229
tree483a94dfffc4c402cc4187eab641ba11bae00a03
parent501fa9a40298635f187b474fc35b56374d4e712d
test/eal: set core mask/list config only in dedicated test

Setting a coremask was mandatory a long time ago but has been optional
for a while.
The checks on PCI whitelist/blacklist, vdev, memory rank, memory channel,
HPET, memory size and other miscs options have no requirement wrt cores.

Let's remove those coremasks so that we only care about it in the
dedicated checks.

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Aaron Conole <aconole@redhat.com>
app/test/test_eal_flags.c