From b69ed9bc0ad7cdedee57df63e94d3767ccd173b7 Mon Sep 17 00:00:00 2001 From: Kanagaraj Manickam k00365106 Date: Wed, 6 Dec 2017 13:09:45 +0530 Subject: Rename product names to use amsterdam Issue-ID: CLI-66 Change-Id: Ief9c03adec45f037baea82d344addb1c6b538bd9 Signed-off-by: Kanagaraj Manickam k00365106 --- .../vlm-feature-group-create-schema-1.1-moco.json | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 plugins/onap-amsterdam/features/sdc/src/test/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-1.1-moco.json (limited to 'plugins/onap-amsterdam/features/sdc/src/test/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-1.1-moco.json') diff --git a/plugins/onap-amsterdam/features/sdc/src/test/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-1.1-moco.json b/plugins/onap-amsterdam/features/sdc/src/test/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-1.1-moco.json new file mode 100644 index 00000000..d3b8c0d2 --- /dev/null +++ b/plugins/onap-amsterdam/features/sdc/src/test/resources/open-cli-sample/vlm/vlm-feature-group-create-schema-1.1-moco.json @@ -0,0 +1,28 @@ +[ { + "request" : { + "method" : "post", + "uri" : "/onboarding-api/v1.0/vendor-license-models/cf2d907d998e44698ce3b4cded5f66a7/versions/0.1/feature-groups", + "headers" : { + "Authorization" : "Basic Y3MwMDA4OmRlbW8xMjM0NTYh", + "X-FromAppId" : "onap-cli", + "Accept" : "application/json", + "USER_ID" : "cs0008", + "X-TransactionId" : "req-cd4bdcc4-2d36-4131-a863-8d56f96e9278", + "Content-Type" : "application/json" + }, + "json" : { + "name" : "kanag-cli-fg", + "addedLicenseKeyGroupsIds" : [ "c37a1f205f444161a573f55dfec5f170" ], + "addedEntitlementPoolsIds" : [ "aa61080fd965455ba5edbf60f4e375ef" ], + "partNumber" : "123455", + "manufacturerReferenceNumber" : "mkr123456", + "description" : "Kanag cli feature group" + } + }, + "response" : { + "status" : 200, + "json" : { + "value" : "3a2fb75b52a54e9c8093e7c154210f9e" + } + } +} ] \ No newline at end of file -- cgit 1.2.3-korg