From e65fc2fc02594a7c8640a6330b2373db1efb923e Mon Sep 17 00:00:00 2001 From: Michael Hwang Date: Thu, 22 Mar 2018 11:02:57 -0400 Subject: Add unit tests to reach 50% coverage Ripped out the dcae controller code which is no longer needed. Change-Id: I43906edb80bcd5e25445ec2a7175c6748b0ab2ae Signed-off-by: Michael Hwang Issue-ID: DCAEGEN2-257 --- swagger_inventory.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'swagger_inventory.yaml') diff --git a/swagger_inventory.yaml b/swagger_inventory.yaml index 068f221..c18419c 100644 --- a/swagger_inventory.yaml +++ b/swagger_inventory.yaml @@ -17,7 +17,7 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. swagger: '2.0' info: - version: "2.1.0" + version: "3.0.0" title: DCAE Inventory API description: | DCAE Inventory is a web service that provides the following: @@ -242,14 +242,6 @@ paths: description: "List of `DCAEService` objects" schema: $ref: "#/definitions/InlineResponse2001" - 502: - description: "Bad response from DCAE controller" - schema: - $ref: "#/definitions/ApiResponseMessage" - 504: - description: "Failed to connect with DCAE controller" - schema: - $ref: "#/definitions/ApiResponseMessage" /dcae-services-groupby/{propertyName}: get: summary: "" @@ -294,18 +286,10 @@ paths: description: "Single `DCAEService` object" schema: $ref: "#/definitions/DCAEService" - 502: - description: "Bad response from DCAE controller" - schema: - $ref: "#/definitions/ApiResponseMessage" 404: description: "DCAE service not found" schema: $ref: "#/definitions/ApiResponseMessage" - 504: - description: "Failed to connect with DCAE controller" - schema: - $ref: "#/definitions/ApiResponseMessage" put: summary: "" description: "Put a new or update an existing `DCAEService` object." @@ -425,7 +409,6 @@ definitions: description: "Specifies the name of the underying source service that is responsible\ \ for this components" enum: - - "DCAEController" - "DMaaPController" shareable: type: "integer" -- cgit 1.2.3-korg