diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-13 15:46:59 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-21 19:43:24 +0530 |
commit | 9d06b200fa92bc0d888feabb6c0ba8c91ae538d3 (patch) | |
tree | d894361f1a50fc01f91eff60e83d0aeee279b8d0 /plugins/so/src/test/resources/onap-cli-sample | |
parent | 7f1fb153c814d86d0628c56e1ff95dfc96943946 (diff) |
Implement CLI for SO VNF deletion
Implement CLI for SO VNF deletion.
Change-Id: I4ef7c65cbb543ce9fd3ed31ee19151501fba00ae
Issue-ID: CLI-15
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'plugins/so/src/test/resources/onap-cli-sample')
-rw-r--r-- | plugins/so/src/test/resources/onap-cli-sample/services/vnf-delete-sample-1.1.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/so/src/test/resources/onap-cli-sample/services/vnf-delete-sample-1.1.yaml b/plugins/so/src/test/resources/onap-cli-sample/services/vnf-delete-sample-1.1.yaml new file mode 100644 index 00000000..bc3e89fb --- /dev/null +++ b/plugins/so/src/test/resources/onap-cli-sample/services/vnf-delete-sample-1.1.yaml @@ -0,0 +1,8 @@ +onap_cli_sample_version: 1.0 + +name: vnf-delete +version: onap-1.1 +samples: + sample1: + name: delete a vnf + input: -h https://locahost:8080 -u InfraPortalClient -p password1$ -v aca51b0a-710d-4155-bc7c-7cef19d9a94e -s ff305d54-75b4-431b-adb2-eb6b9e5ff000 -l mdt1 -t 88a6ca3ee0394ade9403f075db23167e
\ No newline at end of file |