From 49be0d781e3125da4343ad1c14e964bcc111d373 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Fri, 3 Nov 2017 12:51:40 +0000 Subject: Add samples for commands - Add samples for command - Fix typo (change from "ouput" to "output") in sample files. Change-Id: Ifa5c1a302df5be07c28c7e97602ec22844ce1aea Issue-ID: CLI-55 Signed-off-by: subhash kumar singh --- .../onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml | 2 +- .../onap-cli-sample/customer/customer-delete-schema-1.1-sample.yaml | 2 +- .../onap-cli-sample/customer/customer-list-schema-1.1-sample.yaml | 2 +- .../onap-cli-sample/customer/customer-show-schema-1.1-sample.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/aai/src/test/resources/onap-cli-sample/customer') diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml index db4a5135..72273417 100644 --- a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml +++ b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml @@ -6,5 +6,5 @@ samples: name: customer-create input: --customer-name test --subscriber-name test moco: customer-create-schema-1.1-moco.json - ouput: | + output: | diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-sample.yaml b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-sample.yaml index e209fe13..7e6f0dcb 100644 --- a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-sample.yaml +++ b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-delete-schema-1.1-sample.yaml @@ -6,5 +6,5 @@ samples: name: customer-delete input: --customer-name test --resource-version 1509029022293 moco: customer-delete-schema-1.1-moco.json - ouput: | + output: | diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-list-schema-1.1-sample.yaml b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-list-schema-1.1-sample.yaml index 05c7a53e..7ff64210 100644 --- a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-list-schema-1.1-sample.yaml +++ b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-list-schema-1.1-sample.yaml @@ -6,7 +6,7 @@ samples: name: customer-list input: moco: customer-list-schema-1.1-moco.json - ouput: | + output: | +----------------+------------------+ |name |resource-version | +----------------+------------------+ diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-show-schema-1.1-sample.yaml b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-show-schema-1.1-sample.yaml index 1e1ba425..1669ffd2 100644 --- a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-show-schema-1.1-sample.yaml +++ b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-show-schema-1.1-sample.yaml @@ -6,7 +6,7 @@ samples: name: customer-show input: --customer-name kanag --long moco: customer-show-schema-1.1-moco.json - ouput: | + output: | +--------+------------------+------------------+------------------+ |name |subscriber-name |resource-version |subscriber-type | +--------+------------------+------------------+------------------+ -- cgit 1.2.3-korg