python-tempestconf/config_tempest
yatinkarel 9a2d7cbbb0 Use assertCountEqual instead of assertItemsEqual
The assertItemsEqual method has been removed in Python 3.3 [1] but
it was kept alive by unittest2, imported by testtools. For better
compatibility, change to assertCountEqual.

[1] https://bugs.python.org/issue17866

Change-Id: Ia9768b9b889becbbc6153f3866e9fdf625fe4f5e
2021-05-14 13:02:57 +05:30
..
services Merge "Updating download_with_retry function" 2021-04-26 21:57:22 +00:00
tests Use assertCountEqual instead of assertItemsEqual 2021-05-14 13:02:57 +05:30
__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 Add alternative image to be downloaded 2021-03-15 12:29:30 +01:00
credentials.py Fix and improve SSL configuration 2020-12-08 15:04:12 +00:00
flavors.py Allow to specify min flavor memory and disk size 2019-03-29 10:14:05 +00:00
main.py Add alternative image to be downloaded 2021-03-15 12:29:30 +01:00
profile.py Replace yaml.load() with yaml.safe_load() 2020-03-09 10:24:11 +01:00
tempest_conf.py Remove six.PY3 conditions 2020-11-14 11:18:41 +00:00
users.py Fix heat plugin support 2020-06-02 08:36:00 +00:00
utils.py Create utils.py 2018-08-13 11:57:14 +02:00