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
This commit is contained in:
Martin Kopec 2019-02-19 12:17:45 +00:00
parent cec6a36576
commit b00f212fba
1 changed files with 2 additions and 2 deletions

View File

@ -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