From 05acf08ad5ed275e41402115acf177f8c49764f8 Mon Sep 17 00:00:00 2001 From: Moshe Date: Tue, 20 Mar 2018 10:51:42 +0200 Subject: New test case - instantiate vnf Issue-ID: VNFSDK-181 Change-Id: Ic160a125452473a228d8861ecc457e3c021a2dfb Signed-off-by: Moshe --- vnftest/onap/onboard/accept_service_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnftest/onap/onboard/accept_service_test.yaml') diff --git a/vnftest/onap/onboard/accept_service_test.yaml b/vnftest/onap/onboard/accept_service_test.yaml index 8b5e6db..d942084 100644 --- a/vnftest/onap/onboard/accept_service_test.yaml +++ b/vnftest/onap/onboard/accept_service_test.yaml @@ -14,7 +14,7 @@ --- method: "POST" -url: "http://{sdc_ip}:{sdc_catalog_port}/sdc1/feProxy/rest/v1/catalog/services/{service_id}/lifecycleState/certify" +url: "http://{sdc_ip}:{sdc_catalog_port}/sdc1/feProxy/rest/v1/catalog/services/{sdc_service_id}/lifecycleState/certify" headers: { "Content-Type": "application/json", "Authorization": "Basic YmVlcDpib29w", -- cgit 1.2.3-korg