Commit 5fa626b5 authored by Elian Kraja's avatar Elian Kraja
Browse files

Fixing typos

parent a9278c20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Library JSONLibrary
Library    JSONSchemaLibrary    schemas/
Library    OperatingSystem

*** Test cases ***
*** Test Cases ***
POST Alarms - Method not implemented
    log    Trying to perform a PUT. This method should not be implemented
    Set Headers  {"Accept":"${ACCEPT}"}  
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Library DependencyLibrary
${Etag}=    an etag
${Etag_modified}=    a modified etag

*** Test cases ***
*** Test Cases ***
POST Alarm - Method not implemented
    log    Trying to perform a POST. This method should not be implemented
    Set Headers  {"Accept":"${ACCEPT}"}  
+2 −3
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Library REST ${VNFM_SCHEMA}://${VNFM_HOST}:${VNFM_PORT}
...    spec=SOL003-VNFFaultManagement-API.yaml
Documentation    This resource represents an individual subscription for VNF alarms. 
...    The client can use this resource to read and to terminate a subscription to notifications related to VNF fault management.
Suite setup    Check resource existance
Suite Setup    Check resource existance

*** Test Cases ***
Post Individual Subscription - Method not implemented
@@ -61,7 +61,6 @@ DELETE an individual subscription
    Integer    response status    204

*** Keywords ***

Check resource existance
    Set Headers    {"Accept":"${ACCEPT}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
+2 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Library REST http://${NFVO_HOST}:${NFVO_PORT}
Documentation    This resource represents an individual grant. The client can use this resource to read the grant.
...    It is determined by means outside the scope of the present document, such as configuration or policy,
...    how long an individual grant is available.
Suite setup    Check resource existance
Suite Setup    Check resource existance

*** Test Cases ***
Post Individual Grant - Method not implemented
@@ -82,7 +82,6 @@ DELETE an individual grant - Method not implemented
    Integer    response status    204

*** Keywords ***

Check resource existance
    Set Headers    {"Accept":"${ACCEPT}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ Library REST ${VNFM_SCHEMA}://${NFVO_HOST}:${NFVO_PORT}
...    spec=SOL003-VirtualisedResourcesQuotaAvailableNotification-API.yaml
Documentation    This resource represents an individual subscription. The client can use this resource to read and to terminate a
...    subscription to notifications related to the availability of the virtualised resources quotas.
Suite setup    Check resource existance
Suite Setup    Check resource existance

*** Test Cases ***
Post Individual Subscription - Method not implemented