I can't point out what is causing this, anyway, there are several tracebacks available in http://logs.openstack.org/98/81098/2/check/check-tempest-dsvm-neutron-pg/df24b97/logs/screen-q-lbaas.txt.gz
seems to me that one of the ballancers had a problem, although it passed the connection check, so maybe adding a retry with a timeout at https://github.com/openstack/tempest/blob/master/tempest/scenario/test_load_balancer_basic.py#L213 will help to solve this issue. Adding neutron team to see their thoughts ** Also affects: neutron Importance: Undecided Status: New ** Changed in: tempest Status: New => Confirmed ** Changed in: tempest Importance: Undecided => Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1294603 Title: scenario test_load_balancer_basic fails Status in OpenStack Neutron (virtual network service): New Status in Tempest: Confirmed Bug description: http://logs.openstack.org/98/81098/2/check/check-tempest-dsvm-neutron- pg/df24b97/console.html 2014-03-19 09:58:15.379 | Traceback (most recent call last): 2014-03-19 09:58:15.379 | File "tempest/test.py", line 121, in wrapper 2014-03-19 09:58:15.379 | return f(self, *func_args, **func_kwargs) 2014-03-19 09:58:15.379 | File "tempest/scenario/test_load_balancer_basic.py", line 225, in test_load_balancer_basic 2014-03-19 09:58:15.379 | self._check_load_balancing() 2014-03-19 09:58:15.379 | File "tempest/scenario/test_load_balancer_basic.py", line 213, in _check_load_balancing 2014-03-19 09:58:15.379 | "http://{0}/".format(self.vip_ip)).read()) 2014-03-19 09:58:15.380 | File "/usr/lib/python2.7/urllib.py", line 86, in urlopen 2014-03-19 09:58:15.380 | return opener.open(url) 2014-03-19 09:58:15.380 | File "/usr/lib/python2.7/urllib.py", line 207, in open 2014-03-19 09:58:15.380 | return getattr(self, name)(url) 2014-03-19 09:58:15.380 | File "/usr/lib/python2.7/urllib.py", line 345, in open_http 2014-03-19 09:58:15.380 | errcode, errmsg, headers = h.getreply() 2014-03-19 09:58:15.380 | File "/usr/lib/python2.7/httplib.py", line 1102, in getreply 2014-03-19 09:58:15.380 | response = self._conn.getresponse() 2014-03-19 09:58:15.380 | File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse 2014-03-19 09:58:15.380 | response.begin() 2014-03-19 09:58:15.380 | File "/usr/lib/python2.7/httplib.py", line 407, in begin 2014-03-19 09:58:15.381 | version, status, reason = self._read_status() 2014-03-19 09:58:15.381 | File "/usr/lib/python2.7/httplib.py", line 365, in _read_status 2014-03-19 09:58:15.381 | line = self.fp.readline() 2014-03-19 09:58:15.381 | File "/usr/lib/python2.7/socket.py", line 430, in readline 2014-03-19 09:58:15.381 | data = recv(1) 2014-03-19 09:58:15.381 | IOError: [Errno socket error] [Errno 104] Connection reset by peer To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1294603/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

