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 --- ...ervice-model-certify-start-schema-1.1-moco.json | 54 ---------------------- 1 file changed, 54 deletions(-) delete mode 100644 plugins/sdc/src/test/resources/onap-cli-sample/service-model/service-model-certify-start-schema-1.1-moco.json (limited to 'plugins/sdc/src/test/resources/onap-cli-sample/service-model/service-model-certify-start-schema-1.1-moco.json') diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/service-model/service-model-certify-start-schema-1.1-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/service-model/service-model-certify-start-schema-1.1-moco.json deleted file mode 100644 index 1f1330d6..00000000 --- a/plugins/sdc/src/test/resources/onap-cli-sample/service-model/service-model-certify-start-schema-1.1-moco.json +++ /dev/null @@ -1,54 +0,0 @@ -[ { - "request" : { - "method" : "post", - "uri" : "/sdc2/rest/v1/catalog/services/7b427dbf-685b-4ba9-8838-a9b3b3c8e584/lifecycleState/startCertification", - "headers" : { - "Authorization" : "Basic am0wMDA3OmRlbW8xMjM0NTYh", - "X-FromAppId" : "onap-cli", - "Accept" : "application/json", - "USER_ID" : "jm0007", - "X-TransactionId" : "req-72f43c29-97b2-4285-bfde-871965ebe869", - "Content-Type" : "application/json" - }, - "json" : { } - }, - "response" : { - "status" : 200, - "json" : { - "uniqueId" : "7b427dbf-685b-4ba9-8838-a9b3b3c8e584", - "name" : "kanag-cli-VLB", - "version" : "0.1", - "isHighestVersion" : true, - "creationDate" : 1509606274213, - "lastUpdateDate" : 1509606440988, - "description" : "VLB created from CLI", - "lifecycleState" : "CERTIFICATION_IN_PROGRESS", - "tags" : [ "CLI", "kanag-cli-VLB" ], - "icon" : "defaulticon", - "normalizedName" : "kanagclivlb", - "systemName" : "KanagCliVlb", - "contactId" : "cs0008", - "allVersions" : { - "0.1" : "7b427dbf-685b-4ba9-8838-a9b3b3c8e584" - }, - "projectCode" : "kanag-123456", - "invariantUUID" : "c4425f23-fc9a-4cbf-a3b7-12e69054806b", - "componentType" : "SERVICE", - "categories" : [ { - "name" : "Network L1-3", - "normalizedName" : "network l1-3", - "uniqueId" : "serviceNewCategory.network l1-3" - } ], - "creatorUserId" : "cs0008", - "creatorFullName" : "Carlos Santana", - "lastUpdaterUserId" : "jm0007", - "lastUpdaterFullName" : "Joni Mitchell", - "distributionStatus" : "DISTRIBUTION_NOT_APPROVED", - "ecompGeneratedNaming" : true, - "namingPolicy" : "", - "serviceType" : "", - "serviceRole" : "", - "uuid" : "660c524c-176b-43b1-a85b-1ef18011ca85" - } - } -} ] \ No newline at end of file -- cgit 1.2.3-korg