From 6019b87eda6806802822b2c3f7a66647a6cc32bc Mon Sep 17 00:00:00 2001 From: Joanna Jeremicz Date: Mon, 7 Oct 2019 13:30:50 +0200 Subject: Add baseUrl to configuration - Add support for baseUrl usage. It is needed for handling objects other than pnfs from the inventory. BaseUrl is necessary for fixing the existing bug, where pnf path is used to get service-instance from AAI. - Correct path in AAI simulator. Issue-ID: INT-1181 Signed-off-by: Joanna Jeremicz Change-Id: I4446556a610c0f47bee09ce8271eeb95df590004 --- tests/dcaegen2/prh-testcases/resources/prh_configs/prh-config.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/dcaegen2/prh-testcases/resources/prh_configs/prh-config.json') diff --git a/tests/dcaegen2/prh-testcases/resources/prh_configs/prh-config.json b/tests/dcaegen2/prh-testcases/resources/prh_configs/prh-config.json index e4c3ba82..74948041 100644 --- a/tests/dcaegen2/prh-testcases/resources/prh_configs/prh-config.json +++ b/tests/dcaegen2/prh-testcases/resources/prh_configs/prh-config.json @@ -16,6 +16,7 @@ "dmaap.dmaapUpdateProducerConfiguration.dmaapUserPassword": "admin", "dmaap.dmaapUpdateProducerConfiguration.dmaapContentType": "application/json", "aai.aaiClientConfiguration.pnfUrl": "https://aai:3334/aai/v12/network/pnfs/pnf", + "aai.aaiClientConfiguration.baseUrl": "https://aai:3334/aai/v12/network", "aai.aaiClientConfiguration.aaiUserName": "DCAE", "aai.aaiClientConfiguration.aaiUserPassword": "DCAE", "aai.aaiClientConfiguration.aaiIgnoreSslCertificateErrors": true, -- cgit 1.2.3-korg