Commit 17d904b4 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed typos in Test IDs

parent 03d020e6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ Suite Setup Check resource existence and get CallbackUri

*** Test Cases ***
VNF Indicator Value Change Notification
    [Documentation]    Test ID: 7.3.6.7.1
    [Documentation]    Test ID: 7.3.6.8.1
    ...    Test title: VNF Indicator Value Change Notification
    ...    Test objective: The objective is to test that the POST request triggers VNF Indicator Value Change Notification.
    ...    Pre-conditions: A VNF is instantiated, and a subscription for indicator value change notifications is available in the VNFM.
@@ -20,7 +20,7 @@ VNF Indicator Value Change Notification
    Check HTTP Response Status Code Is    204
    
Supported Indicators Change Notification
    [Documentation]    Test ID: 7.3.6.7.2
    [Documentation]    Test ID: 7.3.6.8.2
    ...    Test title: Supported Indicators Change Notification
    ...    Test objective: The objective is to test that the POST request triggers Supported Indicators Change Notification.
    ...    Pre-conditions: A VNF is instantiated, and a individual subscription resource for supported indicators change notifications is available in the VNFM.
+1 −1
Original line number Diff line number Diff line
@@ -163,7 +163,7 @@ GET information about multiple VNF instances to get Paged Response
    Check HTTP Response Header Contain Link

GET information about multiple VNF instances as a Paged Response with nextpage_opauque_marker parameter 
     [Documentation]    Test ID: 7.3.1.17.12a
     [Documentation]    Test ID: 7.3.1.11.12a
    ...    Test title: GET information about multiple VNF instances as a Paged Response with nextpage_opauque_marker parameter 
    ...    Test objective: The objective is to query information about multiple VNF instances as a Paged Response and retrieve the next page using the nextpage_opaque_marker parameter
    ...    Pre-conditions: A request for retrieving multiple VNF instances as a paged response has been successfully issued (Test ID: 7.3.1.1.12)
+1 −1
Original line number Diff line number Diff line
@@ -402,7 +402,7 @@ Get VNF Package Artifact with "include_external_artifacts" parameter
    Check HTTP Response Header Content-Type Is    application/zip
    
Get OnBoarded VNF Package Artifact with "include_external_artifacts" parameter
    [Documentation]    Test ID: 7.3.3.11.17
    [Documentation]    Test ID: 7.3.3.11.32
    ...    Test title: Get OnBoarded VNF Package Artifact with "include_external_artifacts" parameter
    ...    Test objective: The objective is to test that the GET request read the whole content of the archive containing the external OnBoarded VNF Package Artifacts successfully when requested with "include_external_artifacts" parameter
    ...    Pre-conditions: One or more VNF packages are onboarded in the NFVO.
+5 −5
Original line number Diff line number Diff line
@@ -91,12 +91,12 @@ PATCH Individual Capacity Threshold - Unprocessible Entity
    Check HTTP Response Status Code Is    422
    Check HTTP Response Body Json Schema Is   ProblemDetails
    
DELETE Individual VNF Snapshot
    [Documentation]    Test ID: 7.3.1.41.8
    ...    Test title: DELETE Individual VNF Snapshot
    ...    Test objective: The objective is to delete a VNF Snapshot
DELETE Individual Capacity Threshold
    [Documentation]    Test ID: 5.3.6.4.8
    ...    Test title: DELETE Individual Capacity Threshold
    ...    Test objective: The objective is to delete an Individual Capacity Threshold
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.24.3.5 - ETSI GS NFV-SOL 003 [1] v3.3.1
    ...    Reference: Clause 10.4.5.3.4 - ETSI GS NFV-SOL 005 [1] v3.3.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: VNF Snapshot deleted
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ GET Information about an Individual VIMs NFVI Capacity Information
    Check HTTP Response Body Json Schema Is    NfviCapacityInfo

GET Information about an Individual VIMs NFVI Capacity Information using filter query parameter
    [Documentation]    Test ID: 5.3.6.3.2
    [Documentation]    Test ID: 5.3.6.3.3
    ...    Test title: GET Information about an Individual VIMs NFVI Capacity Information using filter query parameter
    ...    Test objective: The objective is to retrieve information about Individual VIMs NFVI Capacity Information using filter query parameter
    ...    Pre-conditions: none
Loading