From d8d7770b1eb15cef3638061129a83cc5e0ab8850 Mon Sep 17 00:00:00 2001 From: Simon Pasquier Date: Fri, 27 May 2016 10:23:32 +0200 Subject: [PATCH] Update the documentation with toolchain tests Change-Id: I4f760f7738a687dd29933166f82459f44aad8aa3 --- doc/index.rst | 1 + doc/toolchain.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 doc/toolchain.rst diff --git a/doc/index.rst b/doc/index.rst index 9462444..4a09dd3 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -9,3 +9,4 @@ StackLight Integration Tests Documentation influxdb_grafana.rst lma_collector.rst lma_infrastructure_alerting.rst + toolchain.rst diff --git a/doc/toolchain.rst b/doc/toolchain.rst new file mode 100644 index 0000000..adbb87c --- /dev/null +++ b/doc/toolchain.rst @@ -0,0 +1,14 @@ +Toolchain +********* + +Smoke/BVT +========= + +.. automodule:: stacklight_tests.toolchain.test_smoke_bvt + :members: + +Detached plugins +================ + +.. automodule:: stacklight_tests.toolchain.test_detached_plugins + :members: