Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose basic api for testing external plugins.phil/plugin-testing-api | Phil Dawson | 2019-02-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | We want external plugins to be able to make use of the core testing utils. This commit exposes the basic utilities which are currently in use in bst-external plugins. If necessary, more utilities could be exposed in the future. Moves the following files from tests/testutils/ to buildstream/plugintestingutils/: o runcli.py o integration.py As part of this, this commit makes the following changes to runcli.py and integration.py: o runcli.py: Fix linting errors o runcli.py: Add user facing documentation o Integration.py: Add user facing documentation | ||||
* | optionarch.py: update to use same arch names as SandboxConfig | Raoul Hidalgo Charman | 2018-12-05 | 1 | -4/+4 |
| | | | | Also update tests to be consistent with this | ||||
* | Ensure tests requiring bubblewrap are correctly marked | Benjamin Schubert | 2018-11-20 | 1 | -3/+3 |
| | |||||
* | Disable tests on example on other architectures than x86_64 | Valentin David | 2018-11-14 | 1 | -1/+5 |
| | |||||
* | doc: Adding part 2 of the getting started tutorial | Tristan Van Berkom | 2018-06-17 | 1 | -0/+36 |
o doc/examples/running-commands: New example project of a `manual` build element o doc/sessions/running-commands.run: New session file to capture bst output o doc/source/sessions-stored: Added new generated sessions o doc/source/tutorial/running-commands.rst: New tutorial entry describing how commands are run in the sandbox o tests/examples/running-commands.py: Test case validating the tutorial's assertions |