Commit 96e54fe6 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fix issue #166 for 2.7.1

parent 21f3d0ca
Loading
Loading
Loading
Loading
+44 −47
Original line number Diff line number Diff line
{
  "type": "array",
  "items": {
  "type": "object",
  "description": "Links to resources related to this resource.\n",
  "required": [
@@ -52,4 +50,3 @@
    }
  }
}
 No newline at end of file
}
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -106,7 +106,7 @@ Check HTTP Response Body VnfPkgsInfo Matches the requested all_fields selector
    Validate Json    additionalArtifacts.schema.json    ${additional_artifacts[0]}
    Log    Validation for additionalArtifacts schema OK
    ${links}=    Get Value From Json    ${response['body']}    $.._links
    Validate Json    links.schema.json    ${links[0]}
    Validate Json    links.schema.json    ${links}
    Log    Validation for _links schema OK

GET VNF Packages with exclude_default attribute selector
+0 −3
Original line number Diff line number Diff line
{
  "type": "array",
  "items": {
    "type": "object",
    "description": "Links to resources related to this resource.\n",
    "required": [
@@ -52,4 +50,3 @@
      }
    }
  }
}
 No newline at end of file