diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-13 16:35:35 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-21 19:43:24 +0530 |
commit | 89e032445521d50537886c0e413605bade1b321e (patch) | |
tree | aa453547c4591d26971fd1885226e41857338695 /plugins/so/src/test/resources/onap-cli-sample | |
parent | 9d06b200fa92bc0d888feabb6c0ba8c91ae538d3 (diff) |
Implement CLI for VF module creation
Implement CLI for VF module creation.
Change-Id: I923938e4991fce29387e6b943abdbee68baad53d
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/vf-module-create-sample-1.1.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/so/src/test/resources/onap-cli-sample/services/vf-module-create-sample-1.1.yaml b/plugins/so/src/test/resources/onap-cli-sample/services/vf-module-create-sample-1.1.yaml new file mode 100644 index 00000000..b19bc54d --- /dev/null +++ b/plugins/so/src/test/resources/onap-cli-sample/services/vf-module-create-sample-1.1.yaml @@ -0,0 +1,8 @@ +onap_cli_sample_version: 1.0 + +name: vf-module-create +version: onap-1.1 +samples: + sample1: + name: Create a vnf + input: -h https://locahost:8080 -u InfraPortalClient -p password1$ -l region1 -t 123ABC -v b123-45565678da -s a445678-24da -m a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb -r -i instance
\ No newline at end of file |