]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/cases: Migrate runtime tests.
authorMariano Lopez <mariano.lopez@linux.intel.com>
Tue, 1 Nov 2016 07:48:16 +0000 (07:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:03:57 +0000 (12:03 +0000)
commitb39c61f2d442c79d03b73e8ffd104996fcb2177e
treedb476e1a099b5cb6d45d80f3b25a2b205e583958
parent2aa5a4954d7610f31875ba7e655f25f8892517b6
oeqa/runtime/cases: Migrate runtime tests.

This migrates current runtime test suite to be used with the new framework.

[YOCTO #10234]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
51 files changed:
meta/lib/oeqa/runtime/cases/_ptest.py [moved from meta/lib/oeqa/runtime_cases/_ptest.py with 100% similarity]
meta/lib/oeqa/runtime/cases/_qemutiny.py [moved from meta/lib/oeqa/runtime_cases/_qemutiny.py with 100% similarity]
meta/lib/oeqa/runtime/cases/buildcvs.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/buildgalculator.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/buildiptables.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/connman.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/date.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/df.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/gcc.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/kernelmodule.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/ldd.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/logrotate.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/multilib.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/pam.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/parselogs.py [moved from meta/lib/oeqa/runtime_cases/parselogs.py with 64% similarity]
meta/lib/oeqa/runtime/cases/perl.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/ping.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/python.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/rpm.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/scanelf.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/scp.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/skeletoninit.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/smart.py [moved from meta/lib/oeqa/runtime_cases/smart.py with 100% similarity]
meta/lib/oeqa/runtime/cases/ssh.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/syslog.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/systemd.py [moved from meta/lib/oeqa/runtime_cases/systemd.py with 51% similarity]
meta/lib/oeqa/runtime/cases/x32lib.py [new file with mode: 0644]
meta/lib/oeqa/runtime/cases/xorg.py [new file with mode: 0644]
meta/lib/oeqa/runtime_cases/buildcvs.py [deleted file]
meta/lib/oeqa/runtime_cases/buildgalculator.py [deleted file]
meta/lib/oeqa/runtime_cases/buildiptables.py [deleted file]
meta/lib/oeqa/runtime_cases/connman.py [deleted file]
meta/lib/oeqa/runtime_cases/date.py [deleted file]
meta/lib/oeqa/runtime_cases/df.py [deleted file]
meta/lib/oeqa/runtime_cases/gcc.py [deleted file]
meta/lib/oeqa/runtime_cases/kernelmodule.py [deleted file]
meta/lib/oeqa/runtime_cases/ldd.py [deleted file]
meta/lib/oeqa/runtime_cases/logrotate.py [deleted file]
meta/lib/oeqa/runtime_cases/multilib.py [deleted file]
meta/lib/oeqa/runtime_cases/pam.py [deleted file]
meta/lib/oeqa/runtime_cases/perl.py [deleted file]
meta/lib/oeqa/runtime_cases/ping.py [deleted file]
meta/lib/oeqa/runtime_cases/python.py [deleted file]
meta/lib/oeqa/runtime_cases/rpm.py [deleted file]
meta/lib/oeqa/runtime_cases/scanelf.py [deleted file]
meta/lib/oeqa/runtime_cases/scp.py [deleted file]
meta/lib/oeqa/runtime_cases/skeletoninit.py [deleted file]
meta/lib/oeqa/runtime_cases/ssh.py [deleted file]
meta/lib/oeqa/runtime_cases/syslog.py [deleted file]
meta/lib/oeqa/runtime_cases/x32lib.py [deleted file]
meta/lib/oeqa/runtime_cases/xorg.py [deleted file]