Closed loop operation guarantee for ccvpn
[policy/models.git] / models-interactions / model-actors / actor.so / src / test / resources / service.yaml
index b1ac162..11197e9 100644 (file)
@@ -3,6 +3,7 @@
 # ONAP
 # ===============================================================================
 # Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2022 CTC, Inc. and others.
 # ===============================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -21,11 +22,20 @@ httpClients:
 - clientName: my-client
   hostname: localhost
   port: 80
-  basePath: base-url
+  basePath: base-url/
   managed: true
 actors:
   SO:
     clientName: my-client
+    pollPath: orchestrationRequests/v5
+    pollWaitSec: 20
+    maxPolls: 20
     operations:
       VF Module Create:
-        path: create
\ No newline at end of file
+        path: serviceInstantiation/v7/serviceInstances
+      VF Module Delete:
+        path: serviceInstances/v7
+      Modify NSSI:
+        path: 3gppservices/v7/modify
+      ModifyCloudLeasedLine:
+        path: infra/serviceIntent/v1/modify
\ No newline at end of file