diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-14 20:42:01 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-09-14 20:58:48 +0530 |
commit | 72b4cdffcd021828e2b4ac00b59496b0b3bc7a26 (patch) | |
tree | 70bf182bd329ea91474e18b1471453112865f931 /main/src | |
parent | dd075504299c817ea899f32af2b558860da7c6fe (diff) |
Migrate type long into digit
CLI-3
Change-Id: I5706963146d9575a9094aa7c24b85e1a0d8e7f80
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/test/resources/onap-cli-schema/sample-create-schema.yaml | 2 | ||||
-rw-r--r-- | main/src/test/resources/sample-test-schema.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
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 |