]> code.ossystems Code Review - openembedded-core.git/commitdiff
oeqa/selftest/sstatetests: verify more variables don't impact the hash
authorRoss Burton <ross.burton@intel.com>
Thu, 17 Mar 2016 21:16:39 +0000 (21:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Mar 2016 22:57:57 +0000 (22:57 +0000)
Add DL_DIR and TIME to the hash tests.  We can't add DATE for some reason.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oeqa/selftest/sstatetests.py

index 43a008d555e2f047fabae13ae0ad86296e865504..c02d16dbc9b3621418170307facd6a85f0e32e78 100644 (file)
@@ -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")