[yocto] ptest-runner "No ptests found."

Alexander Kanavin alex.kanavin at gmail.com
Mon Aug 20 04:09:25 PDT 2018


2018-08-16 16:07 GMT+02:00 Nader Hariri <nader.hariri at hotmail.com>:
> Hi, I am new to Yocto. I am working on ptest-runner.
>
> I followed the wiki https://wiki.yoctoproject.org/wiki/Ptest , but when I
> boot to my image and run ptest-runner I have the output : "No ptests found."
>
> Is this normal ? I thought that
>
> DISTRO_FEATURES_append = " ptest"
>
> and
>
> EXTRA_IMAGE_FEATURES += "ptest-pkgs"
>
>  would install all the ptests for me in my image, apparently I am wrong but
> could you please explain to me why this is not the case i.e why ptests are
> not automatically installed in the image even though I included the above
> lines in my local.conf ?

Please note that ptests are only supported by a (small) subset of
recipes. If none of the packages that are in your image are
ptest-enabled, then no ptests will go to the image. Is there a recipe
in particular for which you expected ptests to be in the image, and
they're not?

Alex


More information about the yocto mailing list