Stacktrace
Traceback (most recent call last):
File "/usr/lib64/python2.7/unittest/case.py", line 369, in run
testMethod()
File "robottelo/common/decorators.py", line 351, in wrapper_func
if self.bug_type == 'bugzilla' and bz_bug_is_open(self.bug_id):
File "robottelo/common/decorators.py", line 281, in bz_bug_is_open
bug = _get_bugzilla_bug(bug_id)
File "robottelo/common/decorators.py", line 194, in _get_bugzilla_bug
_bugzilla[bug_id] = bz_conn.getbugsimple(bug_id)
File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 1066, in getbugsimple
dict=self._getbug(objid, simple=True),
File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 1038, in _getbug
extra_fields=extra_fields)[0]
File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 1010, in _getbugs
r = self._proxy.Bug.get(getbugdata)
File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in call
return self.send(self.name, args)
File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 168, in _ServerProxy__request
ret = ServerProxy._ServerProxyrequest(self, methodname, params)
File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in request
verbose=self.__verbose
File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 263, in request
return self._request_helper(url, request_body)
File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 236, in _request_helper
response.raise_for_status()
File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/requests/models.py", line 851, in raise_for_status
raise HTTPError(http_error_msg, response=self)
HTTPError: 502 Server Error: Proxy Error
TestNames: tests.foreman.ui.test_location.Location.test_auto_search
Error Message 502 Server Error: Proxy Error
Stacktrace Traceback (most recent call last): File "/usr/lib64/python2.7/unittest/case.py", line 369, in run testMethod() File "robottelo/common/decorators.py", line 351, in wrapper_func if self.bug_type == 'bugzilla' and bz_bug_is_open(self.bug_id): File "robottelo/common/decorators.py", line 281, in bz_bug_is_open bug = _get_bugzilla_bug(bug_id) File "robottelo/common/decorators.py", line 194, in _get_bugzilla_bug _bugzilla[bug_id] = bz_conn.getbugsimple(bug_id) File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 1066, in getbugsimple dict=self._getbug(objid, simple=True), File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 1038, in _getbug extra_fields=extra_fields)[0] File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 1010, in _getbugs r = self._proxy.Bug.get(getbugdata) File "/usr/lib64/python2.7/xmlrpclib.py", line 1224, in call return self.send(self.name, args) File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 168, in _ServerProxy__request ret = ServerProxy._ServerProxyrequest(self, methodname, params) File "/usr/lib64/python2.7/xmlrpclib.py", line 1578, in request verbose=self.__verbose File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 263, in request return self._request_helper(url, request_body) File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/bugzilla/base.py", line 236, in _request_helper response.raise_for_status() File "/home/jenkins/shiningpanda/jobs/abb3bf3f/virtualenvs/d41d8cd9/lib/python2.7/site-packages/requests/models.py", line 851, in raise_for_status raise HTTPError(http_error_msg, response=self) HTTPError: 502 Server Error: Proxy Error