diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-11 10:51:16 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2017-10-11 11:03:39 +0530 |
commit | 1ec7ee637367ed680df9cbf2dfc14bb283ec1583 (patch) | |
tree | 12e575bd9b7f1b83fa13b82133c01509285056a1 /validation/src/test/resources/customer-create-sample-1.1-moco.json | |
parent | be4d81987526f9ce326755ffd123524fb4d457fe (diff) |
Enhance validation with moco server
CLI-2
Change-Id: Ie8a98a2a20137610634b3450d1076bec1790e9b1
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'validation/src/test/resources/customer-create-sample-1.1-moco.json')
-rw-r--r-- | validation/src/test/resources/customer-create-sample-1.1-moco.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/validation/src/test/resources/customer-create-sample-1.1-moco.json b/validation/src/test/resources/customer-create-sample-1.1-moco.json new file mode 100644 index 00000000..f6e4d0b2 --- /dev/null +++ b/validation/src/test/resources/customer-create-sample-1.1-moco.json @@ -0,0 +1,11 @@ +[{ + "request" : + { + "method" : "get", + "uri" : "/aai/v11/business/customers/customer/test" + }, + "response" : + { + "status" : 201 + } +}]
\ No newline at end of file |