From 72b4cdffcd021828e2b4ac00b59496b0b3bc7a26 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Thu, 14 Sep 2017 20:42:01 +0530 Subject: Migrate type long into digit CLI-3 Change-Id: I5706963146d9575a9094aa7c24b85e1a0d8e7f80 Signed-off-by: Kanagaraj Manickam k00365106 --- main/src/test/resources/onap-cli-schema/sample-create-schema.yaml | 2 +- main/src/test/resources/sample-test-schema.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'main/src') diff --git a/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml b/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml index 561fa22b..ff24c0aa 100644 --- a/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml +++ b/main/src/test/resources/onap-cli-schema/sample-create-schema.yaml @@ -41,7 +41,7 @@ results: - name: status description: Onap service status scope: short - type: long + type: digit - name: nodes description: Onap service running nodes scope: long diff --git a/main/src/test/resources/sample-test-schema.yaml b/main/src/test/resources/sample-test-schema.yaml index 286135c3..a4fd8563 100644 --- a/main/src/test/resources/sample-test-schema.yaml +++ b/main/src/test/resources/sample-test-schema.yaml @@ -41,7 +41,7 @@ parameters: short_option: j is_optional: false - name: long-param - type: long + type: digit description: Onap long param short_option: l long_option: long-opt -- cgit 1.2.3-korg