From 3a1d0acc7e944f2bddc8ba97cf8e16d0016229a4 Mon Sep 17 00:00:00 2001 From: Sergey Bronnikov Date: Sat, 24 Sep 2016 19:21:38 +0400 Subject: [PATCH] Add link to the Avocado tests for Scylla Clusters --- docs/source/ContributionGuide.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/source/ContributionGuide.rst b/docs/source/ContributionGuide.rst index f24a655b..1c61727e 100644 --- a/docs/source/ContributionGuide.rst +++ b/docs/source/ContributionGuide.rst @@ -242,3 +242,8 @@ List of known community and third party maintained repositories: will find, among others, performance tests like ``lmbench``, ``stress``, cpu tests like ``ebizzy`` and generic tests like ``ltp``. Some of them were ported from Autotest Client Tests repository. + +- https://github.com/scylladb/scylla-cluster-tests: + Avocado tests for Scylla Clusters. Those tests can automatically create + a scylla cluster, some loader machines and then run operations defined by + the test writers, such as database workloads. -- GitLab