summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests
AgeCommit message (Expand)Author
2016-09-13bitbake: lib/bb/tests/fetch: remove URL that doesn't exist anymoreRoss Burton
2016-04-09bitbake: tests/utils.py: test origvalue in a callback matches what is expectedRandy Witt
2016-04-09bitbake: lib/bb/utils.py: Fix a bug in edit_metadata() that could corrupt varsRandy Witt
2016-04-03bitbake: tests/fetch.py: Improve unit tests for trusted network checkOlof Johansson
2016-03-21bitbake: bb/tests/fetch: Update cups urlRichard Purdie
2016-03-02bitbake: fetch2: fixes copying of file://dir; subdir=foo, bug 6128 and bug 6129Alexander Shashkevich
2016-02-28bitbake: fetch2/__init__: Fix decodeurl to better handle urls without pathsRichard Purdie
2016-02-04bitbake: lib/bb: Add expansion parameter to getVarFlagRichard Purdie
2016-01-26bitbake: fetch2/wget: fallback to GET if HEAD is rejected in checkstatus()Ross Burton
2016-01-22bitbake: data_smart: Don't show exceptions for EOL literalsRichard Purdie
2016-01-19bitbake: tests/codeparser.py: Add filename/lineno flags to test variableOlof Johansson
2015-12-08bitbake: bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.Alexander Kanavin
2015-12-07bitbake: lib/bb/utils: improve edit_bblayers_conf() handling of bblayers.conf...Paul Eggleton
2015-09-18bitbake: tests/fetch.py: Fix recursion failure in url mappingMark Hatle
2015-09-18bitbake: fetch2/__init__.py: uri_replace regex handlingMark Hatle
2015-07-23bitbake: tests/parse: Add BBCLASSEXTEND multiple data store corruption reprod...Richard Purdie
2015-07-22bitbake: tests/fetch.py: Updated test name FetchMethodTest -> FetchLatestVers...Aníbal Limón
2015-07-22bitbake: fetch2/wget.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-22bitbake: fetch2/git.py: latest_versionstring now returns (version, revision)Aníbal Limón
2015-07-12bitbake: tests/data: Add new data testsRichard Purdie
2015-07-12bitbake: tests/fetch.py: FetchCheckStatusTest add cases for ftp and https.Aníbal Limón
2015-07-12bitbake: tests/fetch.py: Add FetchCheckStatusTest tests.Aníbal Limón
2015-06-23bitbake: bitbake: Add explict getVar param for (non) expansionRichard Purdie
2015-05-29bitbake: tests/data: Add key expansion unit testRichard Purdie
2015-05-29bitbake: tests/data: Add log parsing test codeRichard Purdie
2015-05-19bitbake: lib/bb/utils: fix and extend edit_metadata_file()Paul Eggleton
2015-05-16bitbake: tests/parse: Add file missing from previous commitRichard Purdie
2015-05-16bitbake: tests/fetch: Add mirror of mirror testsRichard Purdie
2015-05-15bitbake: tests/fetch: ensure fetch tests preserve current dirPaul Eggleton
2015-05-12bitbake: fetch2: Add BB_ALLOWED_NETWORKS supportLiam R. Howlett
2015-04-19bitbake: lib/bb/utils: add safeguard against recursively deleting things we s...Paul Eggleton
2015-02-16bitbake: tests/fetch.py: latest_versionstring add set of PNAníbal Limón
2015-02-16bitbake: cooker: rework LAYERDEPENDS versioning so that it is actually usefulPaul Eggleton
2015-02-16bitbake: tests: add tests for OE pre-release version formattingPaul Eggleton
2015-02-03bitbake: tests/data: add test for incorrect remove behaviourRoss Burton
2014-12-25bitbake: tests/data: Add a key deletion testRichard Purdie
2014-12-25bitbake: tests/fetch: Add versionstring tests to network tests list, fix print()Richard Purdie
2014-11-28bitbake: tests/fetch: Update wget latest_versionstring cups caseAníbal Limón
2014-11-12bitbake: fetch/wget: Add latest_versionstring methodAníbal Limón
2014-11-12bitbake: fetch/git: Add latest_versionstring methodAníbal Limón
2014-09-29bitbake: fetch: Extend testing of subdir unpack parameter and fixRichard Purdie
2014-09-13bitbake: data_smart: Fix remove operator and its interaction with data expansionRichard Purdie
2014-06-12bitbake: bb/tests/data.py: add tests for contains() and contains_any()Ross Burton
2014-05-21bitbake: data_smart: Fix an unusual variable reference bugRichard Purdie
2014-04-09bitbake: bitbake-selftest: add tests for local fetchingPaul Eggleton
2014-03-25bitbake: test/data: Add in test for append/prepend/remove override operationsRichard Purdie
2014-03-24bitbake: fetch2.URI: Set username/password should not change the otherOlof Johansson
2014-03-24bitbake: fetch2.URI: Support URIs with both query strings and paramsOlof Johansson
2014-03-24bitbake: fetch2.URI: add support for query parametersOlof Johansson
2014-03-24bitbake: tests.fetch: Remove debug assertOlof Johansson