diff options
author | vitikkan <viktor.tikkanen@nokia.com> | 2016-04-27 14:15:08 +0300 |
---|---|---|
committer | vitikkan <viktor.tikkanen@nokia.com> | 2016-04-27 14:15:08 +0300 |
commit | 5dfb6fb78a7d4339a5b68147b46ab8aa49ebf866 (patch) | |
tree | 28db79ce089fde0f62bc2ad885246d00e9f5fdd8 /docs | |
parent | aab51caef627cb40d78680563d984dd5c1dbbeef (diff) |
Corrected path for clean_openstack.py
Signed-off-by: vitikkan <viktor.tikkanen@nokia.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/userguide/runfunctest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/runfunctest.rst b/docs/userguide/runfunctest.rst index b7bdda28..05f7ddfa 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. |