Public bug reported:

These tests are failing many times starting around 10:00 December 11

http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwidGVtcGVzdC5zY2VuYXJpby50ZXN0X25ldHdvcmtfdjYuVGVzdEdldHRpbmdBZGRyZXNzLnRlc3RfZGhjcDZfc3RhdGVsZXNzX2Zyb21fb3NcIiBBTkQgbWVzc2FnZTpGQUlMRUQiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjYwNDgwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjE0MTgzOTI5MTYwMDN9

2014-12-12 07:08:27.244 | {0} 
tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os
 [3.761658s] ... FAILED
2014-12-12 07:08:30.255 | {0} 
tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os 
[3.008262s] ... FAILED

2014-12-12 07:16:56.626 |     Traceback (most recent call last):
2014-12-12 07:16:56.626 |       File "tempest/test.py", line 112, in wrapper
2014-12-12 07:16:56.627 |         return f(self, *func_args, **func_kwargs)
2014-12-12 07:16:56.627 |       File "tempest/scenario/test_network_v6.py", 
line 142, in test_slaac_from_os
2014-12-12 07:16:56.627 |         self._prepare_and_test(address6_mode='slaac')
2014-12-12 07:16:56.628 |       File "tempest/scenario/test_network_v6.py", 
line 113, in _prepare_and_test
2014-12-12 07:16:56.628 |         ssh1, srv1 = self.prepare_server()
2014-12-12 07:16:56.628 |       File "tempest/scenario/test_network_v6.py", 
line 102, in prepare_server
2014-12-12 07:16:56.628 |         srv = 
self.create_server(create_kwargs=self.srv_kwargs)
2014-12-12 07:16:56.629 |       File "tempest/scenario/manager.py", line 198, 
in create_server
2014-12-12 07:16:56.629 |         **create_kwargs)
2014-12-12 07:16:56.629 |       File 
"tempest/services/compute/json/servers_client.py", line 92, in create_server
2014-12-12 07:16:56.630 |         resp, body = self.post('servers', post_body)
2014-12-12 07:16:56.630 |       File "tempest/common/rest_client.py", line 253, 
in post
2014-12-12 07:16:56.630 |         return self.request('POST', url, 
extra_headers, headers, body)
2014-12-12 07:16:56.630 |       File "tempest/common/rest_client.py", line 467, 
in request
2014-12-12 07:16:56.631 |         resp, resp_body)
2014-12-12 07:16:56.631 |       File "tempest/common/rest_client.py", line 516, 
in _error_checker
2014-12-12 07:16:56.631 |         raise exceptions.BadRequest(resp_body)
2014-12-12 07:16:56.632 |     BadRequest: Bad request
2014-12-12 07:16:56.632 |     Details: {u'code': 400, u'message': u'Multiple 
possible networks found, use a Network ID to be more specific.'}

An exception can be seen while calling neutron in n-api.log. The test
itself has not changed.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1401900

Title:
  Gate jobs failing wth "Multiple possible networks found"

Status in OpenStack Neutron (virtual network service):
  New

Bug description:
  These tests are failing many times starting around 10:00 December 11

  
http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwidGVtcGVzdC5zY2VuYXJpby50ZXN0X25ldHdvcmtfdjYuVGVzdEdldHRpbmdBZGRyZXNzLnRlc3RfZGhjcDZfc3RhdGVsZXNzX2Zyb21fb3NcIiBBTkQgbWVzc2FnZTpGQUlMRUQiLCJmaWVsZHMiOltdLCJvZmZzZXQiOjAsInRpbWVmcmFtZSI6IjYwNDgwMCIsImdyYXBobW9kZSI6ImNvdW50IiwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwic3RhbXAiOjE0MTgzOTI5MTYwMDN9

  2014-12-12 07:08:27.244 | {0} 
tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os
 [3.761658s] ... FAILED
  2014-12-12 07:08:30.255 | {0} 
tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os 
[3.008262s] ... FAILED

  2014-12-12 07:16:56.626 |     Traceback (most recent call last):
  2014-12-12 07:16:56.626 |       File "tempest/test.py", line 112, in wrapper
  2014-12-12 07:16:56.627 |         return f(self, *func_args, **func_kwargs)
  2014-12-12 07:16:56.627 |       File "tempest/scenario/test_network_v6.py", 
line 142, in test_slaac_from_os
  2014-12-12 07:16:56.627 |         
self._prepare_and_test(address6_mode='slaac')
  2014-12-12 07:16:56.628 |       File "tempest/scenario/test_network_v6.py", 
line 113, in _prepare_and_test
  2014-12-12 07:16:56.628 |         ssh1, srv1 = self.prepare_server()
  2014-12-12 07:16:56.628 |       File "tempest/scenario/test_network_v6.py", 
line 102, in prepare_server
  2014-12-12 07:16:56.628 |         srv = 
self.create_server(create_kwargs=self.srv_kwargs)
  2014-12-12 07:16:56.629 |       File "tempest/scenario/manager.py", line 198, 
in create_server
  2014-12-12 07:16:56.629 |         **create_kwargs)
  2014-12-12 07:16:56.629 |       File 
"tempest/services/compute/json/servers_client.py", line 92, in create_server
  2014-12-12 07:16:56.630 |         resp, body = self.post('servers', post_body)
  2014-12-12 07:16:56.630 |       File "tempest/common/rest_client.py", line 
253, in post
  2014-12-12 07:16:56.630 |         return self.request('POST', url, 
extra_headers, headers, body)
  2014-12-12 07:16:56.630 |       File "tempest/common/rest_client.py", line 
467, in request
  2014-12-12 07:16:56.631 |         resp, resp_body)
  2014-12-12 07:16:56.631 |       File "tempest/common/rest_client.py", line 
516, in _error_checker
  2014-12-12 07:16:56.631 |         raise exceptions.BadRequest(resp_body)
  2014-12-12 07:16:56.632 |     BadRequest: Bad request
  2014-12-12 07:16:56.632 |     Details: {u'code': 400, u'message': u'Multiple 
possible networks found, use a Network ID to be more specific.'}

  An exception can be seen while calling neutron in n-api.log. The test
  itself has not changed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1401900/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to