Comment 12 for bug 1606546

Revision history for this message
Sofiia Andriichenko (sandriichenko) wrote :

Reproduce manual and on CI
9.1 snapshot #294

Traceback (most recent call last):
  File "tempest/test.py", line 107, in wrapper
    return f(self, *func_args, **func_kwargs)
  File "tempest/scenario/test_server_multinode.py", line 71, in test_schedule_to_all_nodes
    wait_until='ACTIVE')
  File "tempest/scenario/manager.py", line 205, in create_server
    image_id=image_id, **kwargs)
  File "tempest/common/compute.py", line 168, in create_test_server
    % server['id'])
  File "/root/.rally/tempest/for-deployment-c63cd82f-4352-4a78-99a3-e52392edb324/.venv/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 220, in __exit__
    self.force_reraise()
  File "/root/.rally/tempest/for-deployment-c63cd82f-4352-4a78-99a3-e52392edb324/.venv/local/lib/python2.7/site-packages/oslo_utils/excutils.py", line 196, in force_reraise
    six.reraise(self.type_, self.value, self.tb)
  File "tempest/common/compute.py", line 150, in create_test_server
    clients.servers_client, server['id'], wait_until)
  File "tempest/common/waiters.py", line 95, in wait_for_server_status
    raise exceptions.TimeoutException(message)
tempest.exceptions.TimeoutException: Request timed out
Details: (TestServerMultinode:test_schedule_to_all_nodes) Server d394f3e9-c4d7-48ca-bd3c-fc6e52cebc3f failed to reach ACTIVE status and task state "None" within the required time (300 s). Current status: BUILD. Current task state: scheduling.