Comment 7 for bug 1355573

Revision history for this message
Ken'ichi Ohmichi (oomichi) wrote :

picking up tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern here:

date: 2016-02-21 16:55:35.858
server-id: d8bc1ba6-1b57-41c3-bf8b-8c4981f0c6fd
ip-address: 172.24.5.9

confirmed the ip-address is allocated to the server:
2016-02-21 16:52:10,047 18343 INFO [tempest_lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://127.0.0.1:8774/v2.1/b18fde6446224a348fb327cccbc0bc30/servers/d8bc1ba6-1b57-41c3-bf8b-8c4981f0c6fd/action 0.945s
2016-02-21 16:52:10,048 18343 DEBUG [tempest_lib.common.rest_client] Request - Headers: {'Accept': 'application/json', 'X-Auth-Token': '<omitted>', 'Content-Type': 'application/json'}
        Body: {"addFloatingIp": {"address": "172.24.5.9"}}

Before the timeout, the following message is output several times:
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh Traceback (most recent call last):
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/tempest_lib/common/ssh.py", line 75, in _get_ssh_connection
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh timeout=self.channel_timeout, pkey=self.pkey)
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/paramiko/client.py", line 325, in connect
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh t.start_client()
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh File "/opt/stack/new/tempest/.tox/full/local/lib/python2.7/site-packages/paramiko/transport.py", line 492, in start_client
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh raise e
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh SSHException: Error reading SSH protocol banner
2016-02-21 16:55:35.857 18343 ERROR tempest_lib.common.ssh
2016-02-21 16:55:35,858 18343 ERROR [tempest.scenario.manager] (TestVolumeBootPattern:test_volume_boot_pattern) Initializing SSH connection to 172.24.5.9 failed. Error: Connection to the 172.24.5.9 via SSH timed out.
User: cirros, Password: None