Comment 1 for bug 1798688

Revision history for this message
Brian Haley (brian-haley) wrote : Re: iptables_hybrid tests tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server failed

From looking at the log it's unclear this is a neutron issue:

Captured traceback:
~~~~~~~~~~~~~~~~~~~
     Traceback (most recent call last):
       File "tempest/api/compute/servers/test_servers_negative.py", line 47, in tearDown
         self.server_check_teardown()
       File "tempest/api/compute/base.py", line 201, in server_check_teardown
         cls.server_id, 'ACTIVE')
       File "tempest/common/waiters.py", line 96, in wait_for_server_status
         raise lib_exc.TimeoutException(message)
     tempest.lib.exceptions.TimeoutException: Request timed out
     Details: (ServersNegativeTestJSON:tearDown) Server 7e7cf40f-0ab7-4f22-91ce-6f4e22a54ac2 failed to reach ACTIVE status and task state "None" within the required time (196 s). Current status: SHELVED_OFFLOADED. Current task state: None.

I didn't see any tracebacks in the neutron logs that would indicate there was a failure.