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-01 18:08:56 +0100 |
commit | 47635924e6def36be3c44a047d91018e47a439eb (patch) | |
tree | 2a063002829ef931151ac0313916b7154f0c339e /testcases/config_functest.py | |
parent | d6d724601858b27bc354ed9684b66b0513ac4d65 (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>
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!") |