From 7f1fb153c814d86d0628c56e1ff95dfc96943946 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Wed, 13 Sep 2017 14:46:58 +0530 Subject: 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 --- .../resources/onap-cli-sample/services/vnf-create-sample-1.1.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugins/so/src/test/resources/onap-cli-sample/services/vnf-create-sample-1.1.yaml (limited to 'plugins/so/src/test') 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 -- cgit 1.2.3-korg