yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #66587
[Bug 1709869] [NEW] test_convert_default_subnetpool_to_non_default fails: Subnet pool could not be found
Public bug reported:
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
** Affects: neutron
Importance: Undecided
Assignee: Itzik Brown (itzikb1)
Status: In Progress
--
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:
In Progress
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
Follow ups