Commit d1f7d3ac authored by root's avatar root Committed by Michele Carignani
Browse files

bug-fixes

parent a41456b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -292,6 +292,6 @@ Check HTTP Response Body Json Schema Is
Check resource existance
Check resource existance
    Set Headers    {"Accept":"${ACCEPT}"}
    Set Headers    {"Accept":"${ACCEPT}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Get    ${apiRoot}/${apiName}/${apiVersion}/subscriptions//${response['body']['id']}
    Get    ${apiRoot}/${apiName}/${apiVersion}/subscriptions/${response['body']['id']}
    Integer    response status    200
    Integer    response status    200
+1 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,7 @@ PATCH Individual VNFInstance Precondition failed
     [Documentation]    Test ID: 7.3.1.2.5
     [Documentation]    Test ID: 7.3.1.2.5
    ...    Test title: PATCH Individual VNFInstance Precondition failed
    ...    Test title: PATCH Individual VNFInstance Precondition failed
    ...    Test objective: The objective is to create a new VNF instance resource
    ...    Test objective: The objective is to create a new VNF instance resource
    ...    Pre-conditions:  VNF Instance created (Test ID 7.3.1.2.2)
    ...    Pre-conditions:  VNF Instance is created (Test ID 7.3.1.2.2)
    ...    Reference: clause 5.4.3.3.4 - ETSI GS NFV-SOL 003 [1] v2.4.1
    ...    Reference: clause 5.4.3.3.4 - ETSI GS NFV-SOL 003 [1] v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: 
    ...    Applicability: 
+0 −3
Original line number Original line Diff line number Diff line
@@ -178,9 +178,6 @@ Get an individual grant - Successful
    Get    ${response['headers']['Location']}
    Get    ${response['headers']['Location']}
    Log    Validate Status code
    Log    Validate Status code
    Integer    response status    200
    Integer    response status    200
    ${result}    Output    response body
    Validate Json    grant.schema.json    ${result}
    Log    Validation OK
    
    
Get Grants
Get Grants
    Log    Trying to perform a GET. This method should not be implemented
    Log    Trying to perform a GET. This method should not be implemented
+1 −1
Original line number Original line Diff line number Diff line
@@ -35,7 +35,7 @@ Check Instance Deleted
    Set Headers    {"Content-Type": "${CONTENT_TYPE}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Delete    ${apiRoot}/${apiName}/${apiVersion}/ns_instances/${nsInstanceId}
    Delete    ${apiRoot}/${apiName}/${apiVersion}/ns_instances/${nsInstanceId}
    Integer    response status    400
    Integer    response status    404
    
    
Check Fail not supported
Check Fail not supported
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}