Fix URI bad format error 25/80625/1
authorananth.y <ananth.y@hcl.com>
Wed, 27 Feb 2019 13:40:46 +0000 (22:40 +0900)
committerananth.y <ananth.y@hcl.com>
Wed, 27 Feb 2019 13:48:25 +0000 (22:48 +0900)
In jenkins model dump for rendered-service-path
gets error response.

Change-Id: Iebb1c89c90c335fc5b2b924e250b7d876386dd2f
Signed-off-by: ananth.y <ananth.y@hcl.com>
csit/variables/netvirt/Modules.py

index ba752e8425ce591be7a1070f8ea93e44fb6e0e95..fda393e0c425251357406f31a6746a3d143b724a 100644 (file)
@@ -72,5 +72,5 @@ netvirt_sfc_data_models = [
     'config/service-function-type:service-function-types',
     'config/service-function:service-functions',
     'config/sfc-of-renderer:sfc-of-renderer-config',
-    'operational/rendered-service-path:rendered-service-path'
+    'operational/rendered-service-path:rendered-service-paths/'
 ]