Tempest-RHOSP10-Neutron service profiles not supported

Bug #1686225 reported by shajuvk
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Juniper Openstack
Status tracked in Trunk
R3.2
Won't Fix
Medium
Sachin Bansal
R4.0
Won't Fix
Medium
Sachin Bansal
Trunk
New
Medium
Sachin Bansal

Bug Description

neutron server log:
=========

2017-04-25 22:20:39.495 135204 INFO neutron.api.v2.resource [req-a8710625-65ca-4e77-82ce-518e78cf7fd2 2d0a830e767e42a794218b996256e803 9b6eb8b6453e4e52a85c7ca8b1febb7e - - -] create failed (client error): The resource could not be found.
2017-04-25 22:20:39.497 135204 INFO neutron.wsgi [req-a8710625-65ca-4e77-82ce-518e78cf7fd2 2d0a830e767e42a794218b996256e803 9b6eb8b6453e4e52a85c7ca8b1febb7e - - -] 10.0.0.22 - - [25/Apr/2017 22:20:39] "POST /v2.0/service_profiles HTTP/1.1" 404 404 0.212840

test code tempest:
===========
137 def _create(**kwargs):
138 import pdb; pdb.set_trace()
139 plural = self.pluralize(resource_name)
140 uri = self.get_uri(plural)
141 post_data = self.serialize({resource_name: kwargs})
142 -> resp, body = self.post(uri, post_data)
143 body = self.deserialize_single(body)
144 self.expected_success(201, resp.status)
145 return service_client.ResponseBody(resp, body)
146
147 return _create
(Pdb) post_data
'{"service_profile": {"driver": "neutron.services.l3_router.service_providers.single_node.SingleNodeDriver"}}'

(Pdb) resp, body = self.post(uri, post_data)
*** NotFound: Object not found
Details: {u'message': u'Service Profile driver neutron.services.l3_router.service_providers.single_node.SingleNodeDriver could not be found.', u'type': u'ServiceProfileDriverNotFound', u'detail': u''}

(Pdb) uri
'v2.0/service_profiles'

shajuvk (shajuvk)
tags: added: config tempest-redhat
information type: Proprietary → Public
Jeba Paulaiyan (jebap)
tags: added: blocker
tags: removed: blocker
Revision history for this message
Andrey Pavlov (apavlov-e) wrote :

same for R4.0 + OSPD10 certification:

setUpClass (neutron.tests.tempest.api.admin.test_routers_flavors.RoutersFlavorTestCase) [0.000000s] ... FAILED
> Service Profile driver neutron.services.l3_router.service_providers.single_node.SingleNodeDriver could not be found.

but this class is present in Newton's code base.

summary: - Tempest-RHOSP10-Neutron service profilers not supported
+ Tempest-RHOSP10-Neutron service profiles not supported
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.