https://bugs.dpdk.org/show_bug.cgi?id=205
Bug ID: 205 Summary: make test fails with DPDK 19.02 (KeyError: 'Command') Product: DPDK Version: 19.02 Hardware: x86 OS: Linux Status: CONFIRMED Severity: normal Priority: Normal Component: other Assignee: dev@dpdk.org Reporter: ramir...@gmail.com Target Milestone: --- With DPDK 19.02 release, When running: make config T=x86_64-native-linuxapp-gcc make make test I consistently get the following error message: ... INSTALL-MAP test.map /work/src/dpdk-19.02/build/app/test -c f -n 4 Traceback (most recent call last): File "/work/src/dpdk-19.02/test/test/autotest.py", line 49, in <module> num_fails = runner.run_all_tests() File "/work/src/dpdk-19.02/test/test/autotest_runner.py", line 345, in run_all_tests self.parallel_tests) File "/work/src/dpdk-19.02/test/test/autotest_runner.py", line 264, in __filter_test test_cmd = test["Command"] KeyError: 'Command' make[1]: *** [/work/src/dpdk-19.02/mk/rte.sdktest.mk:49: test] Error 1 make: *** [/work/src/dpdk-19.02/mk/rte.sdkroot.mk:73: test] Error 2 ... Regards, Rami Rosen -- You are receiving this mail because: You are the assignee for the bug.