diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2017-09-14 11:23:56 +0300 |
---|---|---|
committer | Juha Kosonen <juha.kosonen@nokia.com> | 2017-09-15 10:23:15 +0300 |
commit | d11b1b3a50af1c8ff86f1f6b269fadffe32c34ab (patch) | |
tree | c88cf0279cd217f3868d79bea491e504fc5434f7 /functest/ci | |
parent | a593fbca70eb4a5ec6cb0bf5d53838752463065c (diff) |
Refactor resource creation and cleanup in rally
Use SNAPS to create and delete resources.
Change-Id: Ic4d390382acea2be196e8a7518cb8cce25276a45
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_functest.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functest/ci/config_functest.yaml b/functest/ci/config_functest.yaml index cfcc728a..ee22aa24 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -129,6 +129,7 @@ tempest: volume_device_name: vdc rally: + unique_names: True deployment_name: opnfv-rally network_name: rally-net subnet_name: rally-subnet |