test: fix memory flags test for low NUMA nodes number
authorPhil Yang <phil.yang@arm.com>
Tue, 6 Feb 2018 02:21:38 +0000 (10:21 +0800)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 26 Apr 2018 16:05:29 +0000 (18:05 +0200)
commit896af46bd1ade6d8d1f452f03c6e08e0965d7ef9
treea9d3e171fc85a46a3daf7e3483b96c526fa8371b
parent733daffa9851bb2d24a0b8819bad956fe7dfd521
test: fix memory flags test for low NUMA nodes number

Since RTE_MAX_NUMA_NODES is configurable, the existing socket number
could greater than RTE_MAX_NUMA_NODES. Optimize test case to cover this
situation.(i.e RTE_MAX_NUMA_NODES=1)

Fixes: 45f1b6e8680a ("app: add new tests on eal flags")
Cc: stable@dpdk.org
Signed-off-by: Phil Yang <phil.yang@arm.com>
test/test/test_eal_flags.c