lib/oeqa/runtime: image sanity tests
authorStefan Stanacar <stefanx.stanacar@intel.com>
Fri, 28 Jun 2013 08:54:48 +0000 (11:54 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jul 2013 09:53:45 +0000 (10:53 +0100)
commitf22e91593b2b7796f8e829ce0a74fb320e24ba2a
treeeb195415c5e3d7fe10b4becb3615a9ecc2c482be
parent9345efdf5c4b23ab58f1a401d9868a99ab27eefc
lib/oeqa/runtime: image sanity tests

These are basic sanity tests. A test can be force run by setting
TEST_SUITES = "ping ssh <module-name>" in local.conf.
By default there are suites for minimal, sato and sato-sdk images.

(From OE-Core rev: dd3dc2804395f050df74fa936e65ce5e911442eb)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/__init__.py [new file with mode: 0644]
meta/lib/oeqa/runtime/connman.py [new file with mode: 0644]
meta/lib/oeqa/runtime/dmesg.py [new file with mode: 0644]
meta/lib/oeqa/runtime/multilib.py [new file with mode: 0644]
meta/lib/oeqa/runtime/ping.py [new file with mode: 0644]
meta/lib/oeqa/runtime/rpm.py [new file with mode: 0644]
meta/lib/oeqa/runtime/smart.py [new file with mode: 0644]
meta/lib/oeqa/runtime/ssh.py [new file with mode: 0644]
meta/lib/oeqa/runtime/systemd.py [new file with mode: 0644]
meta/lib/oeqa/runtime/xorg.py [new file with mode: 0644]