SuccessConsole Output

Started by GitLab push by bernini
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/api-tests
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:nfv/api-tests.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:nfv/api-tests.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:nfv/api-tests.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/3.3.1-dev^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 06f1352627833b94cb2f0f36405cc360ce10e1eb # timeout=10
Checking out Revision 06f1352627833b94cb2f0f36405cc360ce10e1eb (origin/3.3.1-dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 06f1352627833b94cb2f0f36405cc360ce10e1eb
Commit message: "updated indexes"
 > git rev-list --no-walk 833cbe0c46cf9c9243f4ab3578ee5f2574b54c0e # timeout=10
[api-tests] $ /bin/bash /tmp/jenkins7514751765902194533.sh

DOCKER_FILE=./scripts/docker/Dockerfile
+ DOCKER_FILE=./scripts/docker/Dockerfile
if [ -f ${DOCKER_FILE} ]
then
    #check and build stf583-rf-validation image
    DOCKER_ID=`docker ps -a | grep -e stf583-rf-validation | awk '{ print $1 }'`
#    if [ ! -z "${DOCKER_ID}" ]
#    then
#        docker rm --force stf583-rf-validation
#    fi
    docker build --tag stf583-rf-validation -f ${DOCKER_FILE} .
    if [ "$?" != "0" ]
    then
        echo "Docker build failed: $?"
        exit -1
    fi
#    docker image ls -a
#    docker inspect stf583-rf-validation:latest
#    if [ "$?" != "0" ]
#    then
#        echo "Docker inspect failed: $?"
#        exit -2
#    fi
#else
#    exit -3
fi
+ '[' -f ./scripts/docker/Dockerfile ']'
docker ps -a | grep -e stf583-rf-validation | awk '{ print $1 }'
++ docker ps -a
++ grep -e stf583-rf-validation
++ awk '{ print $1 }'
+ DOCKER_ID=22d0cd83b4c9
+ docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile .
Sending build context to Docker daemon  84.59MB

Step 1/18 : FROM ubuntu:16.04
 ---> f6f49faac5cf
Step 2/18 : MAINTAINER ETSI STF 583
 ---> Using cache
 ---> 7e35fa6f6c33
Step 3/18 : LABEL description "SFT583 Robot Framework Docker Image"
 ---> Using cache
 ---> 6ea90dba0448
Step 4/18 : ENV TERM xterm
 ---> Using cache
 ---> ecfb3ec7f7d1
Step 5/18 : ENV HOSTNAME docker-robot-STF583
 ---> Using cache
 ---> 6aaeb634431f
Step 6/18 : ARG ssh_prv_key
 ---> Using cache
 ---> 50d47b56c036
Step 7/18 : RUN DEBIAN_FRONTEND=noninteractive apt update 	&& apt install python3 git -y 	&& apt install python3-pip -y     && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y     && DEBIAN_FRONTEND=noninteractive apt-get autoclean     && rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> 36489586070a
Step 8/18 : RUN echo "docker-robot-STF583" > /etc/hostname     && echo "root:etsi" | chpasswd
 ---> Using cache
 ---> 01aab9357046
Step 9/18 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo     && echo "etsi:etsi" | chpasswd     && adduser etsi sudo     && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
 ---> Using cache
 ---> 611701b289ea
Step 10/18 : RUN DEBIAN_FRONTEND=noninteractive         && mkdir -p /home/etsi/dev/robot         && cd /home/etsi/dev/robot
 ---> Using cache
 ---> 1a69193d7f72
Step 11/18 : ADD requirements.txt /home/etsi/dev/robot/
 ---> Using cache
 ---> 45ff1293e9ee
Step 12/18 : ADD extensions /home/etsi/dev/robot/extensions
 ---> Using cache
 ---> 86d69ffb4f55
Step 13/18 : RUN ls /home/etsi/dev/robot
 ---> Using cache
 ---> 2bfda72443b3
Step 14/18 : RUN DEBIAN_FRONTED=noninteractive 	cd /home/etsi/dev/ 	mkdir -p build 	&& git clone https://forge.etsi.org/rep/forge-tools/robot2doc.git 	&& cd robot2doc 	&& pip3 install -r requirements.txt 	&& python3 -m pip install -e .
 ---> Using cache
 ---> 259189b7ad8d
Step 15/18 : RUN DEBIAN_FRONTEND=noninteractive 	&& cd /home/etsi/dev/robot 	&& pip3 install -r requirements.txt
 ---> Using cache
 ---> 91c75cb0f16b
Step 16/18 : ADD . /home/etsi/dev/robot
 ---> 67ed8121f4ba
Removing intermediate container cc8dcbf6b8d5
Step 17/18 : RUN chmod +x /home/etsi/dev/robot/scripts/*
 ---> Running in f589525741b9
 ---> 07cded17396d
Removing intermediate container f589525741b9
Step 18/18 : CMD tail -f /dev/null
 ---> Running in 6d53b8701529
 ---> 41f3cc275ba9
Removing intermediate container 6d53b8701529
Successfully built 41f3cc275ba9
Successfully tagged stf583-rf-validation:latest
+ '[' 0 '!=' 0 ']'

# That's all Floks
exit 0
+ exit 0
++++ Dryrun file SOL002/VNFConfiguration-API/ApiVersion.robot
++++ Dryrun file SOL002/VNFConfiguration-API/Configuration.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/Alarms.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/ApiVersion.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/IndividualAlarm.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/Notifications.robot
++++ Dryrun file SOL002/VNFFaultManagement-API/Subscriptions.robot
++++ Dryrun file SOL002/VNFIndicator-API/ApiVersion.robot
++++ Dryrun file SOL002/VNFIndicator-API/IndividualSubscription.robot
++++ Dryrun file SOL002/VNFIndicator-API/IndividualVNFindicator.robot
++++ Dryrun file SOL002/VNFIndicator-API/NotificationEndpoint.robot
++++ Dryrun file SOL002/VNFIndicator-API/Subscriptions.robot
++++ Dryrun file SOL002/VNFIndicator-API/VNFIndicators.robot
++++ Dryrun file SOL002/VNFIndicator-API/VnfIndicatorsInVnfInstanceId.robot
++++ Dryrun file SOL002/VNFIndicatorNotification-API/Notifications.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ApiVersion.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/CancelOperationTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeCurrentVNFPackageTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/CreateVNFSnapshotTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/FailOperationTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/HealVNFTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualVNFInstance.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/Notifications.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/OperateVNFTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/RetryOperationTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/RevertToVNFSnapshotTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/RollbackOperationTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ScaleVNFTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/Subscriptions.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/TerminateVNFTask.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/VNFInstances.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot
++++ Dryrun file SOL002/VNFLifecycleManagement-API/VnfLcmOperationOccurences.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/ApiVersion.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualPmJob.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualReport.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualThreshold.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/PMJobs.robot
++++ Dryrun file SOL002/VNFPerformanceManagement-API/Thresholds.robot
++++ Dryrun file SOL002/VNFPerformanceManagementNotification-API/Notifications.robot
++++ Dryrun file SOL003/VNFFaultManagement-API/Alarms.robot
++++ Dryrun file SOL003/VNFFaultManagement-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFFaultManagement-API/IndividualAlarm.robot
++++ Dryrun file SOL003/VNFFaultManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL003/VNFFaultManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL003/VNFFaultManagement-API/Subscriptions.robot
++++ Dryrun file SOL003/VNFFaultManagementNotification-API/Notifications.robot
++++ Dryrun file SOL003/VNFIndicator-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFIndicator-API/IndividualSubscription.robot
++++ Dryrun file SOL003/VNFIndicator-API/IndividualVNFindicator.robot
++++ Dryrun file SOL003/VNFIndicator-API/NotificationEndpoint.robot
++++ Dryrun file SOL003/VNFIndicator-API/Notifications.robot
++++ Dryrun file SOL003/VNFIndicator-API/Subscriptions.robot
++++ Dryrun file SOL003/VNFIndicator-API/VNFIndicators.robot
++++ Dryrun file SOL003/VNFIndicator-API/VnfIndicatorsInVnfInstanceId.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeCurrentVNFPackageTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/CreateVNFSnapshotTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/CreateVNFWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/DeleteVNFWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/FailOperationTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/FailOperationWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/HealVNFTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVNFInstance.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/InstantiateVNFTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ModifyVNFInformationWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/Notifications.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/OperateVNFTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/RetryOperationTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/RetryOperationWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/RevertToVNFSnapshotTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/RollBackOperationWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/RollbackOperationTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/Subscriptions.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/TerminateVNFTask.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/TerminateVNFWorkflow.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/VNFInstances.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/VNFSnapshots.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/VNFStateSnapshot.robot
++++ Dryrun file SOL003/VNFLifecycleManagement-API/VnfLcmOperationOccurences.robot
++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/Grants.robot
++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualVNFPackageArtifacts.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/ManifestInIndividualVNFPackage.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/Notifications.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/Subscriptions.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/VNFDInIndividualVNFPackage.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/VNFPackageArtifacts.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/VNFPackageContent.robot
++++ Dryrun file SOL003/VNFPackageManagement-API/VNFPackages.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualReport.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualThreshold.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/Notifications.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/PMJobs.robot
++++ Dryrun file SOL003/VNFPerformanceManagement-API/Thresholds.robot
++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/ApiVersion.robot
++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot
++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot
++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot
++++ Dryrun file SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/ApiVersion.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/IndividualSubscription.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/NotificationEndpoint.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Notifications.robot
++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Subscriptions.robot
++++ Dryrun file SOL005/NFVICapacityInformation-API/ApiVersion.robot
++++ Dryrun file SOL005/NFVICapacityInformation-API/CapacityThresholds.robot
++++ Dryrun file SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot
++++ Dryrun file SOL005/NFVICapacityInformation-API/IndividualVIMsNFVICapacityInformation.robot
++++ Dryrun file SOL005/NFVICapacityInformation-API/NFVICapacityInformation.robot
++++ Dryrun file SOL005/NFVICapacityInformation-API/NotificationEndpoint.robot
++++ Dryrun file SOL005/NSDManagement-API/ApiVersion.robot
++++ Dryrun file SOL005/NSDManagement-API/IndividualNSDArchiveArtifact.robot
++++ Dryrun file SOL005/NSDManagement-API/IndividualNSDescriptor.robot
++++ Dryrun file SOL005/NSDManagement-API/IndividualPNFDArchiveArtifact.robot
++++ Dryrun file SOL005/NSDManagement-API/IndividualPnfDescriptor.robot
++++ Dryrun file SOL005/NSDManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL005/NSDManagement-API/NSD.robot
++++ Dryrun file SOL005/NSDManagement-API/NSDArchiveContent.robot
++++ Dryrun file SOL005/NSDManagement-API/NSDArchiveManifest.robot
++++ Dryrun file SOL005/NSDManagement-API/NSDescriptors.robot
++++ Dryrun file SOL005/NSDManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL005/NSDManagement-API/Notifications.robot
++++ Dryrun file SOL005/NSDManagement-API/PNFD.robot
++++ Dryrun file SOL005/NSDManagement-API/PNFDArchiveContent.robot
++++ Dryrun file SOL005/NSDManagement-API/PNFDArchiveManifest.robot
++++ Dryrun file SOL005/NSDManagement-API/PNFDescriptors.robot
++++ Dryrun file SOL005/NSDManagement-API/Subscriptions.robot
++++ Dryrun file SOL005/NSFaultManagement-API/Alarms.robot
++++ Dryrun file SOL005/NSFaultManagement-API/ApiVersion.robot
++++ Dryrun file SOL005/NSFaultManagement-API/IndividualAlarm.robot
++++ Dryrun file SOL005/NSFaultManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL005/NSFaultManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL005/NSFaultManagement-API/Notifications.robot
++++ Dryrun file SOL005/NSFaultManagement-API/Subscriptions.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/ApiVersion.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/CancelOperationTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/ContinueOperationTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/FailOperationTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/HealNSTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/HealNSTaskWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/IndividualVNFSnapshot.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/InstantiateNSTaskWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/NSInstances.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/Notifications.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/RetryOperationTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/RollbackOperationTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/ScaleNSTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/ScaleNSTaskWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/Subscriptions.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/TerminateNSTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/TerminateNSTaskWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/UpdateNSTask.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/UpdateNSTaskWorkflow.robot
++++ Dryrun file SOL005/NSLifecycleManagement-API/VNFSnapshots.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/ApiVersion.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualPmJob.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualReport.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualThreshold.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/Notifications.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/PMJobs.robot
++++ Dryrun file SOL005/NSPerformanceManagement-API/Thresholds.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/AccessConfigurationForExternalArtifacts.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/ApiVersion.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualVNFPackage.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualVNFPackageArtifacts.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/ManifestInIndividualVNFPackage.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/Notifications.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/Subscriptions.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/VNFDInIndividualVNFPackage.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackageArtifacts.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackageContent.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackageContentViaURI.robot
++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackages.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/AccessConfigurationForExternalArtifacts.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/ApiVersion.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/BuildVNFSnapshotPackageContentTask.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/CancelVNFSnapshotPackageOperationTask.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/ExtractVNFSnapshotPackageContentTask.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/UploadVNFSnapshotPackageFromUriTask.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot
++++ Dryrun file SOL005/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot
++++ Dryrun file SOL009/NFVMANOFaultManagement-API/Alarms.robot
++++ Dryrun file SOL009/NFVMANOFaultManagement-API/ApiVersion.robot
++++ Dryrun file SOL009/NFVMANOFaultManagement-API/IndividualAlarm.robot
++++ Dryrun file SOL009/NFVMANOFaultManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL009/NFVMANOFaultManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL009/NFVMANOFaultManagement-API/Notifications.robot
++++ Dryrun file SOL009/NFVMANOFaultManagement-API/Subscriptions.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/ApiVersion.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/CompileLogTask.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/IndividualLoggingJob.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/IndividualReport.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/LoggingJobs.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/Notifications.robot
++++ Dryrun file SOL009/NFVMANOLogManagement-API/Subscriptions.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/ApiVersion.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/IndividualPmJob.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/IndividualReport.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/IndividualThreshold.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/Notifications.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/PMJobs.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/Subscriptions.robot
++++ Dryrun file SOL009/NFVMANOPerformanceManagement-API/Thresholds.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ApiVersion.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeInterfaceStateTask.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeNFVMANOEntityStateTask.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeStateOperationOccurrences.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualNFVMANOServiceInterface.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualPeerEntity.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualStateChangeOperationOccurrence.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOServiceInterfaces.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/Notifications.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/PeerEntities.robot
++++ Dryrun file SOL009/NFVManoConfigurationAndInformationManagement-API/Subscriptions.robot
++++ Dryrun file SOL011/NSInstanceUsageNotification-API/ApiVersion.robot
++++ Dryrun file SOL011/NSInstanceUsageNotification-API/IndividualSubscription.robot
++++ Dryrun file SOL011/NSInstanceUsageNotification-API/NotificationEndpoint.robot
++++ Dryrun file SOL011/NSInstanceUsageNotification-API/Notifications.robot
++++ Dryrun file SOL011/NSInstanceUsageNotification-API/Subscriptions.robot
++++ Dryrun file SOL011/NSLifecycleOperationGranting-API/ApiVersion.robot
++++ Dryrun file SOL011/NSLifecycleOperationGranting-API/Grants.robot
++++ Dryrun file SOL011/NSLifecycleOperationGranting-API/IndividualGrant.robot
++++ Dryrun file SOL012/PolicyManagement-API/ApiVersion.robot
++++ Dryrun file SOL012/PolicyManagement-API/IndividualPolicy.robot
++++ Dryrun file SOL012/PolicyManagement-API/IndividualSubscription.robot
++++ Dryrun file SOL012/PolicyManagement-API/NotificationEndpoint.robot
++++ Dryrun file SOL012/PolicyManagement-API/Notifications.robot
++++ Dryrun file SOL012/PolicyManagement-API/ParticularVersionOfAnIndividualPolicy.robot
++++ Dryrun file SOL012/PolicyManagement-API/Policies.robot
++++ Dryrun file SOL012/PolicyManagement-API/SelectedVersionOfAnIndividualPolicy.robot
++++ Dryrun file SOL012/PolicyManagement-API/Subscriptions.robot
Received arguments:  ['create_sols.py', '../../robot', 'local', '../../build']
Using git ref: 06f1352 (commit)
Generating entire SOL tests
Opening doc: Tests-SOL002-VeVnfm_template.docx
++ Generating test suite: SOL002 6.3.1.1 Configuration
++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Set new VNF Configuration
++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Get information about a VNF configuration
++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Get information about a VNF configuration with HTTP Etag
++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Set new VNF Configuration - HTTP Etag precondition unsuccessful
++++ TD: ,SOL002,VNFConfiguration-API,Configuration,POST VNF Configuration - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,Configuration,PUT VNF Configuration - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,Configuration,DELETE VNF Configuration - Method not implemented
++ Generating test suite: SOL002 6.3.1.2 ApiVersion
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.2.1 VNFIndicators
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators with attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators with invalid attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with malformed authorization token
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators without authorization token
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,GET all VNF Indicators with expired or revoked authorization token
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with invalid resource endpoint
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,POST all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,PUT all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,PATCH all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,DELETE all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators to get Paged Response
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators - Bad Request Response too Big
++ Generating test suite: SOL002 6.3.2.2 VnfIndicatorsInVnfInstanceId
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,GET Indicators for VNF Instance with attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid resource identifier
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,POST Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PUT Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PATCH Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,DELETE Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance to get Paged Response
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance - Bad Request Response too Big
++ Generating test suite: SOL002 6.3.2.3 IndividualVNFindicator
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance with invalid indicator identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,POST Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PUT Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PATCH Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,DELETE Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Performance Indicator
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Performance Indicator with invalid indicator identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,POST Individual Performance Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PUT Individual Performance Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PATCH Individual Performance Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,DELETE Individual Performance Indicator - Method not implemented
++ Generating test suite: SOL002 6.3.2.4 Subscriptions
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions with attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions with invalid attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions with invalid resource endpoint
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,Create new VNF indicator subscription
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,PUT VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,PATCH VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,DELETE VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions to get Paged Response
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions - Bad Request Response too Big
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,Create new VNF indicator Subscription - DUPLICATION
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,Create new VNF indicator Subscription - NO-DUPLICATION
++ Generating test suite: SOL002 6.3.2.5 IndividualSubscription
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,PUT Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,PATCH Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,POST Individual VNF Indicator Subscription - Method not implemented
++ Generating test suite: SOL002 6.3.2.6 Notifications
++++ TD: ,SOL002,VNFIndicator-API,Notifications,VNF Indicator Value Change Notification
++++ TD: ,SOL002,VNFIndicator-API,Notifications,Supported Indicators Change Notification
++ Generating test suite: SOL002 6.3.2.7 ApiVersion
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.3.8 NotificationEndpoint
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,VNF Indicator Value Change Notification
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,Supported Indicators Change Notification
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,Test the Notification Endpoint - Successful
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,Test the Notification Endpoint - NOT FOUND
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,PUT Notification endpoint - Method Not Implemented
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,PATCH Notification endpoint - Method Not Implemented
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,DELETE Notification endpoint - Method Not Implemented
++ Generating test suite: SOL002 6.3.3.1 PMJobs
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with all_fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_default attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid resource endpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,POST Create new VNF Performance Monitoring Job - SUCCESSFUL
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,PUT all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,PATCH all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,DELETE all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs to get Paged Response
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs for Bad Request Response too big
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_default and fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,POST Create new VNF Performance Monitoring Job - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.3.2 IndividualPmJob
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,POST Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PUT Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - Precondition failed
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.3.3 IndividualReport
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report with invalid resource endpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,POST Individual Performance Report - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,PUT Individual Performance Report - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,PATCH Individual Performance Report - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,DELETE Individual Performance Report - Method not implemented
++ Generating test suite: SOL002 6.3.3.4 Thresholds
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET All Performance Thresholds
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid resource endpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,POST Create new Performance Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,PUT Performance Thresholds - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,PATCH Performance Thresholds - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,DELETE Performance Thresholds - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with Paged Response
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds for Bad Request Response too big
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,POST Create new Performance Threshold - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.3.5 IndividualThreshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,POST Individual Threshold - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PUT Individual Threshold - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Precondition failed
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Unprocessible Entity
++ Generating test suite: SOL002 6.3.3.8 Notifications
++++ TD: ,SOL002,VNFPerformanceManagement-API,Notifications,VNF Performance Information Availability Notification
++++ TD: ,SOL002,VNFPerformanceManagement-API,Notifications,VNF Threshold Crossed Notification
++ Generating test suite: SOL002 6.3.3.9 ApiVersion
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.3.10 NotificationEndpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,NotificationEndpoint,VNF Performance Information Availability Notification
++++ TD: ,SOL002,VNFPerformanceManagement-API,NotificationEndpoint,VNF Threshold Crossed Notification
++ Generating test suite: SOL002 6.3.4.1 Alarms
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,POST Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with invalid attribute-based filter
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with "all_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with exclude_default attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with fields attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with "exclude_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,PUT Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,PATCH Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,DELETE Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms to get Paged Response
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms for Bad Request Response too big
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about alarms with attribute-based filter "id"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "vnfcInstanceIds"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "rootCauseFaultyResource.faultyResourceType"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "eventType"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "perceivedSeverity"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "probableCause"
++ Generating test suite: SOL002 6.3.4.2 IndividualAlarm
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,POST Alarm - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,GET information about an individual alarm
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PUT Individual Alarm - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PATCH Individual Alarm
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PATCH Individual Alarm - Precondition failed
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PATCH Individual Alarm - Conflict
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,DELETE Individual Alarm - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,GET information about an individual alarm - Not Found
++ Generating test suite: SOL002 6.3.4.3 EscalatePerceivedSeverityTask
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,Escalate the perceived severity
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,GET Escalate the perceived severity - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,PUT Escalate the perceived severity - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,PATCH Escalate the perceived severity - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,DELETE Escalate the perceived severity - Method not implemented
++ Generating test suite: SOL002 6.3.4.4 Subscriptions
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Create a new subscription
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Create a duplicated Subscription
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscriptions to get Paged Response
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscription with attribute-based filter "id"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.notificationTypes"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.faultyResourceTypes"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.perceivedSeverities"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.eventTypes"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.probableCauses"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++ Generating test suite: SOL002 6.3.4.5 IndividualSubscription
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,GET Information about an individual subscription
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,GET Information about an individual subscription - Not Found
++ Generating test suite: SOL002 6.3.4.6 Notifications
++++ TD: ,SOL002,VNFFaultManagement-API,Notifications,VNF Fault Alarm Notification
++++ TD: ,SOL002,VNFFaultManagement-API,Notifications,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL002,VNFFaultManagement-API,Notifications,VNF Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL002 6.3.4.7 ApiVersion
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.4.8 NotificationEndpoint
++++ TD: ,SOL002,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Notification
++++ TD: ,SOL002,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL002,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL002 6.3.5.1 VNFInstances
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "all_fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,PUT VNFInstances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,PATCH VNFInstances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,DELETE VNFInstances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.5.2 IndividualVNFInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,POST Individual VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,GET Information about an individual VNF Instance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PUT Individual VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Precondition failed
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Conflict
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance Conflict
++ Generating test suite: SOL002 6.3.5.3 InstantiateVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,POST Instantiate a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,POST Instantiate a vnfInstance Conflict
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,GET Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,PUT Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,PATCH Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,DELETE Instantiate VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.4 ScaleVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,GET Scale VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,PUT Scale VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,PATCH Scale VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,DELETE Scale VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.5 ScaleVNFToLevelTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,GET Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PUT Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PATCH Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,DELETE Scale to level VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.6 ChangeVNFFlavourTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,GET Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PUT Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PATCH Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,DELETE Change deployment flavour VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.7 TerminateVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,GET Terminate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,PUT Terminate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,PATCH Terminate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,DELETE Terminate VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.8 HealVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,GET Heal VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,PUT Heal VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,PATCH Heal VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,DELETE Heal VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.9 OperateVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,GET Operate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,PUT Operate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,PATCH Operate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,DELETE Operate VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.10 ChangeExternalVNFConnectivityTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,POST Change external VNF connectivity
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,GET Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PUT Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PATCH Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,DELETE Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,POST Change external VNF connectivity Conflict
++ Generating test suite: SOL002 6.3.5.11 VnfLcmOperationOccurences
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,POST VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM operation occurrences
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM operation occurrences Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences Bad Request Invalid attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "all_fields"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "exlude_default"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "fields"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "exclude_fields"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PUT status information about multiple VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PATCH status information about multiple VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,DELETE status information about multiple VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM operation occurances to get Paged Response
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences Bad Request Response too big
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "exlude_default" and "fields"
++ Generating test suite: SOL002 6.3.5.12 IndividualVnfLcmOperationOccurence
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Post Individual VNF LCM OP occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Get status information about multiple VNF instances
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PUT status information about multiple VNF instances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PATCH status information about multiple VNF instances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,DELETE status information about multiple VNF instances - Method not implemented
++ Generating test suite: SOL002 6.3.5.13 RetryOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,POST Retry operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,POST Retry operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,POST Retry operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,GET Retry operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,PUT Retry operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,PATCH Retry operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,DELETE Retry operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.14 RollbackOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,GET Rollback operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,PUT Rollback operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,PATCH Rollback operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,DELETE Rollback operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.15 FailOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,GET Fail operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,PUT Fail operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,PATCH Fail operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,DELETE Fail operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.16 CancelOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,Post Cancel operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,Post Cancel operation task Conflict
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,Post Cancel operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,GET Cancel operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,PUT Cancel operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,PATCH Cancel operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,DELETE Cancel operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.17 Subscriptions
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new subscription
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - DUPLICATION
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - NO-DUPLICATION
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with all_fields attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with exclude_default attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with fields attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with exclude_fields attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET information about multiple subscriptions to get Paged Response
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET information about multiple subscriptions for Bad Request Response too big
++ Generating test suite: SOL002 6.3.5.18 IndividualSubscription
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,GET Individual Subscription
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,DELETE an individual subscription
++ Generating test suite: SOL002 6.3.5.19 Notifications
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Start Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Result Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF Identifier Creation Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF Identifier Deletion Notification
++ Generating test suite: SOL002 6.3.5.20 ApiVersion
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.5.21 NotificationEndpoint
++++ TD: ,SOL002,VNFLifecycleManagement-API,NotificationEndpoint,VNF LCM Operation Occurrence Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Creation Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Deletion Notification
Writing SOL002 definitions to: ../../build/Tests-SOL002-VeVnfm.docx, (/home/etsi/dev/build/Tests-SOL002-VeVnfm.docx)
Opening doc: Tests-SOL003-OrVnfm_template.docx
++ Generating test suite: SOL003 7.3.1.1 VNFInstances
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "all_fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,PUT multiples VNFInstances - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,PATCH multiples VNFInstances - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,DELETE VNFInstances - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances to get Paged Response
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances - Bad Request Response too Big
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance - Unprocessible Entity
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances using Filter
++ Generating test suite: SOL003 7.3.1.2 IndividualVNFInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,Post Individual VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,Get Information about an individual VNF Instance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PUT Individual VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Precondition failed
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,Get Information about an individual VNF Instance - Not Found
++ Generating test suite: SOL003 7.3.1.3 InstantiateVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,Instantiate a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,Instantiate a vnfInstance Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,GET Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,PUT Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,PATCH Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,DELETE Instantiate VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.4 ScaleVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,GET Scale VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,PUT Scale VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,PATCH Scale VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,DELETE Scale VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.5 ScaleVNFToLevelTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,Scale a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,GET Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PUT Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PATCH Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,DELETE Scale to level VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.6 ChangeVNFFlavourTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,GET Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PUT Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PATCH Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,DELETE Change deployment flavour VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.7 TerminateVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,GET Terminate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,PUT Terminate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,PATCH Terminate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,DELETE Terminate VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.8 HealVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,GET Heal VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,PUT Heal VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,PATCH Heal VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,DELETE Heal VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.9 OperateVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,GET Operate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,PUT Operate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,PATCH Operate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,DELETE Operate VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.10 ChangeExternalVNFConnectivityTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,POST Change external VNF connectivity
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,GET Change external VNF connectivity - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PUT Change external VNF connectivity - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PATCH Change external VNF connectivity - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,DELETE Change external VNF connectivity - Method not implemented
++ Generating test suite: SOL003 7.3.1.11 VnfLcmOperationOccurences
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,POST VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC Bad Request Invalid attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "all_fields"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "exlude_default"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "fields"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "exclude_fields"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PUT status information about multiple VNF LCM Operation OCC - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PATCH status information about multiple VNF LCM Operation OCC - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,DELETE status information about multiple VNF LCM Operation OCC - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC to get Paged Response
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC - Bad Request Response too Big
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "exclude_default" and "fields"
++ Generating test suite: SOL003 7.3.1.12 IndividualVnfLcmOperationOccurence
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Post Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Get Individual VNF LCM Operation occurrences
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PUT Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PATCH Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,DELETE Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Get Individual VNF LCM Operation occurrences - Not Found
++ Generating test suite: SOL003 7.3.1.13 RetryOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,Post Retry operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,Post Retry operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,Post Retry operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,GET Retry operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,PUT Retry operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,PATCH Retry operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,DELETE Retry operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.14 RollbackOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,Post Rollback operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,GET Rollback operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,PUT Rollback operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,PATCH Rollback operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,DELETE Rollback operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.15 FailOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,Post Fail operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,Post Fail operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,GET Fail operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,PUT Fail operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,PATCH Fail operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,DELETE Fail operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.16 CancelOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,POST Cancel operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,POST Cancel operation task Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,POST Cancel operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,GET Cancel operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,PUT Cancel operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,PATCH Cancel operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,DELETE Cancel operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.17 Subscriptions
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,POST Create a new subscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Create a new Subscription - DUPLICATION
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Create a new Subscription - NO-DUPLICATION
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET Subscriptions as a Paged Response
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++ Generating test suite: SOL003 7.3.1.18 IndividualSubscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,GET Individual Subscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,GET Individual Subscription - Not Found
++ Generating test suite: SOL003 7.3.1.19 CancelOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationWorkflow,Cancel a VNF LCM Operation - STARTING
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationWorkflow,Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK
++ Generating test suite: SOL003 7.3.1.20 ChangeExternalVNFConnectivityWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityWorkflow,Change external connectivity of VNF Workflow
++ Generating test suite: SOL003 7.3.1.21 ChangeVNFFlavourWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourWorkflow,Change VNF Flavour Workflow
++ Generating test suite: SOL003 7.3.1.22 CreateVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,CreateVNFWorkflow,Create VNF Instance Resource
++ Generating test suite: SOL003 7.3.1.23 DeleteVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,DeleteVNFWorkflow,Delete VNF Instance Resource
++ Generating test suite: SOL003 7.3.1.24 FailOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationWorkflow,Fail a VNF LCM Operation Workflow
++ Generating test suite: SOL003 7.3.1.25 HealVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFWorkflow,Heal a VNF Instance
++ Generating test suite: SOL003 7.3.1.26 InstantiateVNFTaskWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTaskWorkflow,VNF Instantiation
++ Generating test suite: SOL003 7.3.1.27 ModifyVNFInformationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ModifyVNFInformationWorkflow,Modify info of a VNF Instance
++ Generating test suite: SOL003 7.3.1.28 OperateVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFWorkflow,Operate a VNF Instance
++ Generating test suite: SOL003 7.3.1.29 RetryOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationWorkflow,Retry VNF LCM Operation - Successful
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationWorkflow,Retry VNF LCM Operation - Unsuccessful
++ Generating test suite: SOL003 7.3.1.30 RollBackOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollBackOperationWorkflow,Rollback a VNF LCM Operation - Successful
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollBackOperationWorkflow,Rollback VNF LCM Operation - Unsuccessful
++ Generating test suite: SOL003 7.3.1.31 ScaleVNFToLevelWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelWorkflow,VNF Instance Scale To Level
++ Generating test suite: SOL003 7.3.1.32 ScaleVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFWorkflow,VNF Instance Scale Out
++ Generating test suite: SOL003 7.3.1.33 TerminateVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFWorkflow,Terminate a VNF Instance
++ Generating test suite: SOL003 7.3.1.34 Notifications
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Start Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Result Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF Identifier Creation Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF Identifier Deletion Notification
++ Generating test suite: SOL003 7.3.1.35 ApiVersion
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.1.36 NotificationEndpoint
++++ TD: ,SOL003,VNFLifecycleManagement-API,NotificationEndpoint,VNF LCM Operation Occurrence Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Creation Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Deletion Notification
++ Generating test suite: SOL003 7.3.2.1 Grants
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,Requests a grant for a particular VNF lifecycle operation - Synchronous mode
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,Requests a grant for a particular VNF lifecycle operation - Asynchronous mode
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,Requests a grant for a particular VNF lifecycle operation - Forbidden
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,GET Grants - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,PUT Grants - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,PATCH Grants - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,DELETE Grants - Method not implemented
++ Generating test suite: SOL003 7.3.2.2 IndividualGrant
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,POST Individual Grant - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - Successful
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - Process ongoing
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - grant rejected
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,PUT an individual grant - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,PATCH an individual grant - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,DELETE an individual grant - Method not implemented
++ Generating test suite: SOL003 7.3.2.3 ApiVersion
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.3.1 VNFPackages
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all VNF Packages
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with invalid attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "all_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all VNF Packages with invalid resource endpoint
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,POST all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PUT all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PATCH all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,DELETE all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all VNF Packages as a Paged Response
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages - Bad Request Response too Big
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all OnBoarded VNF Packages
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with invalid attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "all_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all OnBoarded VNF Packages with invalid resource endpoint
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,POST all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PUT all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PATCH all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,DELETE all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all OnBoarded VNF Packages as a Paged Response
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages - Bad Request Response too Big
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "fields" and "exclude_default" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "fields" and "exclude_default" attribute selector
++ Generating test suite: SOL003 7.3.3.2 IndividualVNFPackage
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual VNF Package
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,POST Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PUT Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PATCH Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,DELETE Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual OnBoarded VNF Package
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual OnBoarded VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,POST Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PUT Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PATCH Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,DELETE Individual OnBoarded VNF Package - Method not implemented
++ Generating test suite: SOL003 7.3.3.3 VNFPackageContent
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with Range Request and NFVO not supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,POST Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PUT Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PATCH Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,DELETE Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with Range Request and NFVO not supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,POST Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PUT Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PATCH Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,DELETE Individual OnBoarded VNF Package Content - Method not implemented
++ Generating test suite: SOL003 7.3.3.4 VNFDInIndividualVNFPackage
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual VNF Package in Plain Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package in Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,POST VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PUT VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PATCH VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,DELETE VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual OnBoarded VNF Package in Plain Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual OnBoarded VNF Package in Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual OnBoarded VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual OnBoarded VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual OnBoarded VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual OnBoarded VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,POST VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PUT VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PATCH VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,DELETE VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual VNF Package with security information
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual OnBoarded VNF Package with security information
++ Generating test suite: SOL003 7.3.3.5 VNFPackageArtifacts
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,GET VNF Package Artifact with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,POST VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PUT VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PATCH VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,DELETE VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,GET OnBoarded VNF Package Artifact with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,POST OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PUT OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PATCH OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,DELETE OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_external_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "include_external_artifacts" parameter
++ Generating test suite: SOL003 7.3.3.6 Subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get All VNF Package Subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions with attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions with invalid attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,GET VNF Package Subscription with invalid resource endpoint
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Create new VNF Package subscription
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Create duplicated VNF Package subscription with NFVO not creating duplicated subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Create duplicated VNF Package subscription with NFVO creating duplicated subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,PUT VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,PATCH VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,DELETE VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get All VNF Package Subscriptions as Paged Response
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions - Unprocessable Entity
++ Generating test suite: SOL003 7.3.3.7 IndividualSubscription
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,GET Individual VNF Package Subscription
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,GET Individual VNF Package Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,DELETE Individual VNF Package Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,POST Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,PUT Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,PATCH Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,DELETE Individual VNF Package Subscription
++ Generating test suite: SOL003 7.3.3.8 Notifications
++++ TD: ,SOL003,VNFPackageManagement-API,Notifications,VNF Package Onboarding Notification
++++ TD: ,SOL003,VNFPackageManagement-API,Notifications,VNF Package Operational State Change Notification
++++ TD: ,SOL003,VNFPackageManagement-API,Notifications,VNF Package Deletion Notification
++ Generating test suite: SOL003 7.3.3.9 ApiVersion
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.3.10 NotificationEndpoint
++++ TD: ,SOL003,VNFPackageManagement-API,NotificationEndpoint,VNF Package Onboarding Notification
++++ TD: ,SOL003,VNFPackageManagement-API,NotificationEndpoint,VNF Package Change Notification
++ Generating test suite: SOL003 7.3.4.1 PMJobs
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with all_fields attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_default attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with fields attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_fields attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid resource endpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,Create new VNF Performance Monitoring Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,PUT all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,PATCH all VNF Performance Monitoring Jobs - (Method not implemented)
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,DELETE all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs as Paged Response
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs - Bad Request Response too Big
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with fields and exclude_default attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,POST Create new VNF Performance Monitoring Job - Unprocessable Entity
++ Generating test suite: SOL003 7.3.4.2 IndividualPmJob
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,POST Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PUT Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - Precondition failed
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - Unprocessable Entity
++ Generating test suite: SOL003 7.3.4.3 IndividualReport
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report with invalid resource endpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,POST Individual Performance Report - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,PUT Individual Performance Report - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,PATCH Individual Performance Report - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,DELETE Individual Performance Report - Method not implemented
++ Generating test suite: SOL003 7.3.4.4 Thresholds
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET All Performance Thresholds
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid resource endpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,Create new Performance Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,PUT Performance Thresholds - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,PATCH Performance Thresholds - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,DELETE Performance Thresholds - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET All Performance Thresholds as Paged Response
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds - Bad Request Response too Big
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,POST create new Performance Threshold - Unprocessable Entity
++ Generating test suite: SOL003 7.3.4.5 IndividualThreshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,POST Individual Threshold - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PUT Individual Threshold - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Precondition failed
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Unprocessible Entity
++ Generating test suite: SOL003 7.3.4.8 Notifications
++++ TD: ,SOL003,VNFPerformanceManagement-API,Notifications,VNF Performance Information Availability Notification
++++ TD: ,SOL003,VNFPerformanceManagement-API,Notifications,VNF Threshold Crossed Notification
++ Generating test suite: SOL003 7.3.4.9 ApiVersion
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.4.10 NotificationEndpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,NotificationEndpoint,Performance Information Available Notification
++++ TD: ,SOL003,VNFPerformanceManagement-API,NotificationEndpoint,Threshold Crossed Notification
++ Generating test suite: SOL003 7.3.5.1 Alarms
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,POST Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms with filter
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,GET information about multiple alarms with "all_fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,GET information about multiple alarms with exclude_default attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,GET information about multiple alarms with fields attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,GET information about multiple alarms with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,PUT Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,PATCH Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,DELETE Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms as a Paged Response
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms - Bad Request Response too Big
++ Generating test suite: SOL003 7.3.5.2 IndividualAlarm
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,POST Alarm - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Get information about an fault management individual alarm
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,PUT Alarm - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,PATCH Fault Management Individual Alarm
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Modify an individual alarm resource - Precondition failed
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Modify an individual alarm resource - Conflict
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,DELETE Alarm - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Get information about an fault management individual alarm - Not Found
++ Generating test suite: SOL003 7.3.5.3 Subscriptions
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Create a new Fault Management alarm subscription
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Create a new alarm subscription - DUPLICATION
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Create a new alarm subscription - NO DUPLICATION
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions as Paged Response
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET Subscription with attribute-based filter "id"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.notificationTypes"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.faultyResourceTypes"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.perceivedSeverities"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.eventTypes"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.probableCauses"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++ Generating test suite: SOL003 7.3.5.4 IndividualSubscription
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,Post Individual Subscription - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,Get Information about an individual subscription
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,Get Information about an individual subscription - Not Found
++ Generating test suite: SOL003 7.3.5.5 Notifications
++++ TD: ,SOL003,VNFFaultManagement-API,Notifications,VNF Fault Alarm Notification
++++ TD: ,SOL003,VNFFaultManagement-API,Notifications,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL003,VNFFaultManagement-API,Notifications,VNF Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL003 7.3.5.6 ApiVersion
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.5.7 NotificationEndpoint
++++ TD: ,SOL003,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Notification
++++ TD: ,SOL003,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL003,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm List Reulit Notification
++ Generating test suite: SOL003 7.3.6.1 VNFIndicators
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get VNF Indicators with attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get VNF Indicators with invalid attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with malformed authorization token
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators without authorization token
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,GET all VNF Indicators with expired or revoked authorization token
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with invalid resource endpoint
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,POST all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,PUT all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,PATCH all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,DELETE all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators as Paged Response
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get VNF Indicators - Bad Request Response too Big
++ Generating test suite: SOL003 7.3.6.2 VnfIndicatorsInVnfInstanceId
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,GET Indicators for VNF Instance with attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid resource identifier
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,POST Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PUT Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PATCH Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,DELETE Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance as Paged Response
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance - Bad Request Response too Big
++ Generating test suite: SOL003 7.3.6.3 IndividualVNFindicator
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance with invalid indicator identifier
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,POST Individual VNF Indicator for VNF Instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,PUT Individual VNF Indicator for VNF Instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,PATCH Individual VNF Indicator for VNF Instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,DELETE Individual VNF Indicator for VNF Instance - Method not implemented
++ Generating test suite: SOL003 7.3.6.4 Subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET All VNF Indicator Subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions with attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions with invalid attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions with invalid resource endpoint
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,Create new VNF indicator subscription
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,Create duplicated VNF indicator subscription with VNFM not creating duplicated subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,Create duplicated VNF indicator subscription with VNFM creating duplicated subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,PUT VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,PATCH VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,DELETE VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET All VNF Indicator Subscriptions as Paged Response
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++ Generating test suite: SOL003 7.3.6.5 IndividualSubscription
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,PUT Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,PATCH Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,POST Individual VNF Indicator Subscription - Method not implemented
++ Generating test suite: SOL003 7.3.6.6 Notifications
++++ TD: ,SOL003,VNFIndicator-API,Notifications,VNF Indicator Value Change Notification
++ Generating test suite: SOL003 7.3.6.7 ApiVersion
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.6.8 NotificationEndpoint
++++ TD: ,SOL003,VNFIndicator-API,NotificationEndpoint,VNF Indicator Value Change Notification
++++ TD: ,SOL003,VNFIndicator-API,NotificationEndpoint,Supported Indicators Change Notification
++ Generating test suite: SOL003 7.3.7.1 Subscriptions
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification subscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification subscription - DUPLICATION
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification subscription - NO-DUPLICATION
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification Subscriptions
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification Subscriptions with attribute-based Filter
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,PUT Virtualised Resources Quota Available Notification subscriptions - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,PATCH Virtualised Resources Quota Available Notification subscriptions - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,DELETE Virtualised Resources Quota Available Notification subscriptions - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification Subscriptions as Paged Response
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification Subscription - Unprocessable Entity
++ Generating test suite: SOL003 7.3.7.2 IndividualSubscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,Create new Virtualised Resources Quota Available Notification individual subscription - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,Get Information about an individual subscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,Get Information about an individual subscription - Not Found
++ Generating test suite: SOL003 7.3.7.3 ApiVersion
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.7.4 NotificationEndpoint
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,NotificationEndpoint,Vr Quota Availibility Notification
++ Generating test suite: SOL003 7.3.7.5 Notifications
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Notifications,Virtualised Resource Quota Available Notification
++ Generating test suite: SOL003 7.3.8.1 ApiVersion
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
{'ref': '7.3.8.2', 'fln': 'VnfSnapshotPackages.robot', 'title': 'VNF Snapshot Packages Endpoint'} ../../robot SOL003 VNFSnapshotPackageManagement-API
Traceback (most recent call last):
  File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 96, in _parse
    extensions=self.extensions)
  File "/usr/local/lib/python3.5/dist-packages/robot/parsing/model.py", line 52, in TestData
    return TestCaseFile(parent, source).populate()
  File "/usr/local/lib/python3.5/dist-packages/robot/parsing/model.py", line 178, in populate
    FromFilePopulator(self).populate(self.source)
  File "/usr/local/lib/python3.5/dist-packages/robot/parsing/populators.py", line 61, in populate
    source = self._open(path)
  File "/usr/local/lib/python3.5/dist-packages/robot/parsing/populators.py", line 71, in _open
    raise DataError("Data source does not exist.")
robot.errors.DataError: Data source does not exist.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "create_sols.py", line 205, in <module>
    create_test_for_sol(solspec, spec_index, ROOT, COMMIT_ID, OUTDIR)
  File "create_sols.py", line 115, in create_test_for_sol
    raise err
  File "create_sols.py", line 110, in create_test_for_sol
    item, ref, spec, all_tests_root, commit_id, basedoc, current_folder
  File "create_sols.py", line 56, in generate_new_clause
    suite = TestSuiteBuilder().build(path)
  File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 80, in build
    return self._parse_and_build(paths[0])
  File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 88, in _parse_and_build
    suite = self._build_suite(self._parse(path))
  File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 98, in _parse
    raise DataError("Parsing '%s' failed: %s" % (path, err.message))
robot.errors.DataError: Parsing '../../robot/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackages.robot' failed: Data source does not exist.
Final validation result: 0
Archiving artifacts
Finished: SUCCESS