tempest/tempest/api/compute
Ilya Popov 09a4373f6e Wait for VM ACTIVE state is added for fixed network case
When fixed network in tempest config is used for validation, IP
address will be returned in REST response to  get server api
only after VM will be in ACTIVE state. AS it mentioned in comment in
source  code:
"
NOTE(danms): We create these with no waiters because we will wait
for them to be validatable (i.e. SSHABLE) below. That way some of
the server creation overlap each other and with create_port.
"
But  wait_for_ssh_or_ping will call get_server_ip which fail for
server in building state (as there is no IP in server properties)

Finally we got KeyError: '<Network Name>'

Closes-Bug: 2086461
Change-Id: I21c5a81c41e771f7566bf19cac8e3b8f5f190b27
2024-11-05 20:51:58 +03:00
..
admin Add configurable hostname pattern to filter hosts 2024-08-16 10:06:44 -04:00
certificates Remove nova_cert option 2024-01-23 10:03:10 +09:00
flavors Stop violating image disk_format rules 2024-09-26 09:13:30 -07:00
floating_ips Remove nova-network tests 2023-08-04 15:12:34 -07:00
images Add wait for location import task 2024-08-30 08:32:44 +00:00
keypairs Pass resource_name_prefix from tests 2023-12-07 11:47:00 +01:00
limits Adding description for testcases - compute part5 2020-07-30 10:05:37 +08:00
security_groups Pass resource_name_prefix from tests 2023-12-07 11:47:00 +01:00
servers Wait for VM ACTIVE state is added for fixed network case 2024-11-05 20:51:58 +03:00
volumes Add servers tests with LUN direct volume 2024-05-07 11:18:27 -07:00
__init__.py remove unneeded __init__ file 2013-12-22 20:40:31 -05:00
api_microversion_fixture.py Deprecate the old API microversion fixture 2021-12-07 21:02:07 -06:00
base.py Fix AttributeError with 'SSHExecCommandFailed' 2024-08-28 18:21:00 +00:00
test_extensions.py Remove compute api_extensions config option 2022-05-05 18:15:29 -05:00
test_networks.py Adding description for testcases - compute part7 2020-08-12 13:49:43 +08:00
test_quotas.py Remove compute api_extensions config option 2022-05-05 18:15:29 -05:00
test_tenant_networks.py Skip test early to improve memory footprint and time 2023-08-04 11:20:00 -07:00
test_versions.py Move the attr decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00