yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #00987
[Bug 1117555] Re: SSH timeout in tempest.test.boto.test_ec2_instance_run
I think the problem seen in http://logs.openstack.org/22765/4/check
/gate-tempest-devstack-vm-full/6460/ should be "fixed" by
https://review.openstack.org/#/c/23067/3 which ups the timeout to 60
secs.
There's two timeout's we see here: One in RemoteClient's __init__ making
the initial connection which has a long timeout and appears to be caused
by the public ip not being reachable (perhaps the firewall settings
aren't getting through properly) and the timeout with the console
output, which I *think* should now be fixed.
I'm moving the status of the bug back to open because 23067 doesn't fix
the first issue.
** Changed in: tempest
Status: Fix Released => Triaged
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1117555
Title:
SSH timeout in tempest.test.boto.test_ec2_instance_run
Status in OpenStack Compute (Nova):
New
Status in Tempest:
Triaged
Bug description:
quantum devstack gate failure:
http://logs.openstack.org/21179/1/gate/gate-tempest-devstack-vm-quantum/5156 : FAILURE
2013-02-06 16:26:40.052 | ======================================================================
2013-02-06 16:26:40.053 | ERROR: tempest.tests.boto.test_ec2_instance_run.InstanceRunTest.test_integration_1
2013-02-06 16:26:40.054 | ----------------------------------------------------------------------
2013-02-06 16:26:40.054 | _StringException: Traceback (most recent call last):
2013-02-06 16:26:40.054 | File "/opt/stack/new/tempest/tempest/tests/boto/test_ec2_instance_run.py", line 205, in test_integration_1
2013-02-06 16:26:40.054 | pkey=self.keypair.material)
2013-02-06 16:26:40.054 | File "/opt/stack/new/tempest/tempest/common/utils/linux/remote_client.py", line 31, in __init__
2013-02-06 16:26:40.054 | if not self.ssh_client.test_connection_auth():
2013-02-06 16:26:40.055 | File "/opt/stack/new/tempest/tempest/common/ssh.py", line 142, in test_connection_auth
2013-02-06 16:26:40.055 | connection = self._get_ssh_connection()
2013-02-06 16:26:40.055 | File "/opt/stack/new/tempest/tempest/common/ssh.py", line 75, in _get_ssh_connection
2013-02-06 16:26:40.055 | password=self.password)
2013-02-06 16:26:40.055 | SSHTimeout: Connection to the 172.24.4.228 via SSH timed out.
2013-02-06 16:26:40.055 | User: cirros, Password: None
2013-02-06 16:26:40.055 |
2013-02-06 16:26:40.055 | -------------------- >> begin captured logging << --------------------
2013-02-06 16:26:40.056 | tempest.config: INFO: Using tempest config file /opt/stack/new/tempest/etc/tempest.conf
2013-02-06 16:26:40.056 | requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1
2013-02-06 16:26:40.056 | requests.packages.urllib3.connectionpool: DEBUG: "POST /v2.0/tokens HTTP/1.1" 200 None
2013-02-06 16:26:40.056 | requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1
2013-02-06 16:26:40.056 | requests.packages.urllib3.connectionpool: DEBUG: "GET /v2.0/users/40d750dffc934dc293df7f5ce621ad33/credentials/OS-EC2 HTTP/1.1" 200 None
2013-02-06 16:26:40.056 | requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1
2013-02-06 16:26:40.056 | requests.packages.urllib3.connectionpool: DEBUG: "POST /v2.0/tokens HTTP/1.1" 200 None
2013-02-06 16:26:40.057 | requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1
2013-02-06 16:26:40.057 | requests.packages.urllib3.connectionpool: DEBUG: "GET /v2.0/users/40d750dffc934dc293df7f5ce621ad33/credentials/OS-EC2 HTTP/1.1" 200 None
2013-02-06 16:26:40.057 | requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1
2013-02-06 16:26:40.057 | requests.packages.urllib3.connectionpool: DEBUG: "POST /v2.0/tokens HTTP/1.1" 200 None
2013-02-06 16:26:40.057 | requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1
2013-02-06 16:26:40.057 | requests.packages.urllib3.connectionpool: DEBUG: "GET /v2.0/users/40d750dffc934dc293df7f5ce621ad33/credentials/OS-EC2 HTTP/1.1" 200 None
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1117555/+subscriptions