summaryrefslogtreecommitdiff
path: root/tests/testutils
Commit message (Expand)AuthorAgeFilesLines
* 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
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-012-2/+3
* _cas/cascache.py: Add opt check_exists arg to _reachable_refs_dir()Tom Pollard2019-03-291-5/+1
* The new YAML World OrderDaniel Silverstone2019-03-271-8/+8
* testutils/yaml.py: add copyright noticeAngelos Evripiotis2019-03-271-0/+19
* test: Add yaml_file_get_provenanceAngelos Evripiotis2019-03-262-0/+29
* tests:lint: fix all unused-import from pylintBenjamin Schubert2019-03-201-2/+2
* tests:lint: rename variables shadowing othersBenjamin Schubert2019-03-201-2/+2
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-202-4/+4
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-203-4/+7
* tests/testutils/artifactshare.py: Support optional coverageTristan Van Berkom2019-03-051-2/+7
* Let subprocess decode stdout based on localebschubert/no-subprocess-decodeBenjamin Schubert2019-03-013-10/+14
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-013-6/+0