From dfed2843d00ad6ee5014393745f21282baec9a8b Mon Sep 17 00:00:00 2001 From: Haibin Huang Date: Thu, 21 Mar 2019 10:57:23 +0800 Subject: Add vfc catalog operation in onap dublin Change-Id: Ia1e76629cfc5176a8e7aae193a0bffb3c1766d2e Issue-ID: CLI-149 Signed-off-by: Haibin Huang --- .../catalog/vfc-catalog-get-vnf-schema-sample.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-get-vnf-schema-sample.yaml (limited to 'products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-get-vnf-schema-sample.yaml') diff --git a/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-get-vnf-schema-sample.yaml b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-get-vnf-schema-sample.yaml new file mode 100644 index 00000000..ba22e24a --- /dev/null +++ b/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/catalog/vfc-catalog-get-vnf-schema-sample.yaml @@ -0,0 +1,14 @@ +open_cli_sample_version: 1.0 +name: vfc-catalog-get-vnf +version: onap-dublin +samples: + sample1: + name: vfc-catalog-get-vnf + input: -m http://10.12.5.155:30280 -c af59a474-6391-4500-989c-f78df18d77f0 + moco: vfc-catalog-get-vnf-schema-moco.json + output: | + +--------------------------------------+--------------------------------------+----------------+--------------+--------------+----------------+ + |vnfd-id |vnf-package-id |vnfd-provider |vnfd-version |vnf-version |csar-name | + +--------------------------------------+--------------------------------------+----------------+--------------+--------------+----------------+ + |0408f076-e6c0-4c82-9940-272fddbb82de |af59a474-6391-4500-989c-f78df18d77f0 |onap |1.0 |1.0.0 |tst_vgmux.csar | + +--------------------------------------+--------------------------------------+----------------+--------------+--------------+----------------+ -- cgit 1.2.3-korg