app/test: fix default numa memory assignment
authorGaetan Rivet <gaetan.rivet@6wind.com>
Mon, 1 Jun 2015 12:11:00 +0000 (14:11 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 15 Jun 2015 13:04:22 +0000 (15:04 +0200)
commita3894e2fbc30da56dcb76e03a41ede2869590b50
tree1670e0067497fb622da34f6dd8804093b98c46ea
parentc76ee0d0ee4561615e4ec59dd745d54a6af17e25
app/test: fix default numa memory assignment

Each test requires a certain minimal amount of memory.
Spreading memory on all sockets means that the test will get less memory than
what it wanted on multi sockets system.
So replace all_sockets() with per_sockets().

Also doubled memory on group_5 as current requirement is not enough.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
Signed-off-by: David Marchand <david.marchand@6wind.com>
app/test/autotest_data.py