diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-09-15 02:17:44 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-09-15 02:23:41 +0000 |
commit | 3945146d7448ba57b79dd4c350ce7f8881661a8e (patch) | |
tree | 970f9e49c81ad481c11e0db5fe86fac70d4ed145 /functest/ci/config_functest.yaml | |
parent | f45b9587c5568c0b64cfedb94e4241e485ffce47 (diff) |
Enable tempest run concurrently
Append a guid to the end of names of resources created for tempest,
including project, user, network, images and flavors.
Change-Id: I01fc7c5cb45cd5724a99ba1d220c3f3f7d6639cf
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/ci/config_functest.yaml')
-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 a5f63bb5..92a49974 100644 --- a/functest/ci/config_functest.yaml +++ b/functest/ci/config_functest.yaml @@ -110,6 +110,7 @@ odl_sfc: image_format: qcow2 tempest: + unique_names: True deployment_name: opnfv-tempest identity: tenant_name: tempest |