[oe-commits] Lucian Musat : oeqa/rutime: Added testcase decorators for automated runtime tests. Also added LogResults decorator for oeTest class in oetest.py

git at git.openembedded.org git at git.openembedded.org
Fri Jul 25 15:55:29 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 95b83084487d0712362ade8ac487999c3274bb96
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=95b83084487d0712362ade8ac487999c3274bb96

Author: Lucian Musat <georgex.l.musat at intel.com>
Date:   Fri Jul 25 12:02:30 2014 +0300

oeqa/rutime: Added testcase decorators for automated runtime tests. Also added LogResults decorator for oeTest class in oetest.py

Signed-off-by: Lucian Musat <georgex.l.musat at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/lib/oeqa/oetest.py                |  2 ++
 meta/lib/oeqa/runtime/buildcvs.py      |  1 +
 meta/lib/oeqa/runtime/buildiptables.py |  1 +
 meta/lib/oeqa/runtime/buildsudoku.py   |  1 +
 meta/lib/oeqa/runtime/connman.py       |  2 +-
 meta/lib/oeqa/runtime/date.py          |  1 +
 meta/lib/oeqa/runtime/df.py            |  1 +
 meta/lib/oeqa/runtime/dmesg.py         |  1 +
 meta/lib/oeqa/runtime/gcc.py           |  3 +++
 meta/lib/oeqa/runtime/kernelmodule.py  |  1 +
 meta/lib/oeqa/runtime/ldd.py           |  1 +
 meta/lib/oeqa/runtime/logrotate.py     |  1 +
 meta/lib/oeqa/runtime/multilib.py      |  1 +
 meta/lib/oeqa/runtime/pam.py           |  1 +
 meta/lib/oeqa/runtime/perl.py          |  1 +
 meta/lib/oeqa/runtime/python.py        |  1 +
 meta/lib/oeqa/runtime/rpm.py           |  3 +++
 meta/lib/oeqa/runtime/scanelf.py       |  2 ++
 meta/lib/oeqa/runtime/scp.py           |  3 ++-
 meta/lib/oeqa/runtime/skeletoninit.py  |  1 +
 meta/lib/oeqa/runtime/smart.py         | 11 +++++++++++
 meta/lib/oeqa/runtime/ssh.py           |  1 +
 meta/lib/oeqa/runtime/syslog.py        |  2 ++
 meta/lib/oeqa/runtime/systemd.py       |  4 ++++
 meta/lib/oeqa/runtime/vnc.py           |  1 +
 meta/lib/oeqa/runtime/x32lib.py        |  1 +
 meta/lib/oeqa/runtime/xorg.py          |  1 +
 27 files changed, 48 insertions(+), 2 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=95b83084487d0712362ade8ac487999c3274bb96


More information about the Openembedded-commits mailing list