From 9a7c3f58efc9a4fcff5052700457cf6f7565cf39 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Tue, 14 Nov 2017 11:50:31 +0530 Subject: Merges from 1.1.0 Issue-Id: CLI-66 Change-Id: I89fde334e2425eb91630912d726c320ece4aebd6 Signed-off-by: Kanagaraj Manickam k00365106 --- .../onap-cli-sample/customer/customer-create-sample-1.1.yaml | 9 --------- .../open-cli-sample/customer/customer-create-sample-1.1.yaml | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml create mode 100644 validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml (limited to 'validate/validation/src/test/resources') diff --git a/validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml b/validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml deleted file mode 100644 index 30b5b303..00000000 --- a/validate/validation/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml +++ /dev/null @@ -1,9 +0,0 @@ -onap_cli_sample_version: 1.0 - -name: customer-create -version: onap-1.1 -samples: - sample1: - name: Create a customer - input: -m http://locahost:8141 -u AAI -p AAI --customer-name test --subscriber-name test - moco: customer-create-sample-1.1-moco.json \ No newline at end of file diff --git a/validate/validation/src/test/resources/open-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 new file mode 100644 index 00000000..51d4fca3 --- /dev/null +++ b/validate/validation/src/test/resources/open-cli-sample/customer/customer-create-sample-1.1.yaml @@ -0,0 +1,9 @@ +open_cli_sample_version: 1.0 + +name: customer-create +version: onap-1.1 +samples: + sample1: + name: Create a customer + input: -m http://locahost:8141 -u AAI -p AAI --customer-name test --subscriber-name test + moco: customer-create-sample-1.1-moco.json \ No newline at end of file -- cgit 1.2.3-korg