summaryrefslogtreecommitdiffstats
path: root/vnftest/onap/onboard/accept_service_test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnftest/onap/onboard/accept_service_test.yaml')
-rw-r--r--vnftest/onap/onboard/accept_service_test.yaml18
1 files changed, 9 insertions, 9 deletions
diff --git a/vnftest/onap/onboard/accept_service_test.yaml b/vnftest/onap/onboard/accept_service_test.yaml
index d942084..6d38244 100644
--- a/vnftest/onap/onboard/accept_service_test.yaml
+++ b/vnftest/onap/onboard/accept_service_test.yaml
@@ -13,12 +13,12 @@
##############################################################################
---
-method: "POST"
-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",
- "USER_ID": "{sdc_tester_user}",
- "Accept": "application/json"
- }
-body: {"userRemarks":"certified"}
+method: POST
+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
+ USER_ID: {{sdc_tester_user}}
+ Accept: application/json
+body:
+ userRemarks: certified