Closed loop operation guarantee for ccvpn
[policy/models.git] / models-interactions / model-actors / actor.so / src / test / resources / service.yaml
index e1cb0d9..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.
@@ -26,8 +27,15 @@ httpClients:
 actors:
   SO:
     clientName: my-client
+    pollPath: orchestrationRequests/v5
+    pollWaitSec: 20
+    maxPolls: 20
     operations:
       VF Module Create:
         path: serviceInstantiation/v7/serviceInstances
       VF Module Delete:
-        path: serviceInstances/v7
\ No newline at end of file
+        path: serviceInstances/v7
+      Modify NSSI:
+        path: 3gppservices/v7/modify
+      ModifyCloudLeasedLine:
+        path: infra/serviceIntent/v1/modify
\ No newline at end of file