summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests
Commit message (Expand)AuthorAgeFilesLines
* bitbake: parse: Make include_all raise a parse error for absolute pathsPeter Kjellerstedt2025-11-071-0/+1
* bitbake: parse: Make include_all support empty variable expansionsPeter Kjellerstedt2025-11-071-0/+1
* bitbake: tests: fetch: add test case for local pathsStefan Herbrechtsmeier2025-11-071-0/+12
* bitbake: bitbake-setup: Rename bb-layers-relative to bb-layers-file-relativeRichard Purdie2025-11-071-7/+7
* bitbake: bitbake-setup: replace {THISDIR} token with a keyword: bb-layers-rel...Alexander Kanavin2025-11-061-10/+10
* bitbake: bitbake-setup: capture revisions while checking out layersJohannes Schneider2025-11-061-0/+6
* bitbake: bitbake-setup: tests: move duplicate code into 'check_setupdir_files'Johannes Schneider2025-11-061-12/+8
* bitbake: bitbake-setup: rename 'build' -> 'setup'Alexander Kanavin2025-11-041-30/+30
* bitbake: bitbake-setup: commandline: use subsubparser for settings {list,set,...Johannes Schneider2025-10-141-10/+10
* bitbake: bitbake-setup: further rework the settings handlingAlexander Kanavin2025-10-141-4/+9
* bitbake: bitbake-setup: rework the settings handlingAlexander Kanavin2025-10-141-5/+7
* bitbake: bitbake-setup: tests: add environment-passthroughJohannes Schneider2025-10-141-0/+23
* bitbake: bitbake-setup: tests: add a template-only test configurationJohannes Schneider2025-10-141-8/+27
* bitbake: bitbake-setup: allow using {THISDIR}/my-layerYoann Congal2025-10-141-2/+15
* bitbake: lib/bb/tests/setup.py: unset BBPATH to ensure isolation from the exi...Alexander Kanavin2025-10-141-0/+5
* bitbake: lib/bb/tests/setup.py: define test parameters in a single dictionaryAlexander Kanavin2025-10-141-3/+7
* bitbake: bitbake-setup: add support for specifying branches in repo checkoutsAlexander Kanavin2025-10-141-5/+6
* bitbake: bitbake-setup: add 'install-buildtools' commandAlexander Kanavin2025-10-141-0/+20
* bitbake: bitbake-setup: add tests to bitbake-selftestAlexander Kanavin2025-10-141-0/+266
* bitbake: tests/parse: Add tests for include, require and include_allPeter Kjellerstedt2025-09-241-0/+60
* bitbake: tests/parse: Remove unnecessary calls to file.flush()Peter Kjellerstedt2025-09-241-8/+0
* bitbake: tests/parse: Use with statement to avoid ResourceWarningPeter Kjellerstedt2025-09-241-51/+44
* bitbake: tests/fetch: Update tests after bitbake tag removalMathieu Dubois-Briand2025-09-231-12/+12
* bitbake: fetch2/git: verify if local clone contains tagGyorgy Sarvari2025-08-191-0/+44
* bitbake: lib/bb: Add filter supportJoshua Watt2025-08-121-0/+88
* bitbake: Use a "fork" multiprocessing contextJoshua Watt2025-07-231-2/+2
* bitbake: test/fetch: Switch u-boot based test to use our own mirrorRichard Purdie2025-07-221-1/+1
* bitbake: bitbake/tests: fix typo in testGyorgy Sarvari2025-07-141-1/+1
* bitbake: utils: Refactor filemode variable conversion to a functionRichard Purdie2025-07-011-0/+11
* bitbake: tests/fetch: Add test case to check shallow cloning using `PREMIRRORS`Koch, Stefan2025-05-281-0/+27
* bitbake: lib/bb/tests/fetch: add a test case to ensure git shallow fetch work...Chen Qi2025-05-151-0/+13
* bitbake: tests/fetch: Test gitsm with LFSPhilip Lorenz2025-05-081-11/+111
* bitbake: fetch2: Check for git-lfs existence before using itPhilip Lorenz2025-05-081-23/+50
* bitbake: tests/fetch: Move commonly used imports to topPhilip Lorenz2025-04-291-17/+2
* bitbake: bitbake: tests/fetch: Fix git PREMIRRORONLY testJulian Haller2025-04-101-3/+4
* bitbake: fetch2/git: Handle srcrevs for annotated tags in tag checkRichard Purdie2025-04-031-0/+7
* bitbake: tests/fetch: add a test for download paths without a proper filenameRoss Burton2025-03-272-0/+3534
* bitbake: tests/fetch: support setting PV in the wget fetcherRoss Burton2025-03-271-1/+2
* bitbake: tests/fetch: use a namedtuple for the wget test dataRoss Burton2025-03-271-22/+24
* bitbake: bb/tests: use subtests when looping in a test caseRoss Burton2025-03-271-32/+35
* bitbake: fetch2/gomod: Fix mirroring problemChristian Lindeberg2025-03-271-0/+9
* bitbake: fetch: Drop multiple branch/revision support for single git urlsRichard Purdie2025-03-201-111/+5
* bitbake: tests/fetch: Fix typo in npm testRichard Purdie2025-03-191-1/+1
* bitbake: tests/fetch: Add git tag verification testsRichard Purdie2025-03-191-0/+59
* bitbake: fetch/git: Rework tag parameter handlingRichard Purdie2025-03-191-6/+0
* bitbake: tests/fetch: Add missing branch parameter to testsRichard Purdie2025-03-191-23/+23
* bitbake: fetch2/git: Restore escape quoting for the git url when usedPatrik Nordvall2025-03-181-0/+3
* bitbake: tests/fetch: Verify regular expression "URLs" that contain a ?Peter Kjellerstedt2025-03-071-3/+6
* bitbake: tests/fetch: Add an additional test case to check whether the fast f...Stefan Koch2025-03-061-0/+12
* bitbake: tests/fetch: Adapt test cases for fast shallow fetchesStefan Koch2025-03-061-19/+12