dpdk experts, I am running into issue with "make test" on Ubuntu x86_64 (12.04 and 14.04). i had this working when I tested couple of months back so I am not sure what steps I am missing, inputs appreciated.
I have cloned latest code from dpdk.org/dpdk and did following things 1. make config T=x86_64-native-linuxapp-gcc 2. make install T=x86_64-native-linuxapp-gcc 3. make all T=x86_64-native-linuxapp-gcc 4. make test T=x86_64-native-linuxapp-gcc /home/rkerur/dpdk-tmp/dpdk/build/app/test -c f -n 4 Test name Test result Test Total ================================================================================ Start group_1: Fail [No prompt] [00m 00s] Timer autotest: Fail [No prompt] [00m 00s] Debug autotest: Fail [No prompt] [00m 00s] Errno autotest: Fail [No prompt] [00m 00s] Meter autotest: Fail [No prompt] [00m 00s] Common autotest: Fail [No prompt] [00m 00s] ... (All 52 cases fail) RTE_SDK is set to /home/rkerur/dpdk-tmp/dpdk. Sometimes running "make test" after "make install T=x86_64-native-linuxapp-gcc" gets following errors home/rkerur/dpdk-tmp/dpdk# make test T=x86_64-native-linuxapp-gcc No test found, please do a 'make build' first, or specify O= /home/rkerur/dpdk-tmp/dpdk# make build make: `build' is up to date. /home/rkerur/dpdk-tmp/dpdk# Errors go away after I run "make all" Thanks, Ravi