From c768f342192aae017e5969b4a4776cc287008874 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 7 Apr 2017 12:17:53 -0400 Subject: [PATCH] docs: include testing conventions and testinfra in layout.rst Signed-off-by: Alfredo Deza --- docs/source/testing/layout.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/testing/layout.rst b/docs/source/testing/layout.rst index 9f196a637..7f7d7874d 100644 --- a/docs/source/testing/layout.rst +++ b/docs/source/testing/layout.rst @@ -28,3 +28,13 @@ At the very least, a scenario will need these files: machines, networks, disks, linux distro/version, can be defined. +.. _test_conventions: + +Conventions +----------- + + +.. _testinfra: + +``testinfra`` +-------------