generic-poky/meta/lib/oeqa/runtime
Stefan Stanacar 44c3f72684 lib/oeqa/runtime: smart: add checks for smart output
Sometimes smart throws:

    Committing transaction...
    Preparing...                    ######################################## [  0%]
       1:Removing psplash-default   ######################################## [100%]
    error: Couldn't fork %postun: Cannot allocate memory

and returns a 0 exit code (it thinks it succesfully removed the package,
when in reality it didn't), so we need to catch those specifically.

Also, sometimes output from download command is:
    Saving cache...http://192.168.7.1:49456/rpm/x86_64_x32/psplash-default-0.1+git0+afd4e228c6-r15.x86_64_x32.rpm
and that tricks our smart download test, so use a regex there.

(From OE-Core rev: 2ac7783e04f5e8e6005f967e1a6dd65d2fc6a19a)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-08-26 16:29:18 +01:00
..
files lib/oeqa/runtime: add test for perl 2013-08-26 11:47:20 +01:00
__init__.py lib/oeqa/runtime: image sanity tests 2013-07-09 10:53:45 +01:00
buildcvs.py lib/oeqa/runtime: add iptables, cvs and sudoku projects build tests on target 2013-08-26 11:47:21 +01:00
buildiptables.py lib/oeqa/runtime: add iptables, cvs and sudoku projects build tests on target 2013-08-26 11:47:21 +01:00
buildsudoku.py lib/oeqa/runtime: add iptables, cvs and sudoku projects build tests on target 2013-08-26 11:47:21 +01:00
connman.py lib/oeqa/oetest.py: provide a ps command for all tests 2013-07-16 10:04:16 +01:00
date.py lib/oeqa/runtime: add adjust date and time test 2013-08-26 11:47:20 +01:00
df.py lib/oeqa/runtime: add tests for syslog and df 2013-07-16 10:04:16 +01:00
dmesg.py lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface name 2013-07-16 10:04:15 +01:00
gcc.py lib/oeqa/runtime: add gcc test 2013-07-09 10:53:45 +01:00
ldd.py lib/oeqa/runtime: add a test for ldd 2013-08-26 11:47:20 +01:00
logrotate.py lib/oeqa/runtime: add new logrotate test 2013-08-26 11:47:20 +01:00
multilib.py lib/oeqa/runtime: multilib: fix typo 2013-08-26 16:29:18 +01:00
pam.py lib/oeqa/runtime: add new PAM support test 2013-08-26 11:47:20 +01:00
perl.py lib/oeqa/runtime: add test for perl 2013-08-26 11:47:20 +01:00
ping.py lib/oeqa/runtime: image sanity tests 2013-07-09 10:53:45 +01:00
rpm.py lib/oeqa/runtime: rpm: add install and erase tests 2013-08-26 11:47:20 +01:00
scp.py lib/oeqa/runtime: add new scp test 2013-08-26 11:47:20 +01:00
smart.py lib/oeqa/runtime: smart: add checks for smart output 2013-08-26 16:29:18 +01:00
ssh.py lib/oeqa/runtime: image sanity tests 2013-07-09 10:53:45 +01:00
syslog.py lib/oeqa/runtime: rework syslog test 2013-08-13 23:06:00 +01:00
systemd.py lib/oeqa/runtime: add new systemd tests 2013-08-13 23:06:00 +01:00
vnc.py lib/oeqa/runtime: add vncserver for target test 2013-08-26 11:47:20 +01:00
x32lib.py lib/oeqa/runtime: add basic test for x32 images 2013-08-26 11:47:19 +01:00
xorg.py oeqa/runtime/xorg: use the right ps command for xorg test 2013-08-03 10:33:03 +01:00