diff options
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 |