yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #12472
[Bug 1300141] [NEW] Output from API calls in the tests
Public bug reported:
After pulling the latest this morning, I see the following output in the
tests:
test_index (openstack_dashboard.dashboards.admin.info.tests.SystemInfoViewTests) ...
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): public.nova.example.com
DEBUG:cinderclient.client:Connection refused: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v1/os-quota-sets/1/defaults (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
ok
It looks like there is an API call that should be mocked, that isn't.
** Affects: horizon
Importance: Low
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1300141
Title:
Output from API calls in the tests
Status in OpenStack Dashboard (Horizon):
New
Bug description:
After pulling the latest this morning, I see the following output in
the tests:
test_index (openstack_dashboard.dashboards.admin.info.tests.SystemInfoViewTests) ...
INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): public.nova.example.com
DEBUG:cinderclient.client:Connection refused: HTTPConnectionPool(host='public.nova.example.com', port=8776): Max retries exceeded with url: /v1/os-quota-sets/1/defaults (Caused by <class 'socket.gaierror'>: [Errno -2] Name or service not known)
ok
It looks like there is an API call that should be mocked, that isn't.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1300141/+subscriptions
Follow ups
References