From 235ef5ae268426137546ff69774cb176b04ce47d Mon Sep 17 00:00:00 2001 From: Amador Pahim Date: Thu, 25 Aug 2016 11:59:05 +0200 Subject: [PATCH] Add community maintained repositories to our docs Signed-off-by: Amador Pahim --- docs/source/ContributionGuide.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/source/ContributionGuide.rst b/docs/source/ContributionGuide.rst index 45098883..0ebd9a11 100644 --- a/docs/source/ContributionGuide.rst +++ b/docs/source/ContributionGuide.rst @@ -103,3 +103,18 @@ Use it:: .. warning:: You can not use the merge button on github to do signed merges as github does not have your private key. + +Tests Repositories +================== + +We encourage you or your company to create public Avocado tests +repositories so the community can also benefit of your tests. We will be +pleased to advertise your repository here in our documentation. + +List of known community and third party maintained repositories: + +- https://github.com/avocado-framework-tests/avocado-misc-tests: + Community maintained Avocado miscellaneous tests repository. There you + 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. -- GitLab