summaryrefslogtreecommitdiff
path: root/tests/remoteexecution
Commit message (Collapse)AuthorAgeFilesLines
* tests: Change all calls to _yaml.dump to _yaml.rountrip_dumpBenjamin Schubert2019-07-152-4/+4
| | | | | Now that both are equivalent, we can skip the sanitization part before the yaml call.
* tests: Add RE test for builds that failRaoul Hidalgo Charman2019-07-121-0/+75
| | | | Part of #994
* tests: pulling buildtrees in remote executionRaoul Hidalgo Charman2019-07-123-0/+105
| | | | Part of #994
* tests: Add remote execution junction testRaoul Hidalgo Charman2019-07-127-0/+186
| | | | Part of #994
* tests/remoteexecution/partial.py: Parametrize for pull artifact filesRaoul Hidalgo Charman2019-07-111-5/+12
| | | | Part of #1043
* tests/partial: Add test to cover find_missing_blobsRaoul Hidalgo Charman2019-06-211-0/+25
| | | | Add test that ensures method is actually covered now and it works.
* tests/remoteexecution: Enable pylint and fix problemsBenjamin Schubert2019-06-053-2/+8
| | | | | tests/remoteexecution missing an __init__.py, which meant pylint was never run there.
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-162-4/+4
| | | | | | | | | - Rename plugintestutils to testing. - Don't run the tests from bst-plugins-template. This imports buildstream.plugintestutils so will have to be disabled to get through CI. This can be re nabled once bst-plugins-template has been patched.
* tests/remoteexecution/partial.py: Add test for partial CASJürg Billeter2019-04-122-0/+52
|
* tests: Add basic remote-execution tests (autotools)Martin Blanchard2019-03-256-0/+111
https://gitlab.com/BuildStream/buildstream/issues/629