Comment 5 for bug 1224518

Revision history for this message
Tom Cammann (tom-cammann) wrote :

Another similar issue with HARD_REBOOT coming up:

Captured traceback:
~~~~~~~~~~~~~~~~~~~
    Traceback (most recent call last):
      File "tempest/test.py", line 128, in wrapper
        return f(self, *func_args, **func_kwargs)
      File "tempest/api/compute/security_groups/test_security_groups.py", line 116, in test_server_security_groups
        self.servers_client.wait_for_server_status(server_id, 'ACTIVE')
      File "tempest/services/compute/xml/servers_client.py", line 390, in wait_for_server_status
        raise_on_error=raise_on_error)
      File "tempest/common/waiters.py", line 97, in wait_for_server_status
        raise exceptions.TimeoutException(message)
    TimeoutException: Request timed out
    Details: (SecurityGroupsTestXML:test_server_security_groups) Server e174b7d6-9ce1-4aa6-a0d9-4bfe38940a7c failed to reach ACTIVE status and task state "None" within the required time (196 s). Current status: HARD_REBOOT. Current task state: rebooting_hard.