summaryrefslogtreecommitdiff
path: root/tests/integration
Commit message (Expand)AuthorAgeFilesLines
* _artifact.py: Rework to use artifact protoRaoul Hidalgo Charman2019-04-263-17/+32
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-1623-31/+31
* testutils: move repo.py into buildstream.plugintestutilsPhil Dawson2019-04-121-1/+1
* tests: Fix all remaining references to bst pushchandan/fix-bst-pull-docsChandan Singh2019-04-101-2/+2
* tests: Fix all remaining references to bst pullChandan Singh2019-04-101-1/+1
* plugintestutils/runcli.py: Add TestArtifact() 'abstraction' classTom Pollard2019-03-292-32/+10
* The new YAML World OrderDaniel Silverstone2019-03-271-1/+1
* cascache.py: Do not silently ignore missing directories in checkout()Jürg Billeter2019-03-251-2/+4
* tests: str(datafiles) instead of a longer thingAngelos Evripiotis2019-03-2122-76/+76
* tests: Move conftest.py into tests/ subdirectoryTristan Van Berkom2019-03-201-1/+1
* Change default of cache-buildtrees option to 'auto'Jürg Billeter2019-03-163-18/+20
* Rename cache-buildtrees option value 'failure' to 'auto'Jürg Billeter2019-03-161-3/+3
* _artifact.py: Do not create empty buildtree directoriesJürg Billeter2019-03-162-13/+9
* tests/integration/artifact.py: Fix empty directory checksJürg Billeter2019-03-161-2/+2
* tests: move templated tests from source-determinism.py into separate filePhil Dawson2019-03-141-73/+1
* tests: Remove redundant integration pytest markersChandan Singh2019-03-017-15/+0
* tests: Remove unused importsremove-dead-codeBenjamin Schubert2019-03-0113-25/+2
* tests: Remove unused parameters in functionsBenjamin Schubert2019-03-0120-69/+69
* tests: Remove unused variablesBenjamin Schubert2019-03-014-9/+1
* Use [a, b, *c] instead of [a, b] + c when building listbschubert/more-pythonic-list-concatBenjamin Schubert2019-03-012-2/+2
* tests/integration/artifact.py: Do not rely on extract directoriesJürg Billeter2019-02-281-22/+31
* tests/integration/pullbuildtrees.py: Remove extract directory checksJürg Billeter2019-02-281-10/+24
* tests/integration/cachedfail.py: Fix test_push_cached_failJürg Billeter2019-02-201-2/+5
* context: remove artifactdirRaoul Hidalgo Charman2019-02-193-21/+22
* cachedir: add new dir option that's default root to other dirsRaoul Hidalgo Charman2019-02-193-15/+10
* tests/integration/shell.py: More asserts in test_isolated_no_mountjuerg/shell-testJürg Billeter2019-02-191-0/+2
* tests/integration/shell.py: Skip test_isolated_no_mount without sandboxJürg Billeter2019-02-191-0/+1
* tests: Don't use integration test for artifact logJürg Billeter2019-02-191-34/+0
* utils.py: Do not mangle absolute symlinksJürg Billeter2019-02-141-7/+4
* utils.py: Change _ensure_real_directory() to not resolve symlinksJürg Billeter2019-02-142-14/+7
* Provide configuration for the optional creation of buildtreestpollard/896Tom Pollard2019-02-132-1/+178
* tests/integration/project: Add tests directory to split ruleJürg Billeter2019-02-131-0/+2
* Expose basic api for testing external plugins.phil/plugin-testing-apiPhil Dawson2019-02-0823-43/+42
* tests: Skip tests that use sandboxes on WSLJonathan Maw2019-02-0619-85/+85
* Download buildtrees on demand for bst shell --use-buildtreetpollard/829Tom Pollard2019-01-281-11/+37
* tests/integration/pullbuildtrees.py: Fix the non-integration case.Tristan Van Berkom2019-01-221-42/+42
* Mark 'old' checkout command as obsoleteJames Ennis2019-01-2215-33/+34
* Move push and pull to the new artifact subcommand groupJames Ennis2019-01-222-19/+20
* widget.py: Avoid "showing 0 lines" messages when there are no linesTristan Maat2019-01-181-0/+110
* sandbox/sandbox.py: Display failed commands in the detail stringtristan/error-message-regressionTristan Van Berkom2019-01-161-1/+1
* conftest.py: Use different artifact directory for integration testsTristan Van Berkom2019-01-161-2/+2
* source-determinism.py integration test: Dont use integration_cache fixtureTristan Van Berkom2019-01-161-1/+1
* Basic options for shell --build to use buildtreesWilliam Salmon2018-12-191-5/+119
* Introduce new "source" command groupChandan Singh2018-12-142-3/+3
* tests: Add tests for artifact group commandsRichard Maw2018-12-121-0/+68
* tests: Add tests for guessing element namesJonathan Maw2018-12-111-3/+13
* tests: Test bst commands from an external workspaceJonathan Maw2018-12-111-0/+26
* buildstream/data/projectconfig.yaml: Remove default strip-binariesJavier Jardón2018-12-093-35/+17
* optionarch.py: update to use same arch names as SandboxConfigRaoul Hidalgo Charman2018-12-053-3/+3
* Added tests for .bst suffix and completionsPhillip Smyth2018-11-301-2/+2