diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-13 00:26:30 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-21 19:43:23 +0530 |
commit | 431753aeb6c82733090c5e941d787218bf2b1518 (patch) | |
tree | de589e6789b5736ff3e0bae59c78c6a605584474 /plugins/so/src/test/resources/onap-cli-sample | |
parent | ca7fbf3a8aa4c693ec469934f95a0c39fdbc937d (diff) |
Implement command SO service delete
Implement command for SO service delete.
Change-Id: I8857e935504a32e83edcf36916d4082dfdb55c14
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/service-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/service-delete-sample-1.1.yaml b/plugins/so/src/test/resources/onap-cli-sample/services/service-delete-sample-1.1.yaml new file mode 100644 index 00000000..cc114ac0 --- /dev/null +++ b/plugins/so/src/test/resources/onap-cli-sample/services/service-delete-sample-1.1.yaml @@ -0,0 +1,8 @@ +onap_cli_sample_version: 1.0 + +name: service-delete +version: onap-1.1 +samples: + sample1: + name: delete a service instance + input: -h https://locahost:8080 -u InfraPortalClient -p password1$ -s 56AA445
\ No newline at end of file |