seems like a bug in the test (I8caf86817a5cd8e4d0cf05d7beef850756e84bab) ** Changed in: networking-midonet Importance: Undecided => Critical
** Project changed: networking-midonet => neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1688548 Title: test_update_router_extra_attributes_bumps_revision failure Status in neutron: In Progress Bug description: eg. http://logs.openstack.org/10/438610/21/check/gate-tempest-dsvm- networking-midonet-ml2-ubuntu- xenial/a35d516/logs/testr_results.html.gz ft1.14: neutron.tests.tempest.api.test_revisions.TestRevisions.test_update_router_extra_attributes_bumps_revision[id-afb6486c-41b5-483e-a500-3c506f4deb49]_StringException: Empty attachments: stderr stdout pythonlogging:'': {{{ 2017-05-05 02:54:32,317 15758 INFO [tempest.lib.common.rest_client] Request (TestRevisions:test_update_router_extra_attributes_bumps_revision): 400 POST http://10.37.33.223:9696/v2.0/routers 0.071s 2017-05-05 02:54:32,317 15758 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "r1", "admin_state_up": true, "tenant_id": "5b8c1ab78ec849ff8c66db67fef80206", "ha": false}} Response - Headers: {u'x-openstack-request-id': 'req-4daea7f8-2c7e-48a6-9d34-30538c101e45', u'date': 'Fri, 05 May 2017 02:54:32 GMT', u'connection': 'close', u'content-length': '103', 'content-location': 'http://10.37.33.223:9696/v2.0/routers', u'content-type': 'application/json', 'status': '400'} Body: {"NeutronError": {"message": "Unrecognized attribute(s) 'ha'", "type": "HTTPBadRequest", "detail": ""}} }}} Traceback (most recent call last): File "tempest/test.py", line 115, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/new/neutron/neutron/tests/tempest/api/test_revisions.py", line 322, in test_update_router_extra_attributes_bumps_revision **router_args)['router'] File "/opt/stack/new/neutron/neutron/tests/tempest/services/network/json/network_client.py", line 340, in create_router resp, body = self.post(uri, body) File "tempest/lib/common/rest_client.py", line 270, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "tempest/lib/common/rest_client.py", line 659, in request self._error_checker(resp, resp_body) File "tempest/lib/common/rest_client.py", line 770, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {u'type': u'HTTPBadRequest', u'detail': u'', u'message': u"Unrecognized attribute(s) 'ha'"} To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1688548/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

