yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #40184
[Bug 1505932] [NEW] neutron_lbaas.tests.tempest.v2.api.test_health_monitors_non_admin.TestHealthMonitors fails to create a load balancer
Public bug reported:
http://logs.openstack.org/43/234343/1/check/gate-neutron-lbaasv2-dsvm-
minimal/b767acd/logs/testr_results.html.gz
ft1.1: setUpClass (neutron_lbaas.tests.tempest.v2.api.test_health_monitors_non_admin.TestHealthMonitors)_StringException: Traceback (most recent call last):
File "neutron_lbaas/tests/tempest/v2/api/base.py", line 103, in setUpClass
super(BaseTestCase, cls).setUpClass()
File "neutron_lbaas/tests/tempest/lib/test.py", line 272, in setUpClass
six.reraise(etype, value, trace)
File "neutron_lbaas/tests/tempest/lib/test.py", line 265, in setUpClass
cls.resource_setup()
File "neutron_lbaas/tests/tempest/v2/api/test_health_monitors_non_admin.py", line 45, in resource_setup
vip_subnet_id=cls.subnet.get('id'))
File "neutron_lbaas/tests/tempest/v2/api/base.py", line 120, in _create_load_balancer
raise Exception(_("Failed to create load balancer..."))
Exception: Failed to create load balancer...
No exceptions in server log, probably test issue. The test hides the
actual error from us, so all we have right now is that 'Failed to create
load balancer...' message that is too vague to understand what failed.
The test should not hide details on failures.
** Affects: neutron
Importance: Critical
Assignee: Ihar Hrachyshka (ihar-hrachyshka)
Status: Confirmed
** Tags: gate-failure lbaas
** Changed in: neutron
Importance: Undecided => High
** Changed in: neutron
Assignee: (unassigned) => Ihar Hrachyshka (ihar-hrachyshka)
** Changed in: neutron
Status: New => Confirmed
** Tags added: gate-failure lbaas
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1505932
Title:
neutron_lbaas.tests.tempest.v2.api.test_health_monitors_non_admin.TestHealthMonitors
fails to create a load balancer
Status in neutron:
Confirmed
Bug description:
http://logs.openstack.org/43/234343/1/check/gate-neutron-lbaasv2-dsvm-
minimal/b767acd/logs/testr_results.html.gz
ft1.1: setUpClass (neutron_lbaas.tests.tempest.v2.api.test_health_monitors_non_admin.TestHealthMonitors)_StringException: Traceback (most recent call last):
File "neutron_lbaas/tests/tempest/v2/api/base.py", line 103, in setUpClass
super(BaseTestCase, cls).setUpClass()
File "neutron_lbaas/tests/tempest/lib/test.py", line 272, in setUpClass
six.reraise(etype, value, trace)
File "neutron_lbaas/tests/tempest/lib/test.py", line 265, in setUpClass
cls.resource_setup()
File "neutron_lbaas/tests/tempest/v2/api/test_health_monitors_non_admin.py", line 45, in resource_setup
vip_subnet_id=cls.subnet.get('id'))
File "neutron_lbaas/tests/tempest/v2/api/base.py", line 120, in _create_load_balancer
raise Exception(_("Failed to create load balancer..."))
Exception: Failed to create load balancer...
No exceptions in server log, probably test issue. The test hides the
actual error from us, so all we have right now is that 'Failed to
create load balancer...' message that is too vague to understand what
failed. The test should not hide details on failures.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1505932/+subscriptions
Follow ups