tempest/tempest/common
Ilya Popov 2c6da1db39 Fix error KeyError: 'addresses' for two tests
When we use create_test_server, waiters.wait_for_server_status
returns servers with more details (including server IP address in case
we don't use fip). It is needed successfully execute
wait_for_ssh_or_ping and finally get_server_ip. The last function
(get_server_ip) extract IP adress just from server dict and fails
if there is no adresses dict in it.

Closes-Bug: 1996468
Change-Id: Ib1157f4bb6fe42b3fbcdd3eafac0b5063d1a9e56
2022-11-14 16:19:43 +03:00
..
utils Validate network downtime during live migration 2022-05-19 18:41:15 +02:00
__init__.py Changes the namespace from storm to tempest, as well as adding addition tests and improvements 2011-12-06 16:48:03 -06:00
compute.py Fix error KeyError: 'addresses' for two tests 2022-11-14 16:19:43 +03:00
credentials_factory.py Add system scope for admin auth 2021-01-11 19:11:45 +00:00
custom_matchers.py Remove checking of Accept-Range header 2020-07-08 08:55:18 +00:00
identity.py Add autopep8 to tox.ini 2019-03-08 16:04:05 +01:00
image.py Replace six.iteritems with dict.items 2017-01-03 23:17:34 +00:00
tempest_fixtures.py Update all Oslo module use 2015-03-11 21:07:56 +00:00
waiters.py Merge "Fix image import tests for read-only stores" 2022-10-14 20:34:43 +00:00