Public bug reported:

2014-06-05 01:28:56.830 | {0} 
tempest.scenario.test_load_balancer_basic.TestLoadBalancerBasic.test_load_balancer_basic
 [48.722497s] ... FAILED
2014-06-05 01:28:56.831 | 
2014-06-05 01:28:56.831 | Captured traceback:
2014-06-05 01:28:56.831 | ~~~~~~~~~~~~~~~~~~~
2014-06-05 01:28:56.831 |     Traceback (most recent call last):
2014-06-05 01:28:56.831 |       File "tempest/test.py", line 126, in wrapper
2014-06-05 01:28:56.831 |         return f(self, *func_args, **func_kwargs)
2014-06-05 01:28:56.831 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 305, in 
test_load_balancer_basic
2014-06-05 01:28:56.831 |         self._check_load_balancing()
2014-06-05 01:28:56.832 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 279, in 
_check_load_balancing
2014-06-05 01:28:56.832 |         self._check_connection(self.vip_ip)
2014-06-05 01:28:56.832 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 196, in _check_connection
2014-06-05 01:28:56.832 |         while not try_connect(check_ip, port):
2014-06-05 01:28:56.832 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 188, in try_connect
2014-06-05 01:28:56.832 |         resp = 
urllib2.urlopen("http://{0}:{1}/".format(ip, port))
2014-06-05 01:28:56.832 |       File "/usr/lib/python2.7/urllib2.py", line 126, 
in urlopen
2014-06-05 01:28:56.833 |         return _opener.open(url, data, timeout)
2014-06-05 01:28:56.833 |       File "/usr/lib/python2.7/urllib2.py", line 400, 
in open
2014-06-05 01:28:56.833 |         response = self._open(req, data)
2014-06-05 01:28:56.833 |       File "/usr/lib/python2.7/urllib2.py", line 418, 
in _open
2014-06-05 01:28:56.833 |         '_open', req)
2014-06-05 01:28:56.833 |       File "/usr/lib/python2.7/urllib2.py", line 378, 
in _call_chain
2014-06-05 01:28:56.834 |         result = func(*args)
2014-06-05 01:28:56.834 |       File "/usr/lib/python2.7/urllib2.py", line 
1207, in http_open
2014-06-05 01:28:56.834 |         return self.do_open(httplib.HTTPConnection, 
req)
2014-06-05 01:28:56.834 |       File "/usr/lib/python2.7/urllib2.py", line 
1180, in do_open
2014-06-05 01:28:56.834 |         r = h.getresponse(buffering=True)
2014-06-05 01:28:56.834 |       File "/usr/lib/python2.7/httplib.py", line 
1030, in getresponse
2014-06-05 01:28:56.835 |         response.begin()
2014-06-05 01:28:56.835 |       File "/usr/lib/python2.7/httplib.py", line 407, 
in begin
2014-06-05 01:28:56.835 |         version, status, reason = self._read_status()
2014-06-05 01:28:56.835 |       File "/usr/lib/python2.7/httplib.py", line 371, 
in _read_status
2014-06-05 01:28:56.835 |         raise BadStatusLine(line)
2014-06-05 01:28:56.835 |     BadStatusLine: ''

** Affects: neutron
     Importance: Undecided
         Status: New

** Affects: tempest
     Importance: Undecided
         Status: New

** Also affects: tempest
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1326607

Title:
  TestLoadBalancerBasic fails in Tempest

Status in OpenStack Neutron (virtual network service):
  New
Status in Tempest:
  New

Bug description:
  2014-06-05 01:28:56.830 | {0} 
tempest.scenario.test_load_balancer_basic.TestLoadBalancerBasic.test_load_balancer_basic
 [48.722497s] ... FAILED
  2014-06-05 01:28:56.831 | 
  2014-06-05 01:28:56.831 | Captured traceback:
  2014-06-05 01:28:56.831 | ~~~~~~~~~~~~~~~~~~~
  2014-06-05 01:28:56.831 |     Traceback (most recent call last):
  2014-06-05 01:28:56.831 |       File "tempest/test.py", line 126, in wrapper
  2014-06-05 01:28:56.831 |         return f(self, *func_args, **func_kwargs)
  2014-06-05 01:28:56.831 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 305, in 
test_load_balancer_basic
  2014-06-05 01:28:56.831 |         self._check_load_balancing()
  2014-06-05 01:28:56.832 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 279, in 
_check_load_balancing
  2014-06-05 01:28:56.832 |         self._check_connection(self.vip_ip)
  2014-06-05 01:28:56.832 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 196, in _check_connection
  2014-06-05 01:28:56.832 |         while not try_connect(check_ip, port):
  2014-06-05 01:28:56.832 |       File 
"tempest/scenario/test_load_balancer_basic.py", line 188, in try_connect
  2014-06-05 01:28:56.832 |         resp = 
urllib2.urlopen("http://{0}:{1}/".format(ip, port))
  2014-06-05 01:28:56.832 |       File "/usr/lib/python2.7/urllib2.py", line 
126, in urlopen
  2014-06-05 01:28:56.833 |         return _opener.open(url, data, timeout)
  2014-06-05 01:28:56.833 |       File "/usr/lib/python2.7/urllib2.py", line 
400, in open
  2014-06-05 01:28:56.833 |         response = self._open(req, data)
  2014-06-05 01:28:56.833 |       File "/usr/lib/python2.7/urllib2.py", line 
418, in _open
  2014-06-05 01:28:56.833 |         '_open', req)
  2014-06-05 01:28:56.833 |       File "/usr/lib/python2.7/urllib2.py", line 
378, in _call_chain
  2014-06-05 01:28:56.834 |         result = func(*args)
  2014-06-05 01:28:56.834 |       File "/usr/lib/python2.7/urllib2.py", line 
1207, in http_open
  2014-06-05 01:28:56.834 |         return self.do_open(httplib.HTTPConnection, 
req)
  2014-06-05 01:28:56.834 |       File "/usr/lib/python2.7/urllib2.py", line 
1180, in do_open
  2014-06-05 01:28:56.834 |         r = h.getresponse(buffering=True)
  2014-06-05 01:28:56.834 |       File "/usr/lib/python2.7/httplib.py", line 
1030, in getresponse
  2014-06-05 01:28:56.835 |         response.begin()
  2014-06-05 01:28:56.835 |       File "/usr/lib/python2.7/httplib.py", line 
407, in begin
  2014-06-05 01:28:56.835 |         version, status, reason = 
self._read_status()
  2014-06-05 01:28:56.835 |       File "/usr/lib/python2.7/httplib.py", line 
371, in _read_status
  2014-06-05 01:28:56.835 |         raise BadStatusLine(line)
  2014-06-05 01:28:56.835 |     BadStatusLine: ''

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1326607/+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