]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/rutime: Added testcase decorators for automated runtime tests. Also added LogRes...
authorLucian Musat <georgex.l.musat@intel.com>
Fri, 25 Jul 2014 09:02:30 +0000 (12:02 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jul 2014 15:54:27 +0000 (16:54 +0100)
commit95b83084487d0712362ade8ac487999c3274bb96
tree28aed54cfa7f3f2d9674b5ac23866305cd71928a
parent9aa75f06e9e78602ad8e9a5ffa312f71057a90d7
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 files changed:
meta/lib/oeqa/oetest.py
meta/lib/oeqa/runtime/buildcvs.py
meta/lib/oeqa/runtime/buildiptables.py
meta/lib/oeqa/runtime/buildsudoku.py
meta/lib/oeqa/runtime/connman.py
meta/lib/oeqa/runtime/date.py
meta/lib/oeqa/runtime/df.py
meta/lib/oeqa/runtime/dmesg.py
meta/lib/oeqa/runtime/gcc.py
meta/lib/oeqa/runtime/kernelmodule.py
meta/lib/oeqa/runtime/ldd.py
meta/lib/oeqa/runtime/logrotate.py
meta/lib/oeqa/runtime/multilib.py
meta/lib/oeqa/runtime/pam.py
meta/lib/oeqa/runtime/perl.py
meta/lib/oeqa/runtime/python.py
meta/lib/oeqa/runtime/rpm.py
meta/lib/oeqa/runtime/scanelf.py
meta/lib/oeqa/runtime/scp.py
meta/lib/oeqa/runtime/skeletoninit.py
meta/lib/oeqa/runtime/smart.py
meta/lib/oeqa/runtime/ssh.py
meta/lib/oeqa/runtime/syslog.py
meta/lib/oeqa/runtime/systemd.py
meta/lib/oeqa/runtime/vnc.py
meta/lib/oeqa/runtime/x32lib.py
meta/lib/oeqa/runtime/xorg.py