]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/decorators: Fixed a problem with tests having the same names.
authorLucian Musat <george.l.musat@intel.com>
Fri, 4 Sep 2015 13:48:29 +0000 (16:48 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 6 Sep 2015 14:24:21 +0000 (15:24 +0100)
commit2b475f82d13b5c04d0c483d11a7df5e9352caa75
tree673a4732fdf2fe0da9bcc507cac84efc2296e119
parent1e53b269baf59124300c097bc4d8e0cb29005760
oeqa/decorators: Fixed a problem with tests having the same names.

When two or more tests had the same name but different classes then
the decorator log whould have the output all wrong. This was because
a comparison which was made only between method names but now it
compares classes too.

[YOCTO #8029]

Signed-off-by: Lucian Musat <george.l.musat@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/decorators.py