[OE-core] [PATCH 1/2 v4] oeqa/runtime/cases/rpm.py: Enable rpm install dependency testing

Alexander Kanavin alex.kanavin at gmail.com
Fri May 17 09:30:22 UTC 2019


On Fri, 17 May 2019 at 09:04, Yeoh Ee Peng <ee.peng.yeoh at intel.com> wrote:
> +        for rpm in rpm_tests:
> +            if not rpm_tests[rpm]:
> +                self.skipTest('No %s on host machine' % os.path.join(rpmdir, rpm))

Apologies, but this does not look correct. For the other rpm and dnf
tests we are able to ensure that the packages they need are available,
and the same should happen here.

Alex


More information about the Openembedded-core mailing list