From 0036212a81245ca1e55014ab3196557734adda00 Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Thu, 21 Mar 2019 11:01:00 +0800 Subject: Add vfc nslcm operation in onap dublin Change-Id: I5f332ce6922cc2cf88c3761333f5d45ef5d60f11 Issue-ID: CLI-149 Signed-off-by: Haibin Huang --- .../nslcm/vfc-nslcm-create-schema-sample.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-create-schema-sample.yaml (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-create-schema-sample.yaml') diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-create-schema-sample.yaml b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-create-schema-sample.yaml new file mode 100644 index 00000000..97bd58e9 --- /dev/null +++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-create-schema-sample.yaml @@ -0,0 +1,14 @@ +open_cli_sample_version: 1.0 +name: vfc-nslcm-create +version: onap-dublin +samples: + sample1: + name: vfc-nslcm-create + input: -m http://10.12.5.155:30280 -c a3394090-c5b4-49b4-974c-00a6eac755ab -n vcpe1 + moco: vfc-nslcm-create-schema-moco.json + output: | + +--------------------------------------+ + |ns-instance-id | + +--------------------------------------+ + |25f3159c-ff2d-4ad0-ac66-3270941bfa52 | + +--------------------------------------+ -- cgit 1.2.3-korg