From 73c71113288e30edfc1e033b8aabb49e6f200ac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Doktor?= Date: Tue, 19 Jan 2016 15:50:23 +0100 Subject: [PATCH] README: Add link to avocado MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lukáš Doktor --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0d349a83b..b6b37fd93 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ Avocado Misc Tests ================== -This repository is dedicated to host any tests written using the avocado +This repository is dedicated to host any tests written using the avocado [1] API. It is being initially populated with tests ported from autotest client tests repository, but it's not limited by that. @@ -18,3 +18,5 @@ Once you have the avocado installed, you can run the tests like below:: RESULTS : PASS 1 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 JOB HTML : $HOME/avocado/job-results/job-2016-01-18T15.32-0018adb/html/results.html TIME : 62.67 s + +[1] https://github.com/avocado-framework/avocado