Newer
Older
*** Settings ***
# Suite setup Expect spec SOL003-VNFLifecycleManagement-API.yaml
Resource environment/configuration.txt
Resource environment/variables.txt
Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
Library OperatingSystem
Library JSONLibrary
Library JSONSchemaLibrary schemas/
POST Create a new vnfInstance
[Documentation] Test ID: 7.3.1.1.1
... Test title: Create a VNF instance
... Test objective: The objective is to create a new VNF instance resource
... Reference: section 5.4.2.3.1 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions: VNF instance created
POST Create a new vnfInstance
Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is vnfInstance
Get information about multiple VNF instances
... Test title: Get information about multiple VNF instances
... Test objective: The objective is to query information about multiple VNF instances
... Pre-conditions:
... Reference: section 5.4.2.3.2 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions:
GET multiple vnfInstances
Check HTTP Response Status Code Is 200
Check HTTP Response Body Json Schema Is vnfInstances
Get information about multiple VNF instances Bad Request Invalid attribute-based filtering parameters
... Test title: Get information about multiple VNF instances - Invalid attribute-based filtering parameters
... Test objective: The objective is to query information about multiple VNF instances with Invalid attribute-based filtering parameters
... Pre-conditions:
... Reference: section 5.4.2.3.2 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions:
GET multiple vnfInstances with bad attribute
Check HTTP Response Status Code Is 400
Check HTTP Response Body Json Schema Is ProblemDetails
Get information about multiple VNF instances Bad Request Invalid attribute selector
... Test title: Get information about multiple VNF instances - Invalid attribute selector
... Test objective: The objective is to query information about multiple VNF instances with Invalid attribute selector
... Pre-conditions:
... Reference: section 5.4.2.3.2 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions:
GET multiple vnfInstances with bad filter
Check HTTP Response Status Code Is 400
Check HTTP Response Body Json Schema Is ProblemDetails
PUT multiples VNFInstances - Method not implemented
[Documentation] Test ID: 7.3.1.1.5
... Test title: PUT multiples VNFInstances - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions:
... Reference: section 5.4.2.3.3 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions:
PUT multiple vnfInstances
Check HTTP Response Status Code Is 405
PATCH multiples VNFInstances - Method not implemented
[Documentation] Test ID: 7.3.1.1.6
... Test title: PATCH multiples VNFInstances - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions:
... Reference: section 5.4.2.3.4 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions:
PATCH multiple vnfInstances
Check HTTP Response Status Code Is 405
DELETE VNFInstances - Method not implemented
[Documentation] Test ID: 7.3.1.1.7
... Test title: DELETE multiples VNFInstances - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions:
... Reference: section 5.4.2.3.5 - SOL003 v2.4.1
... Config ID: Config_prod_VNFM
... Applicability:
... Post-Conditions:
DELETE multiple vnfInstances
Check HTTP Response Status Code Is 405