aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide
diff options
context:
space:
mode:
authorvitikkan <viktor.tikkanen@nokia.com>2016-04-27 14:15:08 +0300
committervitikkan <viktor.tikkanen@nokia.com>2016-04-27 14:15:08 +0300
commit5dfb6fb78a7d4339a5b68147b46ab8aa49ebf866 (patch)
tree28db79ce089fde0f62bc2ad885246d00e9f5fdd8 /docs/userguide
parentaab51caef627cb40d78680563d984dd5c1dbbeef (diff)
Corrected path for clean_openstack.py
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/runfunctest.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/runfunctest.rst b/docs/userguide/runfunctest.rst
index b7bdda282..05f7ddfa9 100644
--- a/docs/userguide/runfunctest.rst
+++ b/docs/userguide/runfunctest.rst
@@ -69,7 +69,7 @@ the test name or names separated by commas in the following list:
Functest includes cleaning mechanism in order to remove
all the OpenStack resources except what was present before running any test. The script
-*$repos_dir/functest/testcases/VIM/OpenStack/CI/libraries/generate_defaults.py*
+*$repos_dir/functest/utils/generate_defaults.py*
is called once by *prepare_env.sh* when setting up the Functest environment
to snapshot all the OpenStack resources (images, networks, volumes, security groups,
tenants, users) so that an eventual cleanup does not remove any of this defaults.