[dpdk-dev] [Bug 253] Unable to run DPDK test with "make test" command

bugzilla at dpdk.org bugzilla at dpdk.org
Fri Apr 12 20:29:47 CEST 2019


https://bugs.dpdk.org/show_bug.cgi?id=253

            Bug ID: 253
           Summary: Unable to run DPDK test with "make test" command
           Product: DPDK
           Version: 18.11
          Hardware: x86
                OS: Linux
            Status: CONFIRMED
          Severity: normal
          Priority: Normal
         Component: other
          Assignee: dev at dpdk.org
          Reporter: drc at linux.vnet.ibm.com
  Target Milestone: ---

Install RHEL 7.3 on a system (DMI: Supermicro SYS-2028U-TRT+/X10DRU-i+, BIOS
2.0 12/17/2015).

Fetch the dpdk-stable git repository and checkout tag v18.11.1.

Configure the target with the command:

$ make config T=x86_64-native-linuxapp-gcc

Build the framework with the commnad:

$ make

Build and execute the test environment with:

$ make test
...
/home/davec/src/dpdk-stable/build/app/test -c f -n 4
Traceback (most recent call last):
  File "/home/davec/src/dpdk-stable/test/test/autotest.py", line 49, in
<module>
    num_fails = runner.run_all_tests()
  File "/home/davec/src/dpdk-stable/test/test/autotest_runner.py", line 363, in
run_all_tests
    cpu_nr = first_cpu_on_node(numa_node)
  File "/home/davec/src/dpdk-stable/test/test/autotest_runner.py", line 49, in
first_cpu_on_node
    return int(m.group(1))
AttributeError: 'NoneType' object has no attribute 'group'
make[1]: *** [test] Error 1
make: *** [test] Error 2

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the dev mailing list