From bb9a334dc4ab33a90533fc5d35508db3edfa34b6 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 13 Sep 2017 10:52:49 +0530 Subject: Namespace migration to open_cli_schema_version CLI-3 Change-Id: I87d739c9c9b9f8e7724f1aa736a51b0fd91c30df 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 478f58f6..561fa22b 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 @@ -1,4 +1,4 @@ -onap_cmd_schema_version: 1.0 +open_cli_schema_version: 1.0 name: sample-create description: Sample create into Onap version: cli-1.0 diff --git a/main/src/test/resources/sample-test-schema.yaml b/main/src/test/resources/sample-test-schema.yaml index b1988240..286135c3 100644 --- a/main/src/test/resources/sample-test-schema.yaml +++ b/main/src/test/resources/sample-test-schema.yaml @@ -1,4 +1,4 @@ -onap_cmd_schema_version: 1.0 +open_cli_schema_version: 1.0 name: sample-test description: Onap sample command to test the command features version: cli-1.0 -- cgit 1.2.3-korg