summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* element.py: Compute whether an element is cached only on `is_cached`Benjamin Schubert2020-01-161-2/+6
* source.py: Remove 'get_consistency' completelyBenjamin Schubert2020-01-1611-51/+17
* source.py: Remove the reliance on consistency to get whether a source is cachedBenjamin Schubert2020-01-168-2/+20
* source.py: Add a new 'is_resolved' to get whether a source is resolved.Benjamin Schubert2020-01-165-1/+16
* element.py: Rename '_source_cached' to '_has_all_sources_in_source_cache'Benjamin Schubert2020-01-163-11/+11
* tests/integration/project.conf: Remove unused external pluginschandan/remove-bst-experimental-unusedChandan Singh2020-01-151-6/+0
* tox.ini: Add a external plugins environment test and run it in CIBenjamin Schubert2020-01-131-1/+14
* tox.ini: Remove external plugins testsBenjamin Schubert2020-01-131-84/+0
* tests: Remove some ostree stuffThomas Coldrick2020-01-132-2/+0
* Tests: Remove bst-plugins-experimental dependencyThomas Coldrick2020-01-1313-98/+2
* Remove integration tests for moved pluginsThomas Coldrick2020-01-137-150/+0
* tests/integration/workspace.py: Relax assert for buildbox-runjuerg/batch-command-loggingJürg Billeter2020-01-131-2/+2
* _sandboxreapi.py: Improve batch command loggingJürg Billeter2020-01-132-3/+0
* _frontend/widget.py: show_pipeline() Don't show buildable for junctionTom Pollard2020-01-091-0/+9
* tests/artifactcache/config.py: Cast our tmpdir to a stringtlater/fix-monkeypatch-warningTristan Daniël Maat2020-01-081-1/+1
* tests: Drop chroot xfail/skipifJürg Billeter2019-12-316-12/+0
* _platform/platform.py: Add alias for IBM AIX 7 powerpcChandan Singh2019-12-231-2/+2
* tests/integration/shell.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests/integration/script.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-2/+15
* tests/integration/filter.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests/integration/compose.py: xfail for buildbox-run-userchrootJürg Billeter2019-12-171-1/+5
* tests: source_determinism.py: Skip flaky test with buildbox-runJürg Billeter2019-12-171-0/+4
* tests/sources/git.py: Add recursive submodule testTom Mewett2019-12-131-0/+40
* tests: Drop buildbox xfailsJürg Billeter2019-12-1012-21/+5
* tests/integration/interactive_build.py: Increase timeoutJürg Billeter2019-12-101-1/+1
* tests/sources/tar.py: Use `utils._force_rmtree` instead of chmodTristan Maat2019-12-101-11/+3
* tests/integration/workspace.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+1
* tests/integration/messages.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+2
* tests/integration/manual.py: xfail logging for buildbox-runJürg Billeter2019-12-101-0/+1
* tests/integration/interactive_build.py: xfail logging for buildbox-runJürg Billeter2019-12-101-1/+1
* tests/integration/shell.py: xfail bind mount for buildbox-runJürg Billeter2019-12-101-4/+4
* tests/integration/script.py: xfail read-only-root for buildbox-runJürg Billeter2019-12-101-0/+3
* tests/integration/script.py: Relax error message checkJürg Billeter2019-12-101-1/+1
* tests/integration/sandbox.py: Do not limit shm test to bwrap sandboxJürg Billeter2019-12-103-10/+43
* Add test for junction option interactioncoldtom/fix-junction-remotesThomas Coldrick2019-12-101-0/+47
* tests/internals/cascache.py: Stop using non-posix shell featuresTristan Maat2019-12-091-4/+4
* Add tests for failed build in interactive modeChandan Singh2019-12-052-0/+115
* Add tests for interactive `bst init`Chandan Singh2019-12-052-0/+49
* tests: source_determinism.py: Do not use too restrictive test umasksjuerg/casd-separate-userJürg Billeter2019-12-031-2/+7
* tests/integration/filter.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-1/+1
* tests/frontend/pull.py: Do not use checkout --hardlinksJürg Billeter2019-12-031-2/+2
* tests/frontend/buildcheckout.py: Cannot hardlink with CASD_SEPARATE_USERJürg Billeter2019-12-031-1/+7
* Remove newly unused API surfaces in CASCacheTristan Maat2019-12-033-11/+21
* Update all python dependenciesBenjamin Schubert2019-12-021-1/+1
* tests: Use pytest.raise() instead of checking for return codeBenjamin Schubert2019-12-023-8/+8
* lint: Remove unnecessary list comprehensionsBenjamin Schubert2019-12-022-2/+2
* tests/frontend: Refactor tests for default targetsChandan Singh2019-11-2725-255/+197
* tests: non-incremental RE builds for workspacesDarius Makovsky2019-11-272-0/+313
* compose: Allow compose elements to run integration commandsValentin David2019-11-262-0/+43
* tests: enable incremental workspace config testDarius Makovsky2019-11-261-5/+25