[oe-commits] Costin Constantin : oeqa/sstatetests.py: add decorator to test_sstate_nativelsbstring_same_hash

git at git.openembedded.org git at git.openembedded.org
Sat Aug 1 06:35:17 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: 65d0a9eb205b9bfa7c9466b12e0410257b83765e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=65d0a9eb205b9bfa7c9466b12e0410257b83765e

Author: Costin Constantin <costin.c.constantin at intel.com>
Date:   Thu Jul 30 14:54:27 2015 +0300

oeqa/sstatetests.py: add decorator to test_sstate_nativelsbstring_same_hash

Signed-off-by: Costin Constantin <costin.c.constantin at intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 meta/lib/oeqa/selftest/sstatetests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index 9258b53..0e904b8 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -239,6 +239,7 @@ BUILD_OS = \"linux\"
         self.assertItemsEqual(files1, files2)
 
 
+    @testcase(1271)
     def test_sstate_nativelsbstring_same_hash(self):
         """
         The sstate checksums should be independent of whichever NATIVELSBSTRING is



More information about the Openembedded-commits mailing list