Remove the tenant and user created for tempest 87/39487/3
authorLinda Wang <wangwulin@huawei.com>
Thu, 17 Aug 2017 09:40:56 +0000 (09:40 +0000)
committerLinda Wang <wangwulin@huawei.com>
Fri, 18 Aug 2017 20:22:26 +0000 (20:22 +0000)
commit3c137f2972d4c8a64755b344f63c5492a51d78a6
treec370bf2e43158d26811cf239647114ceeda5bc57
parentacb8d8cee379a5c6c40845c7414541095627e71b
Remove the tenant and user created for tempest

According to the module [1] in tempest to parse tempest.conf,
the three params in session idenity are invalid:

[identity]
tenant_name = tempest
username = tempest
password = Tempest123!

Then there is no need to create tenant and user before running
tempest and refstack_defcore.

[1]: https://github.com/openstack/tempest/blob/14.0.0/tempest/config.py#L120

JIRA: FUNCTEST-864

Change-Id: Idac46e1e620324c584c8021c0bdf843f8823155a
Signed-off-by: Linda Wang <wangwulin@huawei.com>
functest/ci/config_functest.yaml
functest/opnfv_tests/openstack/tempest/conf_utils.py
functest/tests/unit/openstack/tempest/test_conf_utils.py