]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/runtime/cases: Improve test dependency information
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Nov 2018 19:55:17 +0000 (19:55 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jan 2019 16:56:32 +0000 (16:56 +0000)
commit601f87016c6772a4ec8410bccb195989bcf05b55
tree2736e1bc3afb6dff28fbb235fd4f00b4e7b8f99d
parentf8298017f78f58bbe25d832dc838f1ba6becee8d
oeqa/runtime/cases: Improve test dependency information

Add the OEHasPackage decorator to a variety of tests so they determine
automatically if they should run against a given image.

To ensure tests can do this we need to move target operations such
as scp commands into the tests and out of the class startup/teardown.

(From OE-Core rev: 60d6580b85714b8960a964e775d76a7f937f5e5a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oeqa/runtime/cases/date.py
meta/lib/oeqa/runtime/cases/df.py
meta/lib/oeqa/runtime/cases/opkg.py
meta/lib/oeqa/runtime/cases/ptest.py
meta/lib/oeqa/runtime/cases/python.py
meta/lib/oeqa/runtime/cases/rpm.py
meta/lib/oeqa/runtime/cases/scp.py
meta/lib/oeqa/runtime/cases/ssh.py
meta/lib/oeqa/runtime/cases/stap.py
meta/lib/oeqa/runtime/cases/xorg.py