Commit c4739ff8 authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

fix TID and clause mismatch in SOL003-VNFLCM

parent 8832096a
......@@ -64,7 +64,7 @@ PUT Cancel operation task - Method not implemented
... Test title: PUT Cancel operation task - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
... Reference: Clause 5.4.17.3.2 - ETSI GS NFV-SOL 003 [1] v2.6.1
... Reference: Clause 5.4.17.3.3 - ETSI GS NFV-SOL 003 [1] v2.6.1
... Config ID: Config_prod_VNFM
... Applicability: none
... Post-Conditions: none
......@@ -76,7 +76,7 @@ PATCH Cancel operation task - Method not implemented
... Test title: PATCH Cancel operation task - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
... Reference: Clause 5.4.17.3.3 - ETSI GS NFV-SOL 003 [1] v2.6.1
... Reference: Clause 5.4.17.3.4 - ETSI GS NFV-SOL 003 [1] v2.6.1
... Config ID: Config_prod_VNFM
... Applicability: none
... Post-Conditions: none
......@@ -88,7 +88,7 @@ DELETE Cancel operation task - Method not implemented
... Test title: DELETE Cancel operation task - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
... Reference: Clause 5.4.17.3.4 - ETSI GS NFV-SOL 003 [1] v2.6.1
... Reference: Clause 5.4.17.3.5 - ETSI GS NFV-SOL 003 [1] v2.6.1
... Config ID: Config_prod_VNFM
... Applicability: none
... Post-Conditions: none
......
......@@ -51,7 +51,7 @@ POST Change deployment flavour of a vnfInstance Not Found
GET Change deployment flavour VNFInstance - Method not implemented
[Documentation] Test ID: 7.3.1.16.4
[Documentation] Test ID: 7.3.1.6.4
... Test title: GET Change deployment flavour VNFInstance - Method not implemented
... Test objective: The objective is to test that GET method is not implemented
... Pre-conditions: none
......@@ -63,7 +63,7 @@ GET Change deployment flavour VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
PUT Change deployment flavour VNFInstance - Method not implemented
[Documentation] Test ID: 7.3.1.16.5
[Documentation] Test ID: 7.3.1.6.5
... Test title: PUT Change deployment flavour VNFInstance - Method not implemented
... Test objective: The objective is to test that PUT method is not implemented
... Pre-conditions: none
......@@ -75,7 +75,7 @@ PUT Change deployment flavour VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
PATCH Change deployment flavour VNFInstance - Method not implemented
[Documentation] Test ID: 7.3.1.16.6
[Documentation] Test ID: 7.3.1.6.6
... Test title: PATCH Change deployment flavour VNFInstance - Method not implemented
... Test objective: The objective is to test that PATCH method is not implemented
... Pre-conditions: none
......@@ -87,7 +87,7 @@ PATCH Change deployment flavour VNFInstance - Method not implemented
Check HTTP Response Status Code Is 405
DELETE Change deployment flavour VNFInstance - Method not implemented
[Documentation] Test ID: 7.3.1.16.7
[Documentation] Test ID: 7.3.1.6.7
... Test title: DELETE Change deployment flavour VNFInstance - Method not implemented
... Test objective: The objective is to test that DELETE method is not implemented
... Pre-conditions: none
......
......@@ -9,7 +9,7 @@ Library Collections
*** Test Cases ***
VNF LCM Operation Occurrence Start Notification
[Documentation] Test ID: 7.3.1.19.1
[Documentation] Test ID: 7.3.1.34.1
... Test title: VNF LCM Operation Occurrence Start Notification
... Test objective: The objective is to test the dispatch of VNF LCM Operation Occurrence Start Notification when a new VNF LCM operation is started in the VNFM, and perform a JSON schema and content validation of the delivered notification. The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: A subscription for VNF LCM Operation Occurrence notifications is available in the VNFM.
......@@ -23,7 +23,7 @@ VNF LCM Operation Occurrence Start Notification
Check VNF LCM Operation Occurrence Start Notification Http POST Request Body notificationStatus attribute Is START
VNF LCM Operation Occurrence Result Notification
[Documentation] Test ID: 7.3.1.19.2
[Documentation] Test ID: 7.3.1.34.2
... Test title: VNF LCM Operation Occurrence Result Notification
... Test objective: The objective is to test the dispatch of VNF LCM Operation Occurrence Result Notification when a VNF LCM operation is completed in the VNFM, and perform a JSON schema and content validation of the delivered notification. The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: An VNF LCM operation is in progress, and a subscription for VNF LCM Operation Occurrence notifications is available in the VNFM.
......@@ -37,7 +37,7 @@ VNF LCM Operation Occurrence Result Notification
Check VNF LCM Operation Occurrence Start Notification Http POST Request Body notificationStatus attribute Is RESULT
VNF Identifier Creation Notification
[Documentation] Test ID: 7.3.1.19.3
[Documentation] Test ID: 7.3.1.34.3
... Test title: VNF Identifier Creation Notification
... Test objective: The objective is to test the dispatch of VNF Identifier Creation Notification when a new VNF instance resource is created in the VNFM, and perform a JSON schema and content validation of the delivered notification. The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: A subscription for VNF identifier creation notifications is available in the VNFM.
......@@ -50,7 +50,7 @@ VNF Identifier Creation Notification
Check VNF Identifier Creation Notification Http POST Request Body notificationType attribute Is VnfIdentifierCreationNotification
VNF Identifier Deletion Notification
[Documentation] Test ID: 7.3.1.19.4
[Documentation] Test ID: 7.3.1.34.4
... Test title: VNF Identifier Deletion Notification
... Test objective: The objective is to test the dispatch of VNF Identifier Deletion Notification when a VNF instance resource is deleted in the VNFM, and perform a JSON schema and content validation of the delivered notification. The action that triggers the notification under test is an explicit test step, but it is not performed by the test system.
... Pre-conditions: A VNF instance resource is created, and a subscription for VNF identifier creation notifications is available in the VNFM.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment