generic-poky/meta/lib/oeqa
Mariano Lopez 85fd1a7a12 dump: Created new classes for dump host and target
It makes sense to separate the dump commands from the
oeRuntimeTest class, this way it can be used in all
the test context.

These are the changes included in this patch:

    - Created classes: BaseDumper, HostDumper, TargetDumper
    - Create an instance of HostDumper in imagetest.bbclass
      and add it to TestContext class, this way any class
      that have access to the TestContext would be able
      to dump logs from the host
    - Create an instance of TargetDumper in QemuTarget
      class after get the runner, this way it is
      accessible during the tests.

[YOCTO #8118]

(From OE-Core rev: ad10af6be343b5425fde43055263b0744c161cb3)

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2015-08-30 12:36:12 +01:00
..
controllers meta: Add explict getVar param for (non) expansion 2015-06-23 11:57:25 +01:00
runtime oeqa/runtime/multilib: fix and improve multilib test 2015-08-29 13:38:05 +01:00
sdk lib/oeqa: Add sdk tests for gcc/perl/python 2015-04-29 10:58:55 +01:00
selftest oeqa: Optimise sstate tests 2015-08-30 12:36:01 +01:00
utils dump: Created new classes for dump host and target 2015-08-30 12:36:12 +01:00
__init__.py lib/oeqa/oetest.py: base module for all runtime unittests 2013-07-09 10:53:43 +01:00
oetest.py dump: Created new classes for dump host and target 2015-08-30 12:36:12 +01:00
runexported.py lib/oeqa: add module for running tests outside of the build system 2014-02-09 09:40:01 +00:00
targetcontrol.py dump: Created new classes for dump host and target 2015-08-30 12:36:12 +01:00