numam-dpdk/test
Rami Rosen c652031bf4 test: fix autotest list
This patch fixes a broken build; when running
make test
we get the following error:
...
Traceback (most recent call last):
  File "test/test/autotest.py", line 49, in <module>
    num_fails = runner.run_all_tests()
  File "test/test/autotest_runner.py", line 345, in run_all_tests
    self.parallel_tests)
  File "test/test/autotest_runner.py", line 264, in __filter_test
    test_cmd = test["Command"]
KeyError: 'Command'
...
The reason is that the pdump autotest entry uses "Comamnd"
instead of "Command"; this patch fixes it.

Bugzilla ID: 205
Fixes: 086eb64db3 ("test/pdump: add unit test for pdump library")
Cc: stable@dpdk.org

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-02-12 12:26:48 +01:00
..
bpf mbuf: remove deprecated macro 2019-01-14 16:37:36 +01:00
cmdline_test test: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
test test: fix autotest list 2019-02-12 12:26:48 +01:00
test-acl test: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
test-pipeline ethdev: make default behavior CRC strip on Rx 2018-09-14 20:08:41 +02:00
Makefile test: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build test: build app with meson as dpdk-test 2018-01-30 21:58:59 +01:00