summaryrefslogtreecommitdiffstats
path: root/vnftest/onap/onboard/checkin_vsp.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'vnftest/onap/onboard/checkin_vsp.yaml')
-rw-r--r--vnftest/onap/onboard/checkin_vsp.yaml19
1 files changed, 10 insertions, 9 deletions
diff --git a/vnftest/onap/onboard/checkin_vsp.yaml b/vnftest/onap/onboard/checkin_vsp.yaml
index 399aa47..d0b9067 100644
--- a/vnftest/onap/onboard/checkin_vsp.yaml
+++ b/vnftest/onap/onboard/checkin_vsp.yaml
@@ -12,12 +12,13 @@
# the License
##############################################################################
---
-method: "PUT"
-url: "http://{sdc_ip}:{sdc_port}/onboarding-api/v1.0/vendor-software-products/{vsp_id}/versions/0.1/actions"
-headers: {
- "Content-Type": "application/json",
- "Authorization": "Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==",
- "USER_ID": "{sdc_designer_user}",
- "Accept": "application/json"
- }
-body: {"action":"Checkin"}
+method: PUT
+url: http://{{sdc_ip}}:{{sdc_port}}/onboarding-api/v1.0/vendor-software-products/{{vsp_id}}/versions/0.1/actions
+headers:
+ Content-Type: application/json
+ Authorization: Basic SW5mcmFQb3J0YWxDbGllbnQ6cGFzc3dvcmQxJA==
+ USER_ID: {{sdc_designer_user}}
+ Accept: application/json
+
+body:
+ action: Checkin