summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorWilliam Salmon <will.salmon@codethink.co.uk>2020-07-23 17:30:32 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2020-08-11 08:11:09 +0000
commit46e92ead4ca2878c289fb72a62865d16d916f82a (patch)
treeec703501b098140fae265ce2ee21fba517b9b5cb /setup.cfg
parent333644244f8d5779d01dfcfbf357afdc95d37265 (diff)
downloadbuildstream-46e92ead4ca2878c289fb72a62865d16d916f82a.tar.gz
Add tests for checking the working of a remote cache
These basic tests are ment to be run with a remote cache and can be used to check bst conpatiblity with a remote cache server.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5a3a75d67..e8ba5ac35 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,6 +18,7 @@ markers =
datafiles: data files for tests
integration: run test only if --integration option is specified
remoteexecution: run test only if --remote-execution option is specified
+ remotecache: run tests only if --remote-cache option is specified
xfail_strict=True
[mypy]