From 814b7dd4e0aba66af7d2b4553860488bb263f2c5 Mon Sep 17 00:00:00 2001 From: Arnaud Morin Date: Wed, 25 Oct 2023 11:51:25 +0200 Subject: [PATCH] Amend doc to help running tempest mistral tests As a contributor, when we want to manually run devstack mistral tempest tests, I was struggling remember how to do it. Signed-off-by: Arnaud Morin Change-Id: Ie0791dabf26e5864ec7de1f04331bdef0008a8cc --- doc/source/contributor/devstack.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/source/contributor/devstack.rst b/doc/source/contributor/devstack.rst index c5eee630d..6e7459ed4 100644 --- a/doc/source/contributor/devstack.rst +++ b/doc/source/contributor/devstack.rst @@ -2,6 +2,9 @@ Mistral Devstack Installation ============================= +Installing devstack for mistral +=============================== + First, install devstack, see the following link for this: `Devstack Installation `_ @@ -15,3 +18,18 @@ Before running ``stack.sh``, enable mistral plugin by editing your Finally, run ``stack.sh`` The mistral code will land in /opt/stack/mistral + +Tempest for mistral +=================== + +As stack user, clone the mistral-tempest-plugin repo:: + + git clone https://github.com/openstack/mistral-tempest-plugin.git /opt/stack/mistral-tempest-plugin + +Install the plugin:: + + /opt/stack/tempest/.tox/tempest/bin/pip install /opt/stack/tempest/.tox/tempest/bin/ + +Run tempest:: + + /opt/stack/tempest/.tox/tempest/bin/tempest run --regex mistral --concurrency=6