diff options
author | Daniel Istrate <daniel.alexandrux.istrate@intel.com> | 2015-10-23 15:07:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-27 07:24:28 +0000 |
commit | 426a9b78d0018a739ec06c5dddcd0f8b6c4194cf (patch) | |
tree | cc33f531c7c2aa59b43f18c97223efb1b250f6b6 /meta/lib/oeqa/selftest/manifest.py | |
parent | 835525c8bb79007b262b10e9f473ebfa1e4c8ceb (diff) | |
download | poky-426a9b78d0018a739ec06c5dddcd0f8b6c4194cf.tar.gz |
oeqa/selftest: Added testcase decorators.
Added testcase decorators for testopia integration.
(From OE-Core rev: 9c7ffd397c8232d53c87017e58e03e3056863edf)
Signed-off-by: Daniel Istrate <daniel.alexandrux.istrate@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oeqa/selftest/manifest.py')
-rw-r--r-- | meta/lib/oeqa/selftest/manifest.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/manifest.py b/meta/lib/oeqa/selftest/manifest.py index c813c1d3be..44d0404c5d 100644 --- a/meta/lib/oeqa/selftest/manifest.py +++ b/meta/lib/oeqa/selftest/manifest.py | |||
@@ -59,6 +59,7 @@ class VerifyManifest(oeSelfTest): | |||
59 | unittest.SkipTest("{}: Cannot setup testing scenario"\ | 59 | unittest.SkipTest("{}: Cannot setup testing scenario"\ |
60 | .format(self.classname)) | 60 | .format(self.classname)) |
61 | 61 | ||
62 | @testcase(1380) | ||
62 | def test_SDK_manifest_entries(self): | 63 | def test_SDK_manifest_entries(self): |
63 | '''Verifying the SDK manifest entries exist, this may take a build''' | 64 | '''Verifying the SDK manifest entries exist, this may take a build''' |
64 | 65 | ||
@@ -124,6 +125,7 @@ class VerifyManifest(oeSelfTest): | |||
124 | self.log.info(msg) | 125 | self.log.info(msg) |
125 | self.fail(logmsg) | 126 | self.fail(logmsg) |
126 | 127 | ||
128 | @testcase(1381) | ||
127 | def test_image_manifest_entries(self): | 129 | def test_image_manifest_entries(self): |
128 | '''Verifying the image manifest entries exist''' | 130 | '''Verifying the image manifest entries exist''' |
129 | 131 | ||