diff options
author | Costin Constantin <costin.c.constantin@intel.com> | 2015-07-30 14:35:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:07 +0100 |
commit | 79e41e39c6cffcc115528d797a18f0735b13e384 (patch) | |
tree | 97aa38cb7783232f6d743bf09310b214432d20d8 /meta/lib | |
parent | d1e2d289b1f3fd6bff4f485db03ed1d3107ed835 (diff) | |
download | poky-79e41e39c6cffcc115528d797a18f0735b13e384.tar.gz |
oeqa/sstatetests.py: add annotator to test_sstate_32_64_same_hash [YOCTO #6006]
(From OE-Core rev: a8c05132fc6a20d8b401e1ecaed7f0bd00868b64)
Signed-off-by: Costin Constantin <costin.c.constantin@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')
-rw-r--r-- | meta/lib/oeqa/selftest/sstatetests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py index 0e904b883d..6eacb57fc3 100644 --- a/meta/lib/oeqa/selftest/sstatetests.py +++ b/meta/lib/oeqa/selftest/sstatetests.py | |||
@@ -203,6 +203,7 @@ class SStateTests(SStateBase): | |||
203 | target_config.append('') | 203 | target_config.append('') |
204 | self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic']) | 204 | self.run_test_sstate_cache_management_script('m4', global_config, target_config, ignore_patterns=['populate_lic']) |
205 | 205 | ||
206 | @testcase(1270) | ||
206 | def test_sstate_32_64_same_hash(self): | 207 | def test_sstate_32_64_same_hash(self): |
207 | """ | 208 | """ |
208 | The sstate checksums for both native and target should not vary whether | 209 | The sstate checksums for both native and target should not vary whether |