python-tempestconf/config_tempest/tests
Lukas Piwowarski ce18faa92b Fix heat plugin support
During the configuration of the heat plugin:
- the 'auth_version' attribute was not set correctly,
- the 'demo_tempestconf' user was not assigned the 'member' role,
- a network within the demo project with a subnet was not
  created.

This was causing the heat plugin to fail.

The 'auth_version' is now set correctly, and the 'demo_tempestconf'
user is assigned the 'member' role when configuring the heat
plugin. Also, a network within the demo project with a subnet
is created.

Story: 2007464
Task: 39151

Change-Id: I6d6f2247ecb13317767ebbf93a413bcaff386141
2020-06-02 08:36:00 +00:00
..
services Fix heat plugin support 2020-06-02 08:36:00 +00:00
__init__.py Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
base.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_accounts.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_clients.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_config_tempest.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_credentials.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_flavors.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_profile.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_tempest_conf.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00
test_users.py Use unittest.mock instead of third party mock 2020-04-18 11:59:31 -05:00