diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-02-01 18:08:56 +0100 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-02-02 08:45:49 +0000 |
commit | 0f2665f9eb28bb2ecaab45a5bd70c87964210ac2 (patch) | |
tree | 07862339d187ce30a4c3651238487e46fccbaabd /testcases/config_functest.py | |
parent | b794c911087074245a7584c290217e0b2d84eccf (diff) |
Use generate_defaults instead of os_defaults fixed parameters
JIRA: FUNCTEST-131
Running generate_defaults.py in prepare_env.sh (before running any test)
will create a file with the CURRENT OpenStack objects in
the deployment. After each test, the cleanup script will take into
consideration those parameters instead of the specified in
os_defaults.yaml
Keep os_defaults.yaml for the moment
Change-Id: I5f38fef47f0a6d79407d1d582b1e7d3713503e07
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit 47635924e6def36be3c44a047d91018e47a439eb)
Diffstat (limited to 'testcases/config_functest.py')
-rwxr-xr-x | testcases/config_functest.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/testcases/config_functest.py b/testcases/config_functest.py index d1a197601..265328df0 100755 --- a/testcases/config_functest.py +++ b/testcases/config_functest.py @@ -214,10 +214,6 @@ def action_clean(): logger.debug("Removing Result directory") shutil.rmtree(RALLY_RESULT_DIR,ignore_errors=True) - logger.debug("Cleaning up the OpenStack deployment...") - cmd='python ' + FUNCTEST_REPO + \ - '/testcases/VIM/OpenStack/CI/libraries/clean_openstack.py --debug' - functest_utils.execute_command(cmd,logger) logger.info("Functest environment clean!") |