Reviewed:  https://review.openstack.org/23129
Committed: 
http://github.com/openstack/tempest/commit/86732f93387ef9561c68b68ad7b92dc31c96b5ae
Submitter: Jenkins
Branch:    master

commit 86732f93387ef9561c68b68ad7b92dc31c96b5ae
Author: Chris Yeoh <cy...@au1.ibm.com>
Date:   Wed Feb 27 20:52:06 2013 +1030

    More assertions for test_integration_1
    
    For the boto/test_ec2_instance_run.py test_integration_1 test
    add assertions to check that the security group modifications
    and public ip association calls actually succeed.
    
    This is to help debug the intermittent bug 1117555 which appears
    to be due to the instance sometimes being unreachable via its
    public ip.
    
    Change-Id: I8c1ffeee62e1021ecf24f05ac26518ced640c5a1


** Changed in: tempest
       Status: Triaged => Fix Released

-- 
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:
  Fix Released

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to