diff options
| author | Costin Constantin <costin.c.constantin@intel.com> | 2015-07-30 14:54:27 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-01 07:34:07 +0100 |
| commit | d1e2d289b1f3fd6bff4f485db03ed1d3107ed835 (patch) | |
| tree | e25bd0c6f114f796e4660c650dc9bab7d8a55198 | |
| parent | 36eb8f9089866c0717419a82b190d969f9dc5780 (diff) | |
| download | poky-d1e2d289b1f3fd6bff4f485db03ed1d3107ed835.tar.gz | |
oeqa/sstatetests.py: add decorator to test_sstate_nativelsbstring_same_hash
(From OE-Core rev: 65d0a9eb205b9bfa7c9466b12e0410257b83765e)
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>
| -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 9258b53210..0e904b883d 100644 --- a/meta/lib/oeqa/selftest/sstatetests.py +++ b/meta/lib/oeqa/selftest/sstatetests.py | |||
| @@ -239,6 +239,7 @@ BUILD_OS = \"linux\" | |||
| 239 | self.assertItemsEqual(files1, files2) | 239 | self.assertItemsEqual(files1, files2) |
| 240 | 240 | ||
| 241 | 241 | ||
| 242 | @testcase(1271) | ||
| 242 | def test_sstate_nativelsbstring_same_hash(self): | 243 | def test_sstate_nativelsbstring_same_hash(self): |
| 243 | """ | 244 | """ |
| 244 | The sstate checksums should be independent of whichever NATIVELSBSTRING is | 245 | The sstate checksums should be independent of whichever NATIVELSBSTRING is |
