summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/frontend/push.py: Test pushing artifacts in non-strict modeTristan Van Berkom2019-04-151-0/+55
* Make templated source tests available in buildstream.plugintestutilsPhil Dawson2019-04-1238-1657/+25
* plugintestutils._utils: Copy subset of tests.testutils.sitePhil Dawson2019-04-121-1/+1
* plugintestutils: Add copy of testutils.junction.pyPhil Dawson2019-04-124-4/+4
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-1236-167/+55
* tests/remoteexecution/partial.py: Add test for partial CASJürg Billeter2019-04-122-0/+52
* Use platform.uname instead of os.uname for win32Angelos Evripiotis2019-04-114-20/+18
* tests: extract testutils.override_os_unameAngelos Evripiotis2019-04-114-45/+66
* tests: Fix all remaining references to bst pushchandan/fix-bst-pull-docsChandan Singh2019-04-104-12/+12
* tests: Fix all remaining references to bst pullChandan Singh2019-04-103-11/+11
* artifactservice.py: tests for the artifact serviceraoul/965-AaaP-serviceRaoul Hidalgo Charman2019-04-041-0/+109
* _yaml.py: Remove node_containsDaniel Silverstone2019-04-048-18/+18
* Plugin: Remove node_has_member()Daniel Silverstone2019-04-041-1/+1
* lint: Fix or silence 'cyclic-import' errors and enable pylint for itBenjamin Schubert2019-04-012-2/+3
* typo: writtent -> writtenBenjamin Schubert2019-03-306-13/+13
* plugintestutils/runcli.py: Add TestArtifact() 'abstraction' classTom Pollard2019-03-294-43/+16
* _cas/cascache.py: Add opt check_exists arg to _reachable_refs_dir()Tom Pollard2019-03-291-5/+1
* tests: Add a track test to ensure that we do not needlessly overwrite filesjennis/track_is_overworkingJames Ennis2019-03-281-0/+40
* The new YAML World OrderDaniel Silverstone2019-03-2730-219/+470
* YAML Cache: Remove the YAML CacheDaniel Silverstone2019-03-272-174/+8
* tests/artifactcache/push.py: Remove push_directory() testJürg Billeter2019-03-271-108/+0
* testutils/yaml.py: add copyright noticeAngelos Evripiotis2019-03-271-0/+19
* tests: Add test_invalid_junctiondep_not_a_junctionAngelos Evripiotis2019-03-262-0/+17
* tests: ensure provenance for _get_loader errorsAngelos Evripiotis2019-03-265-9/+52
* test: Add yaml_file_get_provenanceAngelos Evripiotis2019-03-262-0/+29
* tests: Add basic remote-execution tests (autotools)Martin Blanchard2019-03-256-0/+111
* runcli.py: Add a CLI test fixture for remote-executionMartin Blanchard2019-03-251-1/+34
* tests: Add a --remote-execution CLI optionsMartin Blanchard2019-03-251-2/+17
* tests: check source push for workspaced elementsRaoul Hidalgo Charman2019-03-251-0/+40
* tests: check sources are pushed even if build failsRaoul Hidalgo Charman2019-03-254-0/+100
* tests: source and artifact cache testRaoul Hidalgo Charman2019-03-251-0/+91
* tests: Add source cache push failure testRaoul Hidalgo Charman2019-03-251-0/+42
* tests: Add source cache pull after a push testRaoul Hidalgo Charman2019-03-251-0/+45
* tests: Add source cache push testRaoul Hidalgo Charman2019-03-251-0/+96
* sourcepushqueue.py: Add queue for pushing sourcesRaoul Hidalgo Charman2019-03-252-4/+4
* tests: Add source cache fetch failure testRaoul Hidalgo Charman2019-03-251-0/+52
* tests: Add source cache test for fallbackRaoul Hidalgo Charman2019-03-251-0/+59
* tests: Add source cache fetch testRaoul Hidalgo Charman2019-03-251-0/+111
* _basecache.py: Moves has remote methodsRaoul Hidalgo Charman2019-03-252-3/+3
* cascache.py: Do not silently ignore missing directories in checkout()Jürg Billeter2019-03-251-2/+4
* tests/frontend/pull.py: Add test for pull completing partial artifactsJürg Billeter2019-03-251-0/+31
* tests: Check get_unique_key isn't used before trackRaoul Hidalgo Charman2019-03-214-0/+110
* element.py: move _generate_key to _source_cachedRaoul Hidalgo Charman2019-03-211-1/+1
* tests: when comparing lists/dicts, compare all at onceBenjamin Schubert2019-03-216-50/+61
* _artifactcache: don't define CACHE_SIZE_FILE twiceAngelos Evripiotis2019-03-211-1/+1
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2172-327/+327
* tests/frontend/workspace.py: Test that all elements build with workspace in playTristan Van Berkom2019-03-2123-0/+153
* tests:lint: disable 'unused-import' checks on pytest fixturesBenjamin Schubert2019-03-2072-72/+72
* tests:lint: silence redefined-outer-name in files using fixturesBenjamin Schubert2019-03-2075-0/+230
* tests:lint: fix all redefined-outer-name errorsBenjamin Schubert2019-03-201-6/+6