Add sample for customer-create 21/20821/1
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 26 Oct 2017 14:47:08 +0000 (20:17 +0530)
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Thu, 26 Oct 2017 14:47:08 +0000 (20:17 +0530)
CLI-57

Change-Id: I19938237709ad128f0e2771d9e4f539bb92aca7f
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml [deleted file]
plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-moco.json [new file with mode: 0644]
plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml [new file with mode: 0644]

diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-sample-1.1.yaml
deleted file mode 100644 (file)
index d533211..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-onap_cli_sample_version: 1.0
-
-name: customer-create
-version: onap-1.1
-samples:
-    sample1:
-        name: Create a customer
-        input: -h https://locahost:8443 -u AAI -p AAI -x customer-1 -y subscriber-1
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-moco.json b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-moco.json
new file mode 100644 (file)
index 0000000..18bb05d
--- /dev/null
@@ -0,0 +1,22 @@
+[ {
+  "request" : {
+    "method" : "put",
+    "uri" : "/aai/v11/business/customers/customer/test",
+    "headers" : {
+      "Authorization" : "Basic QUFJOkFBSQ==",
+      "X-FromAppId" : "onap-cli",
+      "Accept" : "application/json",
+      "X-TransactionId" : "req-9ad55bff-efbb-4306-bc8a-b76687e8e065",
+      "Content-Type" : "application/json"
+    },
+    "json" : {
+      "global-customer-id" : "test",
+      "subscriber-name" : "test",
+      "subscriber-type" : "INFRA"
+    }
+  },
+  "response" : {
+    "status" : 201,
+    "json" : null
+  }
+} ]
\ No newline at end of file
diff --git a/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml b/plugins/aai/src/test/resources/onap-cli-sample/customer/customer-create-schema-1.1-sample.yaml
new file mode 100644 (file)
index 0000000..db4a513
--- /dev/null
@@ -0,0 +1,10 @@
+onap_cli_sample_version: 1.0
+name: customer-create
+version: onap-1.1
+samples:
+  sample1:
+    name: customer-create
+    input: --customer-name test --subscriber-name test
+    moco: customer-create-schema-1.1-moco.json
+    ouput: |
+