DPDK team, Is there a automated tests to run on freeBSD similar to Linux (make test).
I ran "gmake test T=x86_64-native-bsdapp-clang CC=clang" I get following output /usr/home/rkerur/dpdk-validate-abi-1/dpdk/build/app/test -c f -n 4 Test name Test result Test Total ================================================================================ Start group_1: Fail [Can't run] [00m 00s] Timer autotest: Fail [Can't run] [00m 00s] Debug autotest: Fail [Can't run] [00m 00s] Errno autotest: Fail [Can't run] [00m 00s] Meter autotest: Fail [Can't run] [00m 00s] Common autotest: Fail [Can't run] [00m 00s] Dump log history: Fail [Can't run] [00m 00s] ... Start memcpy_perf: Fail [No prompt] [00m 00s] Memcpy performance autotest: Fail [No prompt] [00m 00s] [00m 01s] Start hash_perf: Fail [No prompt] [00m 00s] Hash performance autotest: Fail [No prompt] [00m 00s] [00m 01s] Start power: Fail [No prompt] [00m 00s] Power autotest: Fail [No prompt] [00m 00s] [00m 01s] ... I have contigmem and nic_uio installed. I know some applications are linuxapp specific but wanted to know if there is a similar automated test tool like Linux? Thanks, Ravi