[oe-commits] [openembedded-core] 32/66: oeqa/selftest/sstatetests: verify more variables don't impact the hash

git at git.openembedded.org git at git.openembedded.org
Sun Mar 20 23:13:43 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 206a95065628a839c589452de7aa646c90e02f5d
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Mar 17 21:16:39 2016 +0000

    oeqa/selftest/sstatetests: verify more variables don't impact the hash
    
    Add DL_DIR and TIME to the hash tests.  We can't add DATE for some reason.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/lib/oeqa/selftest/sstatetests.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index 43a008d..c02d16d 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -240,6 +240,8 @@ BUILD_ARCH = "x86_64"
 BUILD_OS = "linux"
 SDKMACHINE = "x86_64"
 PARALLEL_MAKE = "-j 1"
+DL_DIR = "${TOPDIR}/download1"
+TIME = "111111"
 """)
         self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
         bitbake("core-image-sato -S none")
@@ -250,6 +252,8 @@ BUILD_ARCH = "i686"
 BUILD_OS = "linux"
 SDKMACHINE = "i686"
 PARALLEL_MAKE = "-j 2"
+DL_DIR = "${TOPDIR}/download2"
+TIME = "222222"
 """)
         self.track_for_cleanup(topdir + "/tmp-sstatesamehash2")
         bitbake("core-image-sato -S none")

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list