Commit 06f13526 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

updated indexes

parent c646c5dc
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ Resource NFVICapacityInformationKeywords.robot

*** Test Cases ***
POST Create Capacity Threshold
    [Documentation]    Test ID: 5.3.6.3.1
    [Documentation]    Test ID: 5.3.6.5.1
    ...    Test title: POST Create Capacity Threshold
    ...    Test objective: The objective is to test that POST method creates a Capacity  Threshold
    ...    Pre-conditions: none
@@ -17,7 +17,7 @@ POST Create Capacity Threshold
    Check HTTP Response Contains Resource URI

POST Create Capacity Threshold - Unprocessible Entity
    [Documentation]    Test ID: 5.3.6.3.2
    [Documentation]    Test ID: 5.3.6.5.2
    ...    Test title: POST Create Capacity Threshold - Unprocessible Entity
    ...    Test objective: The objective is to test that POST method creates a Capacity  Threshold
    ...    Pre-conditions: none
@@ -30,7 +30,7 @@ POST Create Capacity Threshold - Unprocessible Entity
    Check HTTP Response Body Json Schema Is    ProblemDetails

GET Capacity Thresholds  
    [Documentation]    Test ID: 5.3.6.3.3
    [Documentation]    Test ID: 5.3.6.5.3
    ...    Test title: GET Capacity Thresholds
    ...    Test objective: The objective is to GET Capacity Thresholds objects
    ...    Pre-conditions: none
@@ -43,7 +43,7 @@ GET Capacity Thresholds
    Check HTTP Response Body Json Schema Is    CapacityThresholds

GET Capacity Thresholds - Filter
    [Documentation]    Test ID: 5.3.6.3.4
    [Documentation]    Test ID: 5.3.6.5.4
    ...    Test title: GET Capacity Thresholds - Filter
    ...    Test objective: The objective is to GET Capacity Thresholds objects using filter
    ...    Pre-conditions: none
@@ -56,7 +56,7 @@ GET Capacity Thresholds - Filter
    Check HTTP Response Body Json Schema Is    CapacityThresholds
     
GET Capacity Thresholds Bad Request Invalid attribute-based filtering parameters
    [Documentation]    Test ID: 5.3.6.3.5
    [Documentation]    Test ID: 5.3.6.5.5
    ...    Test title: GET Capacity Thresholds Bad Request Invalid attribute-based filtering parameters
    ...    Test objective: The objective is to get information about Capacity Thresholds with Invalid attribute-based filtering parameters
    ...    Pre-conditions: none
@@ -69,7 +69,7 @@ GET Capacity Thresholds Bad Request Invalid attribute-based filtering parameters
    Check HTTP Response Body Json Schema Is   ProblemDetails

GET Capacity Thresholds - Bad Request Response too Big
    [Documentation]    Test ID: 5.3.6.3.6
    [Documentation]    Test ID: 5.3.6.5.6
    ...    Test title: GET Capacity Thresholds - Bad Request Response too Big
    ...    Test objective: The objective is test that the retrieval of existing Capacity Thresholds list fails because response is too big, and perform the JSON schema validation of the failed operation HTTP response.
    ...    Pre-conditions: none
@@ -82,7 +82,7 @@ GET Capacity Thresholds - Bad Request Response too Big
    Check HTTP Response Body Json Schema Is    ProblemDetails

GET Capacity Thresholds as Paged Response
    [Documentation]    Test ID: 5.3.6.3.7
    [Documentation]    Test ID: 5.3.6.5.7
    ...    Test title: GET Capacity Thresholds as Paged Response
    ...    Test objective: The objective is to test that GET method retrieves the list of existing Capacity Thresholds as paged response.
    ...    Pre-conditions: none
@@ -95,7 +95,7 @@ GET Capacity Thresholds as Paged Response
    Check HTTP Response Header Contains Link
        
PUT Capacity Thresholds - Method not implemented
    [Documentation]    Test ID: 5.3.6.3.8
    [Documentation]    Test ID: 5.3.6.5.8
    ...    Test title: PUT Capacity Thresholds - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not implemented
    ...    Pre-conditions:  none
@@ -107,7 +107,7 @@ PUT Capacity Thresholds - Method not implemented
    Check HTTP Response Status Code Is    405

PATCH Capacity Thresholds - Method not implemented
    [Documentation]    Test ID: 5.3.6.3.9
    [Documentation]    Test ID: 5.3.6.5.9
    ...    Test title: PATCH Capacity Thresholds - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not implemented
    ...    Pre-conditions: none 
@@ -119,7 +119,7 @@ PATCH Capacity Thresholds - Method not implemented
    Check HTTP Response Status Code Is    405

DELETE Capacity Thresholds - Method not implemented
    [Documentation]    Test ID: 5.3.6.3.10
    [Documentation]    Test ID: 5.3.6.5.10
    ...    Test title: DELETE Capacity Thresholds - Method not implemented
    ...    Test objective: The objective is to test that DELETE method is not implemented
    ...    Pre-conditions: none 
+6 −6
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ Suite Setup Check resource existence and get CallbackUri

*** Test Cases ***
Capacity Shortage Notification
    [Documentation]    Test ID: 5.3.6.5.1
    [Documentation]    Test ID: 5.3.6.6.1
    ...    Test title: Capacity Shortage Notification
    ...    Test objective: The objective is to test that Capacity Shortage Notification is delivered with success to the notification consumer.
    ...    Pre-conditions: The consumer has already created an Individual Capacity Threshold resource
@@ -16,7 +16,7 @@ Capacity Shortage Notification
    Check HTTP Response Status Code Is    204
    
Test the Notification Endpoint - Successful
    [Documentation]    Test ID: 5.3.6.5.2
    [Documentation]    Test ID: 5.3.6.6.2
    ...    Test title: Test the Notification Endpoint - Successful
    ...    Test objective: The objective is to test the Notification Endpoint provided by the notification consumer.
    ...    Pre-conditions: The consumer has already created an Individual Capacity Threshold resource
@@ -28,7 +28,7 @@ Test the Notification Endpoint - Successful
    Check HTTP Response Status Code Is    204
    
Test the Notification Endpoint - UNREACHABLE
    [Documentation]    Test ID: 5.3.6.5.3
    [Documentation]    Test ID: 5.3.6.6.3
    ...    Test title: Test the Notification Endpoint - UNREACHABLE
    ...    Test objective: The objective is to test the Notification Endpoint provided by the notification consumer.
    ...    Pre-conditions: The consumer has already created an Individual Capacity Threshold resource
@@ -41,7 +41,7 @@ Test the Notification Endpoint - UNREACHABLE
    Check HTTP Response Body Json Schema Is    ProblemDetails    
    
PUT Notification endpoint - Method Not Implemented
    [Documentation]    Test ID: 5.3.6.5.4
    [Documentation]    Test ID: 5.3.6.6.4
    ...    Test title: PUT Notification endpoint - Method Not Implemented
    ...    Test objective: The objective is to test the PUT method for Notification Endpoint provided by the consumer is not implemented.
    ...    Pre-conditions: A notification endpoint is provided by the API consumer upon subscription.
@@ -53,7 +53,7 @@ PUT Notification endpoint - Method Not Implemented
    Check HTTP Response Status Code Is    405
    
PATCH Notification endpoint - Method Not Implemented
    [Documentation]    Test ID: 5.3.6.5.5
    [Documentation]    Test ID: 5.3.6.6.5
    ...    Test title: PATCH Notification endpoint - Method Not Implemented
    ...    Test objective: The objective is to test the PATCH method for Notification Endpoint provided by the consumer is not implemented.
    ...    Pre-conditions: A notification endpoint is provided by the API consumer upon subscription.
@@ -65,7 +65,7 @@ PATCH Notification endpoint - Method Not Implemented
    Check HTTP Response Status Code Is    405

DELETE Notification endpoint - Method Not Implemented
    [Documentation]    Test ID: 5.3.6.5.6
    [Documentation]    Test ID: 5.3.6.6.6
    ...    Test title: DELETE Notification endpoint - Method Not Implemented
    ...    Test objective: The objective is to test the DELETE method for Notification Endpoint provided by the consumer is not implemented.
    ...    Pre-conditions: A notification endpoint is provided by the API consumer upon subscription.
+8 −7
Original line number Diff line number Diff line
@@ -8,26 +8,27 @@
6.3.2.3,Individual VNF Indicator Resource Endpoit,IndividualVNFindicator.robot
6.3.2.4,Subscriptions Resource Endpoint,Subscriptions.robot
6.3.2.5,Individual Subscription Resource Endpoint,IndividualSubscription.robot
6.3.2.6,Notification Endpoint,../VNFIndicatorNotification-API/VnfIndicatorNotification.robot
6.3.2.6,Notifications,../VNFIndicatorNotification-API/Notifications.robot
6.3.2.7,API Version Resource Endpoint,ApiVersion.robot
6.3.3.8, Notification Endpoint,NotificationEndpoint.robot
6.3.3,VNF Performance Management Interface,VNFPerformanceManagement-API
6.3.3.1,PM Jobs Resource Endpoint,PMJobs.robot   
6.3.3.2,Individual PM Job Resource Endpoint,IndividualPmJob.robot 
6.3.3.3,Individual Performance Report Resource Endpoint,IndividualReport.robot
6.3.3.4,Thresholds Resource Endpoint,Thresholds.robot
6.3.3.5,Individual Threshold Resource Endpoint,IndividualThreshold.robot  
6.3.3.8,Notification Endpoint,../VNFPerformanceManagementNotification-API/PerformanceManagementNotification.robot    
6.3.3.8,Notification,../VNFPerformanceManagementNotification-API/Notifications.robot    
6.3.3.9,API Version Resource Endpoint,ApiVersion.robot
6.3.3.10, Notification Consumer Endpoint,../VNFPerformanceManagement-API/NotificationConsumer.robot
6.3.3.10, Notification Endpoint,NotificationEndpoint.robot
6.3.4,VNF Fault Management interface,VNFFaultManagement-API
6.3.4.1,Alarms,Alarms.robot  
6.3.4.2,Individual Alarm,IndividualAlarm.robot
6.3.4.3,Escalate the perceived severity,EscalatePerceivedSeverityTask.robot
6.3.4.4,Subscriptions,Subscriptions.robot
6.3.4.5,Individual Subscription,IndividualSubscription.robot
6.3.4.6,Notification Endpoint,NotificationEndpoint.robot
6.3.4.6,Notifications,Notifications.robot
6.3.4.7,API Version Resource Endpoint,ApiVersion.robot
6.3.4.8,Notification Consumer Endpoint,NotificationConsumer.robot
6.3.4.8,Notification Endpoint,NotificationEndpoint.robot
6.3.5,VNF Lifecycle Management interface,VNFLifecycleManagement-API
6.3.5.1,VNF Instances,VNFInstances.robot
6.3.5.2,Individual VNFInstance,IndividualVNFInstance.robot 
@@ -47,6 +48,6 @@
6.3.5.16,Cancel operation task,CancelOperationTask.robot
6.3.5.17,Subscriptions,Subscriptions.robot
6.3.5.18,Individual Subscription,IndividualSubscription.robot
6.3.5.19,Notification Endpoint,NotificationEndpoint.robot
6.3.5.19,Notifications,Notifications.robot
6.3.5.20,API Version Resource Endpoint,ApiVersion.robot
6.3.5.21,Notification Consumer Endpoint,NotificationConsumer.robot
6.3.5.21,Notification Endpoint,NotificationEndpoint.robot
+18 −11
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@
7.3.1.31,VNF Instance Scale To Level, ScaleVNFToLevelWorkflow.robot
7.3.1.32,VNF Instance Scale Out, ScaleVNFWorkflow.robot
7.3.1.33,Terminate a VNF Instance, TerminateVNFWorkflow.robot
7.3.1.34,Notification Endpoint, NotificationEndpoint.robot
7.3.1.34,Notifications, Notifications.robot
7.3.1.35,API Version Resource Endpoint, ApiVersion.robot
7.3.1.36,Notification Consumer Endpoint, NotificationConsumer.robot
7.3.1.36,Notification Endpoint,NotificationEndpoint.robot
7.3.2,VNF Lifecycle Operation Granting Interface, VNFLifecycleOperationGranting-API
7.3.2.1,Grants, Grants.robot
7.3.2.2,Individual Grant, IndividualGrant.robot
@@ -48,37 +48,44 @@
7.3.3.5,Individual VNF Package Artifact Resource Endpoint, VNFPackageArtifacts.robot
7.3.3.6,Subscriptions Resource Endpoint, Subscriptions.robot
7.3.3.7,Individual Subscription Resource Endpoint, IndividualSubscription.robot
7.3.3.8,Notification Endpoint, PackageManagementNotification.robot
7.3.3.8,Notifications, Notifications.robot
7.3.3.9,API Version Resource Endpoint, ApiVersion.robot
7.3.3.10,Notification Consumer Endpoint, NotificationConsumer.robot
7.3.3.10,Notification Endpoint,NotificationEndpoint.robot
7.3.4,VNF Performance Management Interface, VNFPerformanceManagement-API
7.3.4.1,PM Jobs Resource Endpoint, PMJobs.robot
7.3.4.2,Individual Pm Job Resource Endpoint, IndividualPmJob.robot
7.3.4.3,Individual Performance Report Resource Endpoint, IndividualReport.robot
7.3.4.4,Thresholds Resource Endpoint, Thresholds.robot
7.3.4.5,Individual Threshold Resource Endpoint, IndividualThreshold.robot
7.3.4.8,Notification Endpoint,  PerformanceManagementNotification.robot 
7.3.4.8,Notifications,Notifications.robot 
7.3.4.9,API Version Resource Endpoint, ApiVersion.robot
7.3.4.10,Notification Consumer Endpoint,  NotificationConsumer.robot 
7.3.4.10,Notification Endpoint,NotificationEndpoint.robot
7.3.5,VNF Fault Management interface, VNFFaultManagement-API
7.3.5.1,Alarms, Alarms.robot
7.3.5.2,Individual Alarm, IndividualAlarm.robot 
7.3.5.3,Subscriptions, Subscriptions.robot
7.3.5.4,Individual Subscription, IndividualSubscription.robot
7.3.5.5,Notification Endpoint, ../VNFFaultManagementNotification-API/NotificationEndpoint.robot
7.3.5.5,Notifications, ../VNFFaultManagementNotification-API/Notifications.robot
7.3.5.6,API Version Resource Endpoint, ApiVersion.robot
7.3.5.7,Notification Consumer Endpoint, NotificationConsumer.robot
7.3.5.7,Notification Endpoint,NotificationEndpoint.robot
7.3.6,VNF Indicator Interface, VNFIndicator-API
7.3.6.1,VNF Indicators Resource Endpoint, VNFIndicators.robot
7.3.6.2,VNF Indicators Related to a VNF Instance Resource Endpoint, VnfIndicatorsInVnfInstanceId.robot
7.3.6.3,Individual VNF Indicator Resource Endpoint, IndividualVNFindicator.robot
7.3.6.4,Subscriptions Resource Endpoint, Subscriptions.robot
7.3.6.5,Individual Subscription Resource Endpoint, IndividualSubscription.robot
7.3.6.6,Notification Endpoint, VnfIndicatorNotification.robot
7.3.6.6,Notifications, Notifications.robot
7.3.6.7,API Version Resource Endpoint, ApiVersion.robot
7.3.6.8,Notification Endpoint, NotificationConsumer.robot
7.3.6.8,Notification Endpoint,NotificationEndpoint.robot
7.3.7,Virtualised Resources Quota Available Notification interface, VirtualisedResourcesQuotaAvailableNotification-API
7.3.7.1,Subscriptions, Subscriptions.robot
7.3.7.2,Individual Subscription, IndividualSubscription.robot
7.3.7.3,API Version Resource Endpoint, ApiVersion.robot
7.3.7.4,Notification Consumer Endpoint, NotificationConsumer.robot
7.3.7.4,Notification Endpoint,NotificationEndpoint.robot
7.3.7.5,Notifications,Notifications.robot
7.3.8,VNF Snapshot Package Management Interface, VNFSnapshotPackageManagement-API
7.3.8.1,API Version Resource Endpoint, ApiVersion.robot
7.3.8.2,VNF Snapshot Packages Endpoint,VnfSnapshotPackages.robot
7.3.8.3,Individual VNF Snapshot Package Endpoint,IndividualVNFSnapshotPackage.robot
7.3.8.4,VNF Snapshot Package Content Endpoint,VNFSnapshotPackageContent.robot
7.3.8.5,Individual VNF Snapshot Package Artifact Endpoint,IndividualVNFSnapshotPackageArtifact.robot
+29 −10
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@
5.3.1.6,PNFD Content Resource Endpoint, PNFDArchiveContent.robot
5.3.1.7,Subscriptions Resource Endpoint, Subscriptions.robot
5.3.1.8,Individual Subscription Resource Endpoint, IndividualSubscription.robot
5.3.1.9,Notifications Endpoint, NSDManagementNotification.robot
5.3.1.9,Notificationss, Notifications.robot
5.3.1.10,API Version Resource Endpoint, ApiVersion.robot
5.3.1.11,NSD Resource Endpoint, NSD.robot
5.3.1.12,NSD Archive Manifest Resource Endpoint, NSDArchiveManifest.robot
5.3.1.13,PNFD Resource Endpoint, PNFD.robot
5.3.1.14,PNFD Archive Manifest Resource Endpoint, PNFDArchiveManifest.robot
5.3.1.15,Notifications Consumer Endpoint, NotificationConsumer.robot
5.3.1.15,Notification Endpoint,NotificationEndpoint.robot
5.3.2,NS Lifecycle Management interface, NSLifecycleManagement-API
5.3.2.1,NsInstances, NSInstances.robot
5.3.2.2,Individual NSInstance, IndividualNSInstance.robot
@@ -32,7 +32,7 @@
5.3.2.14,Cancel operation task, CancelOperationTask.robot
5.3.2.15,Subscriptions, Subscriptions.robot
5.3.2.16,Individual Subscription, IndividualSubscription.robot
5.3.2.17,Notification Endpoint, NotificationEndpoint.robot
5.3.2.17,Notifications, Notifications.robot
5.3.2.18,NS Instance Creation Workflow, CreateNSInstanceWorkflow.robot
5.3.2.19, NS Instance Deletion, DeleteNSInstanceWorkflow.robot
5.3.2.20, Heal Flow of NS lifecycle management operations, HealNSTaskWorkflow.robot
@@ -41,24 +41,24 @@
5.3.2.23, Terminate Flow of NS lifecycle management operations, TerminateNSTaskWorkflow.robot
5.3.2.24, Update Flow of NS lifecycle management operations, UpdateNSTaskWorkflow.robot
5.3.2.25,API Version Resource Endpoint, ApiVersion.robot
5.3.2.26,Notification Consumer Endpoint, NotificationConsumer.robot
5.3.2.26,Notification Endpoint,NotificationEndpoint.robot
5.3.3,NS Fault Management interface, NSFaultManagement-API
5.3.3.1,Alarms, Alarms.robot
5.3.3.2,Individual Alarm, IndividualAlarm.robot
5.3.3.3,Subscriptions, Subscriptions.robot
5.3.3.4,Individual Subscription, IndividualSubscription.robot
5.3.3.5,Notification Endpoint, NotificationEndpoint.robot
5.3.3.5,Notifications, Notifications.robot
5.3.3.6,API Version Resource Endpoint, ApiVersion.robot
5.3.3.7,Notification Consumer Endpoint, NotificationConsumer.robot
5.3.3.7,Notification Endpoint,NotificationEndpoint.robot
5.3.4,NS Performance Management interface, NSPerformanceManagement-API
5.3.4.1,PM Jobs Resource Endpoint, PMJobs.robot
5.3.4.2,Individual PM Job Resource Endpoint, IndividualPmJob.robot
5.3.4.3,Individual Performance Report Resource Endpoint, IndividualReport.robot
5.3.4.4,Thresholds Resource Endpoint, Thresholds.robot
5.3.4.5,Individual Threshold Resource Endpoint, IndividualThreshold.robot
5.3.4.8,Notifications Endpoint, Notifications.robot
5.3.4.8,Notifications, Notifications.robot
5.3.4.9,API Version Resource Endpoint, ApiVersion.robot
5.3.4.10,Notifications Consumer Endpoint, NotificationConsumer.robot
5.3.4.10,Notification Endpoint,NotificationEndpoint.robot
5.3.5,VNF Package Management interface, VNFPackageManagement-API
5.3.5.1,VNF Packages Resource Endpoint, VNFPackages.robot
5.3.5.2,Individual VNF Package Resource Endpoint, IndividualVNFPackage.robot
@@ -68,6 +68,25 @@
5.3.5.6,Individual VNF Package Artifact Resource Endpoint, VNFPackageArtifacts.robot
5.3.5.7,Subscriptions Resource Endpoint, Subscriptions.robot
5.3.5.8,Individual Subscription Resource Endpoint, IndividualSubscription.robot
5.3.5.9,Notifications Endpoint, Notifications.robot
5.3.5.9,Notifications, Notifications.robot
5.3.5.10,API Version Resource Endpoint, ApiVersion.robot
5.3.5.11,Notifications Consumer Endpoint, NotificationConsumer.robot
5.3.5.11,Notification Endpoint,NotificationEndpoint.robot
5.3.6,NFVI Capacity Information Interface, NFVICapacityInformation-API
5.3.6.1,API Version Resource Endpoint, ApiVersion.robot
5.3.6.2,NFVI Capacity Information Endpoint, NFVICapacityInformation.robot
5.3.6.3,Individual VIMs NFVI Capacity Information Endpoint, IndividualVIMsNFVICapacityInformation.robot
5.3.6.4,Individual Capacity Threshold Endpoint, IndividualCapacityThreshold.robot
5.3.6.5,Capacity Thresholds Endpoint, IndividualCapacityThreshold.robot
5.3.6.6,Notification Endpoint, NotificationEndpoint.robot
5.3.7,VNF Snapshot Package Management Interface, VNFSnapshotPackageManagement-API
5.3.7.1,API Version Resource Endpoint, ApiVersion.robot
5.3.7.2,VNF Snapshot Packages Endpoint,VnfSnapshotPackages.robot
5.3.7.3,Individual VNF Snapshot Package Endpoint,IndividualVNFSnapshotPackage.robot
5.3.7.4,VNF Snapshot Package Content Endpoint,VNFSnapshotPackageContent.robot
5.3.7.5,Upload VNF Snapshot Package from URI Task Endpoint, UploadVNFSnapshotPackageFromUriTask.rovot
5.3.7.6,Build VNF Snapshot Package Content Task Endpoint, BuildVNFSnapshotPackageContentTask.robot
5.3.7.7,Extract VNF Snapshot Package Content Task Endpoint, ExtractVNFSnapshotPackageContentTask.robot
5.3.7.8,Cancel VNF Snapshot Package Content Operation Task Endpoint, CancelVNFSnapshotPackageContentOperationTask.robot
5.3.7.9,Access Configuration for External Artifacts Endpoint, AccessConfigurationForExternalArtifacts.robot
5.3.7.10,Individual VNF Snapshot Package Artifact Endpoint,IndividualVNFSnapshotPackageArtifact.robot
Loading