Merge "Disable proxy in unit test case of test_bin"

This commit is contained in:
Jenkins 2015-01-29 21:49:58 +00:00 committed by Gerrit Code Review
commit df945bd2a9

View File

@ -156,7 +156,7 @@ class BinApiTestCase(base.BaseTestCase):
# create ceilometer.conf file
self.api_port = random.randint(10000, 11000)
self.http = httplib2.Http()
self.http = httplib2.Http(proxy_info=None)
pipeline_cfg_file = self.path_get('etc/ceilometer/pipeline.yaml')
policy_file = self.path_get('etc/ceilometer/policy.json')
content = ("[DEFAULT]\n"