From 9a12d024fe42fd3c57477c513382c3b78983b9ce Mon Sep 17 00:00:00 2001 From: "a.sreekumar" Date: Thu, 8 Jul 2021 15:32:52 +0100 Subject: Update APEX CSIT tests to cover multiple outputs As part of this review, a new policy is executed in APEX-PDP that interacts with AAI and CDS simulators. At each execution phase, along with sending a request to AAI/CDS, a log event is also sent to DMaaP notifying every action taken. This is done using the multiple output support. Change-Id: If34df13823196f9ece9b5ce6448b6652507f0b63 Issue-ID: POLICY-3466 Signed-off-by: a.sreekumar --- csit/config/sim-all/simParameters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csit/config/sim-all/simParameters.json') diff --git a/csit/config/sim-all/simParameters.json b/csit/config/sim-all/simParameters.json index 4b009b6f..84c6e372 100644 --- a/csit/config/sim-all/simParameters.json +++ b/csit/config/sim-all/simParameters.json @@ -102,7 +102,7 @@ "timeout": 30, "username": "ccsdkapps", "password": "ccsdkapps", - "resourceLocation": "org/onap/policy/simulators/cds/", + "resourceLocation": "/opt/app/policy/simulators/etc/mounted/cdsresponse/", "successRepeatCount": 0, "requestedResponseDelayMs": 0 } -- cgit 1.2.3-korg