From a7a64477c28b433ba05afbe65155450d6ae3cba8 Mon Sep 17 00:00:00 2001 From: Bharath Thiruveedula Date: Mon, 7 Aug 2017 08:28:13 +0530 Subject: Add VSP lifecycle commands Change-Id: Ibdc78b3ab1921c160f8ee193fcd47be0c75f94a9 Issue-ID: CLI-16 Signed-off-by: Bharath T --- .../resources/onap-cli-sample/vsp/vsp-show-sample.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-show-sample.yaml (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-show-sample.yaml') diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-show-sample.yaml b/plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-show-sample.yaml new file mode 100644 index 00000000..f599b747 --- /dev/null +++ b/plugins/sdc/src/test/resources/onap-cli-sample/vsp/vsp-show-sample.yaml @@ -0,0 +1,14 @@ +onap_cli_sample_version: 1.0 + +name: vsp-show + +samples: + sample1: + name: Show the details of Vendor Software Products + input: --onap-username cs0008 --onap-password demo123456! --host-url http://localhost:8080 --vsp-id 2DEB6CB4B082415BB7A697C9CD1273BA + output: | + +----------+----------------------------------+--------------------------+ + |name |ID |description | + +----------+----------------------------------+--------------------------+ + |test-vsp |2DEB6CB4B082415BB7A697C9CD1273BA |vendor software product | + +----------+----------------------------------+--------------------------+ -- cgit 1.2.3-korg