python-tempestconf/config_tempest
Siamak Erami dc78c5aed4 Fix super() usage for proper initialization of config file
Correct the super().__init__(**kwargs) call to use Python 3's
super() without including 'self' following the inheritance model.
This change ensures proper initialization of the configuration file.

Story: 2011115
Task: 50024

Change-Id: I8675ffe5a6116eb031b6ea1b4aac4214f41421e0
2024-05-14 14:37:48 +00:00
..
services Fix compute, volume, and share endpoint discovery. 2023-12-12 15:22:55 +08:00
tests Fix compute, volume, and share endpoint discovery. 2023-12-12 15:22:55 +08:00
__init__.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
accounts.py Replace git.openstack.org URLs with opendev.org URLs 2019-04-23 13:15:29 +02:00
clients.py Fix and improve SSL configuration 2020-12-08 15:04:12 +00:00
constants.py Update default cirros version to 0.5.2 2021-04-28 09:23:36 -04:00
credentials.py fix: un-hardcode v3 credentials 2023-08-21 11:29:06 +00:00
flavors.py Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
main.py fix: un-hardcode v3 credentials 2023-08-21 11:29:06 +00:00
profile.py Replace yaml.load() with yaml.safe_load() 2020-03-09 10:24:11 +01:00
tempest_conf.py Fix super() usage for proper initialization of config file 2024-05-14 14:37:48 +00:00
users.py Support Admin admin user and role 2023-09-18 10:15:25 +02:00
utils.py Create utils.py 2018-08-13 11:57:14 +02:00