From 00dfd2a4441c2d7608bf1a08699147b3c039a191 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 31 Oct 2017 17:55:43 +0530 Subject: Fix output samples format CLI-57 Change-Id: I94497cdc09b9eb1f8a37949a76f94d67f49ba064 Signed-off-by: Kanagaraj Manickam k00365106 --- .../resources/onap-cli-sample/vf/vf-model-list-schema-1.1-sample.yaml | 2 +- .../onap-cli-sample/vf/vf2vfmodule-model-list-schema-1.1-sample.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/vf') diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf-model-list-schema-1.1-sample.yaml b/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf-model-list-schema-1.1-sample.yaml index ade0d8bd..5dc8d17a 100644 --- a/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf-model-list-schema-1.1-sample.yaml +++ b/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf-model-list-schema-1.1-sample.yaml @@ -6,7 +6,7 @@ samples: name: vf-model-list input: --long moco: vf-model-list-schema-1.1-moco.json - ouput:| + ouput: | +--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+----------------------------+ |uuid |invariant-uuid |name |version |status |description | +--------------------------------------+--------------------------------------+--------------------------+----------+------------------------+----------------------------+ diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf2vfmodule-model-list-schema-1.1-sample.yaml b/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf2vfmodule-model-list-schema-1.1-sample.yaml index e2462f00..b0888c19 100644 --- a/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf2vfmodule-model-list-schema-1.1-sample.yaml +++ b/plugins/sdc/src/test/resources/onap-cli-sample/vf/vf2vfmodule-model-list-schema-1.1-sample.yaml @@ -6,7 +6,7 @@ samples: name: vf2vfmodule-model-list input: --vf-id 047b9ff8-2414-45b7-b753-26342369f160 moco: vf2vfmodule-model-list-schema-1.1-moco.json - ouput:| + ouput: | +--------------------------------------+--------------------------------------+--------------------------------------------+----------------+ |module-uuid |module-invariant-uuid |module-name |module-version | +--------------------------------------+--------------------------------------+--------------------------------------------+----------------+ -- cgit 1.2.3-korg