[OE-core] [PATCH 0/1] runtime-test.py: Split different tests inside selftest.py

Humberto Ibarra humberto.ibarra.lopez at intel.com
Mon Jun 5 17:19:09 UTC 2017


Patch solves bug related to two different functionalities being tested in the same test
module.

The following changes since commit 02417b149623c3042c257d1c1074f915dc02b7c7:

  oeqa/selftest: lock down Meson git revision for reliability (2017-06-05 17:59:38 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib humberto/SplitDnfTestimage
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=humberto/SplitDnfTestimage

Humberto Ibarra (1):
  runtime-test.py: Split different tests inside selftest.py

 .../lib/oeqa/runtime/cases/dnf-runtime.py          | 42 ++++++++++++++++++++++
 meta-selftest/lib/oeqa/runtime/cases/selftest.py   | 42 ----------------------
 meta/lib/oeqa/selftest/runtime-test.py             | 20 +++++++++--
 3 files changed, 60 insertions(+), 44 deletions(-)
 create mode 100644 meta-selftest/lib/oeqa/runtime/cases/dnf-runtime.py

-- 
2.7.5




More information about the Openembedded-core mailing list