diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-14 11:50:31 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-11-21 18:07:52 +0530 |
commit | 9a7c3f58efc9a4fcff5052700457cf6f7565cf39 (patch) | |
tree | ca515d799e405788914f837a09a780fc5c95781e /validate/validation/src | |
parent | e61a25554503eca7ae758318651551e6e3b6eaca (diff) |
Merges from 1.1.0
Issue-Id: CLI-66
Change-Id: I89fde334e2425eb91630912d726c320ece4aebd6
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'validate/validation/src')
-rw-r--r-- | validate/validation/src/test/java/org/onap/cli/moco/OnapCommandHttpMocoServer.java | 2 | ||||
-rw-r--r-- | validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml (renamed from validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/validate/validation/src/test/java/org/onap/cli/moco/OnapCommandHttpMocoServer.java b/validate/validation/src/test/java/org/onap/cli/moco/OnapCommandHttpMocoServer.java index cb64b106..533742ab 100644 --- a/validate/validation/src/test/java/org/onap/cli/moco/OnapCommandHttpMocoServer.java +++ b/validate/validation/src/test/java/org/onap/cli/moco/OnapCommandHttpMocoServer.java @@ -53,7 +53,7 @@ public class OnapCommandHttpMocoServer { public static final String SAMPLE_PATTERN = "onap-cli-sample/**/"; - public static final String SAMPLE_VERSION = "onap_cli_sample_version"; + public static final String SAMPLE_VERSION = "open_cli_sample_version"; public static final String SAMPLE_VERSION_1_0 = "1.0"; public static final String SAMPLE_COMMAND_NAME = "name"; diff --git a/validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml b/validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml index 30b5b303..51d4fca3 100644 --- a/validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml +++ b/validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml @@ -1,4 +1,4 @@ -onap_cli_sample_version: 1.0 +open_cli_sample_version: 1.0 name: customer-create version: onap-1.1 |