diff options
author | Bharath Thiruveedula <bharath_ves@hotmail.com> | 2017-08-29 10:07:25 +0530 |
---|---|---|
committer | Bharath Thiruveedula <bharath_ves@hotmail.com> | 2017-09-03 11:49:49 +0530 |
commit | f5315c45cbd4b521819ff5c560a78f1f199ed398 (patch) | |
tree | 6e2ef64a8fcad115377f02c44c76829d9012cf47 /plugins/sdc/src/test/resources/onap-cli-sample | |
parent | 9618946f4a8a3a71703669db772356b301317d10 (diff) |
Add checkout command for VSP
CLI-17
Signed-Off-By: Bharath T<bharath.thiruveedula@verizon.com>
Change-Id: I0589f168848a94e5d891f2dc0d4e487b8d8efd9d
Diffstat (limited to 'plugins/sdc/src/test/resources/onap-cli-sample')
-rw-r--r-- | plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-checkout-sample.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-checkout-sample.yaml b/plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-checkout-sample.yaml new file mode 100644 index 00000000..cbc689fc --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-checkout-sample.yaml @@ -0,0 +1,9 @@ +onap_cli_sample_version: 1.0 + +name: vsp-checkout +version: onap-1.1 + +samples: + sample1: + name: Checkout the Vendor Software Product + input: --onap-username cs0008 --onap-password demo123456! --host-url http://localhost:8080 --vsp-id E563CB23A6BE49AF9A84CF579DAFB929 |