From: bugzilla@dpdk.org
To: dev@dpdk.org
Subject: [dpdk-dev] [Bug 253] Unable to run DPDK test with "make test" command
Date: Fri, 12 Apr 2019 18:29:47 +0000 [thread overview]
Message-ID: <bug-253-3@http.bugs.dpdk.org/> (raw)
Message-ID: <20190412182947.oTCO9K8jqnQzHWbnG40GO_4vUH9ICAK_r9IQ1mTUU8I@z> (raw)
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@dpdk.org
Reporter: drc@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.
next reply other threads:[~2019-04-12 18:29 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-12 18:29 bugzilla [this message]
2019-04-12 18:29 ` bugzilla
2020-04-26 0:45 ` bugzilla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-253-3@http.bugs.dpdk.org/ \
--to=bugzilla@dpdk.org \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).