Commit ba915f31 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed indentation problems

parent deb00878
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@ Library JSONLibrary
Library    Collections
Library    Collections
Library    JSONSchemaLibrary    schemas/
Library    JSONSchemaLibrary    schemas/
Library    Process
Library    Process
Library    String




*** Keywords ***
*** Keywords ***
+12 −0
Original line number Original line Diff line number Diff line
@@ -445,6 +445,18 @@ Send PUT Request to upload NSD Content as plain text file in synchronous mode
    ${output}=    Output    response
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output} 
    Set Suite Variable    ${response}    ${output} 


Check Post Condition NSD Content has been Uploaded
    Log    Checking NsdOnboardingNotification Recieved
    Wait Until Keyword Succeeds    ${retry}    ${interval}  Check Response is NsdOnboardingNotification

Check Response is NsdOnboardingNotification
    ${response}=    Output    response body
    Should Contain    ${response['headers']['Content-Type']}    application/json
    ${schema} =    Catenate    SEPARATOR=    NsdOnboardingNotification    .schema.json
    Validate Json    ${schema}    ${response['body']}
    Log    Json Schema Validation OK


Check Postcondition NSD Content is uploaded and available in the NFVO
Check Postcondition NSD Content is uploaded and available in the NFVO
    Get single file NSD Content in Plain or Zip Format
    Get single file NSD Content in Plain or Zip Format
    Check HTTP Response Status Code Is    200
    Check HTTP Response Status Code Is    200
+1 −1
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@ POST Individual NSInstance - Method not implemented
    ...    Post-Conditions: Check Postcondition NS Instance is not created
    ...    Post-Conditions: Check Postcondition NS Instance is not created
    POST IndividualNSInstance
    POST IndividualNSInstance
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
    Check Postcondition NS Instance is not crerated
    Check Postcondition NS Instance is not created


GET Information about an individual NS Instance
GET Information about an individual NS Instance
    [Documentation]    Test ID: 5.3.2.2.2
    [Documentation]    Test ID: 5.3.2.2.2