From b00f212fbaac1426094858bbe5d11e16c83a9faa Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Tue, 19 Feb 2019 12:17:45 +0000 Subject: [PATCH] Fix containerized tempest doc The doc suggested to clean container_tempest directory after tempest run, however, tempest_workspace is a directory which contains information gathered during tempest execution, so that's why the doc should suggest to clean tempest_workspace dir instead of container_tempest one. Change-Id: If2f2958206154b30ea8e473887d7a8dee0adabc3 --- doc/source/install/basic_deployment/tempest.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/basic_deployment/tempest.rst b/doc/source/install/basic_deployment/tempest.rst index cd551dc8..02a83a28 100644 --- a/doc/source/install/basic_deployment/tempest.rst +++ b/doc/source/install/basic_deployment/tempest.rst @@ -695,8 +695,8 @@ Generate tempest.conf and run tempest tests within the container * In case you want to rerun the tempest tests, clean tempest workspace first:: - $ sudo rm -rf /home/stack/container_tempest - $ mkdir /home/stack/container_tempest + $ sudo rm -rf /home/stack/tempest_workspace + $ mkdir /home/stack/tempest_workspace .. note:: It's done with sudo because tempest in containers creates the files