[OE-core] [PATCH 00/20] QA updates

Armin Kuster akuster808 at gmail.com
Tue Nov 12 04:33:19 UTC 2019


This series moves several manual tests to selftest, deletes others and some cleanup.
Deletes manual tests covered by runtime or selftests.
Deletes eclipse manual test resulting in three manual json files removed.


The following changes since commit 4dc804b2deda249f72c6941639e781dfe6ca865e:

  systemd: Add runtime dependency on new ldconfig package (2019-11-11 14:07:01 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib akuster/qa
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=akuster/qa

Armin Kuster (20):
  OEQA: Add a check for MACHINE
  OEQA: Add qemu checks
  OEQA: Centrilize the base LTP routines
  OEQA: update ltp runtimes to use new structure
  OEQA/runtime: Add ltp stress test
  OEQA/manual: remove crash stress test
  manual qa: drop ltpstress test
  manual qa/bsp-qemu: remove rpm tests already done in runtime
  manual qa/bsp-qemu: remove KVM enabled which is already done in
    selftest runqemu
  manual/bsp-qemu: drop xserver test done at runtime
  manual/bsp-qemu: remove only_one_connmand_in_background test done at
    runtime
  OEQA: remove postinit test done w/selftest runtime
  OEQA: eclipse support was dropped in warrior
  OEQA: move manual bash test to runtime
  OEQA: remove manual bash test
  OEQA: remove manual useradd test
  OEQA: move list-packageconfig-flags tests from manual to self
  OEQA: remove manual PACKAGECONFIG_FLAGS tests
  OEQA: add crosstab selftest
  OEQA: remove crosstab test from manual

 meta/lib/oeqa/core/decorator/data.py          |  89 +++++++
 meta/lib/oeqa/manual/bsp-qemu.json            | 222 ------------------
 meta/lib/oeqa/manual/compliance-test.json     |  76 ------
 meta/lib/oeqa/manual/eclipse-plugin.json      | 322 --------------------------
 meta/lib/oeqa/manual/oe-core.json             |  78 +------
 meta/lib/oeqa/runtime/cases/ltp.py            |  85 +------
 meta/lib/oeqa/runtime/cases/ltp_compliance.py |  73 +-----
 meta/lib/oeqa/runtime/cases/ltp_stress.py     |  29 +++
 meta/lib/oeqa/selftest/cases/oescripts.py     |  59 +++++
 meta/lib/oeqa/selftest/cases/runtime_test.py  |  95 ++++++++
 meta/lib/oeqa/utils/ltp.py                    | 133 +++++++++++
 11 files changed, 413 insertions(+), 848 deletions(-)
 delete mode 100644 meta/lib/oeqa/manual/bsp-qemu.json
 delete mode 100644 meta/lib/oeqa/manual/compliance-test.json
 delete mode 100644 meta/lib/oeqa/manual/eclipse-plugin.json
 create mode 100644 meta/lib/oeqa/runtime/cases/ltp_stress.py
 create mode 100644 meta/lib/oeqa/utils/ltp.py

-- 
2.7.4



More information about the Openembedded-core mailing list