]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/runtime: add tests for syslog and df
authorAlexandru Palalau <alexandru.palalau@intel.com>
Fri, 12 Jul 2013 10:44:37 +0000 (13:44 +0300)
committerSaul Wold <sgw@linux.intel.com>
Mon, 15 Jul 2013 17:29:27 +0000 (10:29 -0700)
commit1b39d57e7b5c9b69d565cf4d188ebc2f14e66ae6
treee252df005ebb78028454ff122924380eff611bd5
parent1515d33d2c5b7275a3ac20e07c1db1d8273de796
lib/oeqa/runtime: add tests for syslog and df

Add tests for free space and syslog.

Changed in v2:
    - limit df's output to /
    - syslog: fix restart in case of systemd

Signed-off-by: Alexandru Palalau <alexandru.palalau@intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/df.py [new file with mode: 0644]
meta/lib/oeqa/runtime/syslog.py [new file with mode: 0644]