tempest.scenario.test_snapshot_pattern.TestSnapshotPattern fails sporadically

Bug #1249116 reported by Ryan Hsu
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tempest
New
Undecided
Unassigned

Bug Description

Two tests are failing from SSH timeouts on the check-tempest-devstack-vm-neutron job:

tempest.scenario.test_snapshot_pattern.TestSnapshotPattern
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern

Exception message:

Traceback (most recent call last):
  File "tempest/scenario/test_volume_boot_pattern.py", line 156, in test_volume_boot_pattern
    ssh_client = self._ssh_to_server(instance_from_snapshot, keypair)
  File "tempest/scenario/test_volume_boot_pattern.py", line 100, in _ssh_to_server
    private_key=keypair.private_key)
  File "tempest/scenario/manager.py", line 466, in get_remote_client
    return RemoteClient(ip, username, pkey=private_key)
  File "tempest/common/utils/linux/remote_client.py", line 47, in __init__
    if not self.ssh_client.test_connection_auth():
  File "tempest/common/ssh.py", line 148, in test_connection_auth
    connection = self._get_ssh_connection()
  File "tempest/common/ssh.py", line 76, in _get_ssh_connection
    password=self.password)
SSHTimeout: Connection to the 172.24.4.230 via SSH timed out.
User: cirros, Password: None

Ryan Hsu (rhsu)
summary: - tempest.scenario.test_snapshot_pattern.TestSnapshotPattern
+ tempest.scenario.test_snapshot_pattern.TestSnapshotPattern fails
+ sporadically
Revision history for this message
Alan Pevec (apevec) wrote :

In http://logs.openstack.org/14/61714/2/check/check-tempest-dsvm-neutron/e8bc885/
tempest.scenario.test_snapshot_pattern.TestSnapshotPattern failed with:
Traceback (most recent call last):
  File "tempest/scenario/test_snapshot_pattern.py", line 83, in test_snapshot_pattern
    server_from_snapshot = self._boot_image(snapshot_image.id)
  File "tempest/scenario/test_snapshot_pattern.py", line 37, in _boot_image
    return self.create_server(image=image_id, create_kwargs=create_kwargs)
  File "tempest/scenario/manager.py", line 403, in create_server
    self.status_timeout(client.servers, server.id, 'ACTIVE')
  File "tempest/scenario/manager.py", line 295, in status_timeout
    not_found_exception=not_found_exception)
  File "tempest/scenario/manager.py", line 352, in _status_timeout
    raise exceptions.TimeoutException(message)
TimeoutException: Request timed out
Details: Timed out waiting for thing c025fe07-b559-4698-827a-514d7f797424 to become ACTIVE

Revision history for this message
Alan Pevec (apevec) wrote :

Sean, bug 1253896 is duplicate for SSH timeouts part, is there bug for "Timed out waiting for thing..." or is that too generic error?

Revision history for this message
Alan Pevec (apevec) wrote :

Answering to myself, "waiting for thing" is bug 1254890

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.