"tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern" failed with SSH timeout

Bug #1321223 reported by Michael Berlin
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
tempest
New
Undecided
Unassigned

Bug Description

Hi,

I'm new to OpenStack development and got this in one of my first patchsets. It looks like a typical flaky test?

"check-tempest-dsvm-postgres-full" failed because of "SSHTimeout: Connection to the 172.24.4.20 via SSH timed out." error in "tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern"

See: http://logs.openstack.org/11/94211/1/check/check-tempest-dsvm-postgres-full/a36c291/

Review which triggered the test: https://review.openstack.org/#/c/94211/ (I've only changed a unit test. This shouldn't cause the error)

Possible duplicate bugs may be: #1298472 and #1253896 (However, my error output seems to be unique and I haven't found it somewhere else yet.)

Output of the failed test:

2014-05-19 16:39:28.419 | {1} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPatternV2.test_volume_boot_pattern [293.636196s] ... FAILED
2014-05-19 16:39:28.420 |
2014-05-19 16:39:28.420 | Captured traceback:
2014-05-19 16:39:28.420 | ~~~~~~~~~~~~~~~~~~~
2014-05-19 16:39:28.420 | Traceback (most recent call last):
2014-05-19 16:39:28.420 | File "tempest/test.py", line 126, in wrapper
2014-05-19 16:39:28.420 | return f(self, *func_args, **func_kwargs)
2014-05-19 16:39:28.421 | File "tempest/scenario/test_volume_boot_pattern.py", line 172, in test_volume_boot_pattern
2014-05-19 16:39:28.421 | self._check_content_of_written_file(ssh_client, text)
2014-05-19 16:39:28.421 | File "tempest/scenario/test_volume_boot_pattern.py", line 132, in _check_content_of_written_file
2014-05-19 16:39:28.421 | actual = self._get_content(ssh_client)
2014-05-19 16:39:28.421 | File "tempest/scenario/test_volume_boot_pattern.py", line 119, in _get_content
2014-05-19 16:39:28.421 | return ssh_client.exec_command('cat /tmp/text')
2014-05-19 16:39:28.421 | File "tempest/common/utils/linux/remote_client.py", line 47, in exec_command
2014-05-19 16:39:28.422 | return self.ssh_client.exec_command(cmd)
2014-05-19 16:39:28.422 | File "tempest/common/ssh.py", line 110, in exec_command
2014-05-19 16:39:28.422 | ssh = self._get_ssh_connection()
2014-05-19 16:39:28.422 | File "tempest/common/ssh.py", line 87, in _get_ssh_connection
2014-05-19 16:39:28.422 | password=self.password)
2014-05-19 16:39:28.422 | SSHTimeout: Connection to the 172.24.4.20 via SSH timed out.
2014-05-19 16:39:28.422 | User: cirros, Password: None

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.