aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/controller-frankfurt
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-06-04 17:08:27 -0400
committerJim Hahn <jrh3@att.com>2020-06-08 10:30:57 -0400
commit4faac2f5199ac60479087628c165f83bd8cc18f4 (patch)
treec8bdfaf89263279b47d6d52736c3c86c7cbd6ddc /controlloop/common/controller-frankfurt
parent442a2a8dd64c724363433e6e4794eb19da66314b (diff)
Fix VFC actor properties
The VFC actor doesn't have the same property structure as the other actors, which meant that the properties listed in the file were incorrect. Fixed them. Renamed the operation to "Restart" per review comments. Issue-ID: POLICY-2407 Change-Id: Icb8ccad518d01a5f23253a9835976eae666566f4 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/controller-frankfurt')
-rw-r--r--controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties9
1 files changed, 6 insertions, 3 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
index bd2797b16..1b9592cb3 100644
--- a/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
+++ b/controlloop/common/controller-frankfurt/src/test/resources/config/event-manager.properties
@@ -75,6 +75,9 @@ actor.service.SO.waitSecGet=20
actor.service.SO.operations.VF\ Module\ Create.path=serviceInstantiation/v7/serviceInstances
actor.service.SO.operations.VF\ Module\ Delete.path=serviceInstances/v7
-actor.service.VFC.clientName=VFC
-actor.service.VFC.pathGet=jobs
-actor.service.VFC.operations.Restart.path=ns
+actor.service.VFC.Restart.clientName=VFC
+actor.service.VFC.Restart.pathGet=jobs
+actor.service.VFC.Restart.maxGets=20
+actor.service.VFC.Restart.waitSecGet=20
+actor.service.VFC.Restart.path=ns
+actor.service.VFC.Restart.timeoutSec=60