diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-13 14:46:58 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-21 19:43:24 +0530 |
commit | 7f1fb153c814d86d0628c56e1ff95dfc96943946 (patch) | |
tree | a7a8f172ae2e93dcf14310bcc61ec85e936e2866 /plugins/so/src/test/resources/onap-cli-sample/services | |
parent | 431753aeb6c82733090c5e941d787218bf2b1518 (diff) |
CLI implementation for SO vnf create
CLI implementation for SO vnf create.
Change-Id: I8a69d4e6781364f5eb9ca76f29cf40303735cfbc
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/services')
-rw-r--r-- | plugins/so/src/test/resources/onap-cli-sample/services/vnf-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/vnf-create-sample-1.1.yaml b/plugins/so/src/test/resources/onap-cli-sample/services/vnf-create-sample-1.1.yaml new file mode 100644 index 00000000..267d3b9c --- /dev/null +++ b/plugins/so/src/test/resources/onap-cli-sample/services/vnf-create-sample-1.1.yaml @@ -0,0 +1,8 @@ +onap_cli_sample_version: 1.0 + +name: vnf-create +version: onap-1.1 +samples: + sample1: + name: Create a vnf + input: -h https://locahost:8080 -u InfraPortalClient -p password1$ -l region1 -t 123ABC -p a9a77d5a-123e-4ca2-9eb9-0b015d2ee0fb -i instance -r -s a445678da -m serviceA
\ No newline at end of file |