summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Expand)AuthorAgeFilesLines
* Process options in includes files with the options of their junctionvalentindavid/include-options-from-junctionValentin David2020-04-151-1/+5
* cascache.py: Create cas logs in the buildstream cache directorybschubert152020-03-241-1/+3
* Add tests for interactive `bst init`Chandan Singh2019-12-051-0/+15
* Remove newly unused API surfaces in CASCacheTristan Maat2019-12-031-1/+15
* Update all python dependenciesBenjamin Schubert2019-12-021-1/+1
* tests: Use pytest.raise() instead of checking for return codeBenjamin Schubert2019-12-021-2/+1
* Reformat code using BlackChandan Singh2019-11-1414-195/+141
* _remote: Ensure checks done in the subclasses are propagatedBenjamin Schubert2019-11-121-45/+94
* tests/artifactshare: safer cleanup_on_sigterm useaevri/testutils_artifactshareAngelos Evripiotis2019-11-051-2/+2
* testutils/artifactshare: don't hang on errorAngelos Evripiotis2019-11-051-28/+33
* testing, messenger: make dummy_context picklableAngelos Evripiotis2019-10-291-3/+28
* testutils/context.py: Mock tasks instead of accepting NonesTristan Maat2019-10-101-0/+9
* tests/testutils/artifactshare.py: Add SIGTERM handler to subprocessjuerg/artifactshareJürg Billeter2019-09-161-0/+6
* Change unfitting function nameTristan Maat2019-09-061-4/+4
* Allow splitting artifact cachesTristan Maat2019-09-062-14/+37
* tests/testutils/http_server.py: Drop queue to avoid lingering threadjuerg/http-test-serverJürg Billeter2019-09-031-10/+1
* tests/testutils/http_server.py: Close queue to stop background threadJürg Billeter2019-09-031-0/+2
* tests/testutils/repo/bzr.py: Work around race condition in bzrjuerg/tox-homeJürg Billeter2019-08-301-0/+5
* tests/testutils/repo/git.py: Do not ignore environment variablesJürg Billeter2019-08-301-1/+4
* tests/testutils/repo/bzr.py: Do not ignore environment variablesJürg Billeter2019-08-301-5/+8
* casserver.py: Use quota instead of headroomJürg Billeter2019-08-201-39/+6
* tests/testutils/artifactshare.py: Allow write access via casdJürg Billeter2019-08-201-4/+8
* cascache.py: Start buildbox-casd and set up channelJürg Billeter2019-08-201-1/+1
* tests/testutils/artifactshare.py: Call CASCache.release_resources()Jürg Billeter2019-08-201-0/+2
* casserver.py: Call CASCache.release_resources() on exitJürg Billeter2019-08-201-11/+11
* tests/testutils: Add dummy_context() helperJürg Billeter2019-07-162-0/+47
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-152-2/+2
* tests: remove 'node_get_yaml_provenance()' helper and replace with the new APIBenjamin Schubert2019-07-152-48/+0
* testutils: Move assert_shared and assert_not_shared to testutilsJames Ennis2019-06-262-1/+17
* testing/_utils: match git methods to base classAngelos Evripiotis2019-06-181-1/+4
* Refactor 'super(cls, self)' -> 'super()'aevri/supersuperAngelos Evripiotis2019-06-122-2/+2
* tests/testutils/site: Remove completely and migrate HAVE_OSTREE to examplesBenjamin Schubert2019-06-061-9/+0
* tests/testutils/site: Remove unused HAVE_OSTREE_CLI variableBenjamin Schubert2019-06-061-9/+0
* test:utils/site: Consolidate IS_LINUX/WSL/Windows in a single siteBenjamin Schubert2019-06-061-7/+0
* test:utils/site: Consolidate HAVE_SANDBOX in a single site fileBenjamin Schubert2019-06-061-10/+0
* test:utils/site: Consolidate MACHINE_ARCH variable in a single placeBenjamin Schubert2019-06-061-3/+0
* test:utils/site: Consolidate arpy environment variables in a single placeBenjamin Schubert2019-06-061-6/+0
* test:utils/site: Consolidate Lzip environment variables in a single placeBenjamin Schubert2019-06-061-6/+0
* test:utils/site: Consolidate Bwrap environment variables in a single placeBenjamin Schubert2019-06-061-10/+3
* test:utils/site: Consolidate Git environment variables in a single placeBenjamin Schubert2019-06-062-24/+3
* test:utils/site: Consolidate Bzr environment variables in a single placeBenjamin Schubert2019-06-062-13/+3
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-05-151-7/+38
* element.py: Name normalisation & artifact path constructer helpersTom Pollard2019-05-151-22/+3
* tests: Allow `python_repo` to install nested package depsShahwat Dalal2019-05-141-4/+10
* Remove OSTree plugin; It lives now in the bst-plugins-experimental repoJavier Jardón2019-05-142-49/+1
* tests/testutil/python_repo.py: fixed executable path when running pipfixed-bug-for-pip-testShahwat Dalal2019-04-261-1/+2
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-167-7/+7
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-1210-131/+7
* Use platform.uname instead of os.uname for win32Angelos Evripiotis2019-04-112-12/+10
* tests: extract testutils.override_os_unameAngelos Evripiotis2019-04-112-0/+52