summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-08-14oetest: Merge bitbake.conf from oe.devHEADmasterHolger Hans Peter Freyther
Merge the bitbake.conf and change the wget fetch command to have a timeout and set the BITBAKETEST magic cookie...
2007-04-14modules/chksum_checker/chksum.py: Generate a checksum.ini from already ↵Holger Freyther
downloaded files This code generates a sorted checksums.ini file from the files already downloaded and stored in the DL_DIR of the test. Only http, https and ftp protocols will be used as protocols and the checksums.ini will be saved in the current working dir
2007-04-14modules/chksump_checker: Add a oetest that will write checksum files for usHolger Freyther
2007-04-14lib/bitttest: Add chksum_checker to the module list, allow setup and finish ↵Holger Freyther
methods in the testcase Allow setup and finish methods in TestCase. They will be executed before AND after all test cases have been run!
2007-04-13lib/bittest/__ini__.py: bb.fetch.init is doing caching, set the TMPDIR, ↵Holger Freyther
DL_DIR early enough We need to set the DL_DIR, TMPDIR more early as bb.fetch.init is caching the result of localpath() which can point to the default TMPDIR. By setting our TMPDIR and DL_DIR more early we make sure to have it set properly. For paranoia we set it again later on
2007-04-13conf/bitbake.conf: Always fetch using the continous modeHolger Freyther
2007-04-13modules/source_checker: simplify...Holger Freyther
2007-04-13classes/base.bbclass: do not stamp fetchHolger Freyther
2007-04-13bin/bittest: Make fatal errors bb.fatalHolger Freyther
2007-04-13conf/bitbake.conf: OEtestify the conf againHolger Freyther
2007-04-13conf/bitbake.conf: Copy the bitbake.conf from org.oe.dev to be up-to-date againHolger Freyther
2007-04-13classes/base.bbclass: Once again use less mirrorsHolger Freyther
2007-04-13classes/base.bbclass: Copy the file from org.oe.devHolger Freyther
2007-04-05import of bitbake-qa bittest util which can be used as:Marcin Juszkiewicz
- source availability checker - source mirror populate tool - and few others branch is named 'oetest' because this tool will be renamed to 'oetest' as it is useful only with OE metadata