← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1709869] Re: test_convert_default_subnetpool_to_non_default fails: Subnet pool could not be found

 

Reviewed:  https://review.openstack.org/492522
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=34ad023ea3b00ed876e9c5b1a4f19ee56f7f89b7
Submitter: Jenkins
Branch:    master

commit 34ad023ea3b00ed876e9c5b1a4f19ee56f7f89b7
Author: Itzik Brown <itzikb@xxxxxxxxxx>
Date:   Thu Aug 10 15:44:18 2017 +0300

    Fixing test_convert_default_subnetpool_to_non_default
    
    Susbnetpool is created by admin but the show command
    is using non-admin client.
    
    Change-Id: I4cac1b87c03053255ed298d4423ea672e60b410d
    Closes-bug: #1709869


** Changed in: neutron
       Status: In Progress => Fix Released

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

Title:
  test_convert_default_subnetpool_to_non_default fails: Subnet pool
  could not be found

Status in neutron:
  Fix Released

Bug description:
  Running test_convert_default_subnetpool_to_non_default it fails with
  the following error:

  Traceback (most recent call last):
    File "/usr/lib/python2.7/site-packages/tempest/test.py", line 122, in wrapper
      return func(*func_args, **func_kwargs)
    File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/api/test_subnetpools.py", line 392, in test_convert_default_subnetpool_to_non_default
      show_body = self.client.show_subnetpool(subnetpool_id)
    File "/usr/lib/python2.7/site-packages/neutron/tests/tempest/services/network/json/network_client.py", line 136, in _show
      resp, body = self.get(uri)
    File "/usr/lib/python2.7/site-packages/tempest/lib/common/rest_client.py", line 285, in get
      return self.request('GET', url, extra_headers, headers)
    File "/usr/lib/python2.7/site-packages/tempest/lib/common/rest_client.py", line 659, in request
      self._error_checker(resp, resp_body)
    File "/usr/lib/python2.7/site-packages/tempest/lib/common/rest_client.py", line 765, in _error_checker
      raise exceptions.NotFound(resp_body, resp=resp)
  tempest.lib.exceptions.NotFound: Object not found
  Details: {u'message': u'Subnet pool 428fbe89-0282-4587-a59b-be3957d5c701 could not be found.', u'type': u'SubnetPoolNotFound', u'detail': u''}

  Version
  =======
  Pike
  python-neutron-tests-11.0.0-0.20170804190459.el7ost.noarch

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


References