]> code.ossystems Code Review - openembedded-core.git/commit
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:49:08 +0000 (10:49 +0100)
commitdd3dc2804395f050df74fa936e65ce5e911442eb
tree9c26751b49da3d6c4ddb7bc0535244b0e14d2c0c
parent79cb89648702aa80ec986e0026c62948de905b87
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.

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Radu Moisan <radu.moisan@intel.com>
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]