summaryrefslogtreecommitdiff
path: root/TESTING.rst
diff options
context:
space:
mode:
authorelajkat <lajos.katona@est.tech>2020-11-17 15:01:07 +0100
committerelajkat <lajos.katona@est.tech>2021-01-07 21:36:42 +0100
commitdb740decec80cf73b8ed028dea78dd6bc2271b38 (patch)
treebe195ec306d86ea9639ef07fd1c8670dd8554b07 /TESTING.rst
parent4c886998b19967388381aeb2becdca3f53373e4a (diff)
downloadneutron-db740decec80cf73b8ed028dea78dd6bc2271b38.tar.gz
[Docs] Guide about running and debugging tempest tests
Move out tempest related things from TESTING.rst to tempest.rst. It also gives some basics on how to debug tempest in zuul and locally. Change-Id: I46c282c865bfdf5e88e26ea8fc31b26cdd3f6b2e
Diffstat (limited to 'TESTING.rst')
-rw-r--r--TESTING.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/TESTING.rst b/TESTING.rst
index 4a928dd05f..311654b9ee 100644
--- a/TESTING.rst
+++ b/TESTING.rst
@@ -236,6 +236,12 @@ reproducible way to verify code while you're still writing it.
More details can be found in :ref:`FullStack Testing<fullstack_testing>` guide.
+Integration - tempest tests
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Tempest is the integration test suit of Openstack, more details can be found in
+:ref:`Tempest testing<tempest_testing>`
+
API Tests
~~~~~~~~~