DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] Encountering ninja test failures?
@ 2019-02-28 21:31 Aaron Conole
  2019-02-28 21:44 ` David Marchand
  0 siblings, 1 reply; 3+ messages in thread
From: Aaron Conole @ 2019-02-28 21:31 UTC (permalink / raw)
  To: dev; +Cc: Bruce Richardson, Michael Santana

Greetings dev,

I'm trying to test out the latest iteration of travis support, and as
part of that I've added the ability to execute tests.

I can't seem to get the tests to execute correctly under travis.  The
build I have is here:

  https://travis-ci.org/orgcandman/dpdk/jobs/500014191

Based on this commit:

  https://github.com/orgcandman/dpdk/tree/travis_v5

which is cut from dpdk/master

Anyone else see this?  Maybe I missed something?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] Encountering ninja test failures?
  2019-02-28 21:31 [dpdk-dev] Encountering ninja test failures? Aaron Conole
@ 2019-02-28 21:44 ` David Marchand
  2019-02-28 22:08   ` Aaron Conole
  0 siblings, 1 reply; 3+ messages in thread
From: David Marchand @ 2019-02-28 21:44 UTC (permalink / raw)
  To: Aaron Conole; +Cc: dev, Bruce Richardson, Michael Santana

On Thu, Feb 28, 2019 at 10:31 PM Aaron Conole <aconole@redhat.com> wrote:

> Greetings dev,
>
> I'm trying to test out the latest iteration of travis support, and as
> part of that I've added the ability to execute tests.
>
> I can't seem to get the tests to execute correctly under travis.  The
> build I have is here:
>
>   https://travis-ci.org/orgcandman/dpdk/jobs/500014191
>
> Based on this commit:
>
>   https://github.com/orgcandman/dpdk/tree/travis_v5
>
> which is cut from dpdk/master
>
> Anyone else see this?  Maybe I missed something?
>

DPDK_TEST='acl_autotest'
/home/travis/build/orgcandman/dpdk/build/app/test/dpdk-test -c f -n 4
--file-prefix=acl_autotest

EAL: Detected 2 lcore(s)
EAL: Detected 1 NUMA nodes
EAL: lcore 2 unavailable
EAL: invalid coremask
EAL: FATAL: Invalid 'command line' arguments.
EAL: Invalid 'command line' arguments.

The test app asked for 4 cores (0xf mask), but only two are available.


-- 
David Marchand

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] Encountering ninja test failures?
  2019-02-28 21:44 ` David Marchand
@ 2019-02-28 22:08   ` Aaron Conole
  0 siblings, 0 replies; 3+ messages in thread
From: Aaron Conole @ 2019-02-28 22:08 UTC (permalink / raw)
  To: David Marchand; +Cc: dev, Bruce Richardson, Michael Santana

David Marchand <david.marchand@redhat.com> writes:

> On Thu, Feb 28, 2019 at 10:31 PM Aaron Conole <aconole@redhat.com> wrote:
>
>  Greetings dev,
>
>  I'm trying to test out the latest iteration of travis support, and as
>  part of that I've added the ability to execute tests.
>
>  I can't seem to get the tests to execute correctly under travis.  The
>  build I have is here:
>
>    https://travis-ci.org/orgcandman/dpdk/jobs/500014191
>
>  Based on this commit:
>
>    https://github.com/orgcandman/dpdk/tree/travis_v5
>
>  which is cut from dpdk/master
>
>  Anyone else see this?  Maybe I missed something?
>
> DPDK_TEST='acl_autotest' /home/travis/build/orgcandman/dpdk/build/app/test/dpdk-test -c f -n 4 --file-prefix=acl_autotest
> EAL: Detected 2 lcore(s)
> EAL: Detected 1 NUMA nodes
> EAL: lcore 2 unavailable
> EAL: invalid coremask
> EAL: FATAL: Invalid 'command line' arguments.
> EAL: Invalid 'command line' arguments.
> The test app asked for 4 cores (0xf mask), but only two are available.

Thanks, David!  Looks like it's hard coded in the meson.build

Okay, I'll be spinning a patch.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-28 22:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-28 21:31 [dpdk-dev] Encountering ninja test failures? Aaron Conole
2019-02-28 21:44 ` David Marchand
2019-02-28 22:08   ` Aaron Conole

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).