Started by GitLab push by Miguel Angel Reina Ortega [EnvInject] - Loading node environment variables. Building remotely on build2.forge.etsi.org (HiveTap) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/api-tests using credential 23ce2346-acc3-49d2-9308-34fdca1b8f6f > 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 Jenkins user for build2 (only for api-tests job) > 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-fix-plu-test^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 053e19139370571ca811d33afbdf107de9e25c17 # timeout=10 Checking out Revision 053e19139370571ca811d33afbdf107de9e25c17 (origin/3.3.1-fix-plu-test) > git config core.sparsecheckout # timeout=10 > git checkout -f 053e19139370571ca811d33afbdf107de9e25c17 Commit message: "Adding volume parameter" > git rev-list --no-walk ddcfcdd36c49a15fa89da243987c589d8d4b8a90 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content DOCKER_HUB_USER=fedesismo CI_REGISTRY_USER=project_86_bot CI_REGISTRY=osm.etsi.org:5050 [EnvInject] - Variables injected successfully. [EnvInject] - Mask passwords that will be passed as build parameters. [api-tests] $ /bin/bash /tmp/jenkins1227902544436115642.sh Using git branch origin/3.3.1-fix-plu-test 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 ']' ++ grep -e stf583-rf-validation ++ awk '{ print $1 }' ++ docker ps -a + DOCKER_ID=957dec308728 + docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile . Sending build context to Docker daemon 77.2MB Step 1/19 : FROM ubuntu:16.04 ---> 9499db781771 Step 2/19 : MAINTAINER ETSI STF 583 ---> Using cache ---> a47a0dd1534e Step 3/19 : LABEL description="SFT583 Robot Framework Docker Image" ---> Using cache ---> 1be2b3941011 Step 4/19 : ENV TERM=xterm ---> Using cache ---> 7bcfcacc6e71 Step 5/19 : ENV HOSTNAME docker-robot-STF583 ---> Using cache ---> 3b8074dd2ac7 Step 6/19 : ARG ssh_prv_key ---> Using cache ---> 16ce3bed90dc Step 7/19 : 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 ---> 1c548d4580c0 Step 8/19 : RUN echo "docker-robot-STF583" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 84dd7b207b13 Step 9/19 : 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 ---> be8ba2c65b1e Step 10/19 : RUN DEBIAN_FRONTEND=noninteractive && mkdir -p /home/etsi/dev/robot && cd /home/etsi/dev/robot ---> Using cache ---> 37543df5d11a Step 11/19 : ADD requirements.txt /home/etsi/dev/robot/ ---> Using cache ---> 0a592afe19fc Step 12/19 : ADD extensions /home/etsi/dev/robot/extensions ---> Using cache ---> 44658200c7fa Step 13/19 : RUN ls /home/etsi/dev/robot ---> Using cache ---> bddf3538dc74 Step 14/19 : ADD "https://forge.etsi.org/rep/api/v4/projects/224/repository/branches/master" /tmp/devalidateCache ---> Using cache ---> 9236093365d6 Step 15/19 : 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 ---> ccd91009e072 Step 16/19 : RUN DEBIAN_FRONTEND=noninteractive && cd /home/etsi/dev/robot && pip3 install -r requirements.txt ---> Using cache ---> be574eab892b Step 17/19 : ADD . /home/etsi/dev/robot ---> 0db7b8c76817 Step 18/19 : RUN chmod +x /home/etsi/dev/robot/scripts/* ---> Running in ad1ea4a06035 Removing intermediate container ad1ea4a06035 ---> 578efcb30f45 Step 19/19 : CMD tail -f /dev/null ---> Running in 0505d6dbd5e8 Removing intermediate container 0505d6dbd5e8 ---> baa042bfa2ad Successfully built baa042bfa2ad Successfully tagged stf583-rf-validation:latest + '[' 0 '!=' 0 ']' # That's all Floks exit 0 + exit 0 Using git branch origin/3.3.1-fix-plu-test ++++ 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 Using git branch origin/3.3.1-fix-plu-test rm: cannot remove '*': No such file or directory apiTestsVersion Creating htap plugins from robots tests for version 3.3.1 Updating callbackUri in json files... ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfIdentifierCreationNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfIdentifierCreationNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfInstanceId":"{vnfInstanceId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfIdentifierCreationNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/changeVnfFlavourRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "newFlavourId": "{newFlavourId}", "instantiationLevelId": "string", "extVirtualLinks": [ { "id": "string", "vimConnectionId": "string", "resourceProviderId": "string", "resourceId": "string", "extCps": [ { "cpdId": "string", "cpConfig": [ { "cpInstanceId": "string", "linkPortId": "string", "cpProtocolData": [ { "layerProtocol": "IP_OVER_ETHERNET", "ipOverEthernet": { "macAddress": "string", "ipAddresses": [ { "type": "IPV4", "fixedAddresses": [ "string" ], "numDynamicAddresses": 0, "addressRange": { "minAddress": "string", "maxAddress": "string" }, "subnetId": "string" } ] } } ] } ] } ], "extLinkPorts": [ { "id": "string", "resourceHandle": { "vimConnectionId": "string", "resourceProviderId": "string", "resourceId": "string", "vimLevelResourceType": "string" } } ] } ], "extManagedVirtualLinks": [ { "id": "string", "virtualLinkDescId": "string", "vimConnectionId": "string", "resourceProviderId": "string", "resourceId": "string" } ], "vimConnectionInfo": [ { "id": "string", "vimId": "string", "vimType": "string", "interfaceInfo": {}, "accessInfo": {}, "extra": {} } ], "extensions": {}, "additionalParams": {}, "vnfConfigurableProperties": {} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/changeVnfFlavourRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/terminateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "terminationType": "{terminationType}", "additionalParams": {{}} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/terminateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/changeCurrentVnfPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfdId": "{vnfdId}", "extVirtualLinks": [ { "id": "string", "vimConnectionId": "string", "resourceProviderId": "string", "resourceId": "string", "extCps": [ { "cpdId": "string", "cpConfig": [ { "cpInstanceId": "string", "linkPortId": "string", "cpProtocolData": [ { "layerProtocol": "IP_OVER_ETHERNET", "ipOverEthernet": { "macAddress": "string", "ipAddresses": [ { "type": "IPV4", "fixedAddresses": [ "string" ], "numDynamicAddresses": 0, "addressRange": { "minAddress": "string", "maxAddress": "string" }, "subnetId": "string" } ] } } ] } ] } ], "extLinkPorts": [ { "id": "string", "resourceHandle": { "vimConnectionId": "string", "resourceProviderId": "string", "resourceId": "string", "vimLevelResourceType": "string" } } ] } ], "vimConnectionInfo": [ { "id": "string", "vimId": "string", "vimType": "string", "interfaceInfo": {}, "accessInfo": {}, "extra": {} } ], "additionalParams": {}, "extensions": {}, "vnfConfigurableProperties": {} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/changeCurrentVnfPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotPkgId": "{vnfSnapshotPkgId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/createVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfdId": "{vnfdId}", "vnfInstanceName": "string", "vnfInstanceDescription": "string" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/createVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfSnapshotInfoModificationRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotPkgId": "{vnfSnapshotPkgId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfSnapshotInfoModificationRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/RevertToVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotInfoId": "{vnfSnapshotInfoId}", "vnfcInstanceId": "", "vnfcSnapshotInfoId": "" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/RevertToVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfIdentifierDeletionNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfInstanceId":"{vnfInstanceId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfLcmOperationOccurrenceNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfLcmOperationOccurrenceNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "notificationStatus":"START", "operationState":"PROCESSING", "vnfInstanceId":"{vnfInstanceId}", "operation":"SCALE", "isAutomaticInvocation":"false", "vnfLcmOpOccId":"{vnfLcmOpOccId}", "_links": { "vnfInstance": "", "subscription": "", "vnfLcmOpOcc": "" } }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfLcmOperationOccurrenceNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/operateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "changeStateTo": "{changeStateTo}", "stopType": "{stopType}", "additionalParams": {{}} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/operateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/healVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "cause": "{healingCause}", "additionalParams": {{}} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/healVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/patchBodyRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfInstanceName": "vnf string", "vnfInstanceDescription": "string", "vnfdId": "{vnfdId}", "vnfdVersion":"{vnfdVersion}", "metadata":{{}} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/patchBodyRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/scaleVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "type": "{scaletype}", "aspectId": "{scaleAspectId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/scaleVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/scaleVnfToLevelRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "instantiationLevelId": "{instantiationLevelId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/scaleVnfToLevelRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/lccnSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "filter": {{ "vnfInstanceSubscriptionFilter": {{ "vnfdIds": [ "6fc3539c-e602-4afa-8e13-962fb5a7d81f" ] }} }}, "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/lccnSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotInfoId": "{vnfSnapshotInfoId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFPackageManagement-API/jsons/VnfPackageChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfPackageChangeNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfPkgId":"{indicatorId} ", "vnfdId":"{vndId}", "changeType":"PKG_DELETE", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFPackageManagement-API/jsons/VnfPackageChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFPackageManagement-API/jsons/VnfPackageOnboardingNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfPackageOnboardingNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfPkgId":"{indicatorId} ", "vnfdId":"{vndId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFPackageManagement-API/jsons/VnfPackageOnboardingNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFPackageManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}:{callback_port}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFPackageManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFIndicator-API/jsons/SupportedIndicatorsChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"SupportedIndicatorsChangeNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfInstanceId":"{vnfInstanceId}", "supportedIndicators":{{ "vnfIndicatorId":"{indicatorId}" }} "_links":{{ "vnfInstance":"", "subscription":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFIndicator-API/jsons/SupportedIndicatorsChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFIndicator-API/jsons/VnfIndicatorValueChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfIndicatorValueChangeNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfIndicatorId":"{indicatorId} ", "value":"", "vnfInstanceId":"{vnfInstanceId}", "_links":{{ "vnfInstance":"", "subscription":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFIndicator-API/jsons/VnfIndicatorValueChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFIndicator-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}:{callback_port}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFIndicator-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/jsons/VrQuotaAvailNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VrQuotaAvailNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "resourceGroupId":"", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/jsons/VrQuotaAvailNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/jsons/vrQuotaAvailSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}{callback_subscribe}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/jsons/vrQuotaAvailSubscriptionRequest.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: {callback_uri} -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/ThresholdModifications.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/ThresholdModifications.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectInstanceIds" : "{objectInstanceIds}", "criteria" : {{ "performanceMetric": "cpu_util", "thresholdType": "SIMPLE", "simpleThresholdDetails": {{ "thresholdValue": 10, "hysteresis": 50 }} }}, "callbackUri": "{callback_uri}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: {callback_uri} -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/PmJobModifications.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/PmJobModifications.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectInstanceIds" : ["{objectInstanceIds}"], "criteria" : {{ "performanceMetric": [], "performanceMetricGroup": [], "collectionPeriod": 10, "reportingPeriod": 30 }}, "callbackUri": "{callback_uri}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "filter": {{ "vnfInstanceSubscriptionFilter": {{ "vnfdIds": [ "{vnfdIds}" ] }} }}, "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "alarm":{{ "id":"", "managedObjectId":"" }}, "_links":{{ "subscription":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmClearedNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "alarmId":"{alarmId}", "alarmCleareTime":"", "_links":{{ "subscription":"", "alarm":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmListRebuiltNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "_links":{{ "subscription":"", "alarms":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleOperationGranting-API/jsons/grantRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfInstanceId": "{vnfInstanceId}", "vnfLcmOpOccId": "{vnfLcmOpOccId}", "vnfdId": "{vnfdId}", "flavourId": "{flavourId}", "operation": "INSTANTIATE", "isAutomaticInvocation": true, "instantiationLevelId": "", "_links": {{ "vnfLcmOpOcc": {{ "href": "string" }}, "vnfInstance": {{ "href": "string" }} }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleOperationGranting-API/jsons/grantRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL003/VNFLifecycleOperationGranting-API/jsons/grantRejectedRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfInstanceId": "{vnfInstanceId}", "vnfLcmOpOccId": "{vnfLcmOpOccId}", "vnfdId": "{vnfdId}", "flavourId": "{flavourId}", "operation": "INSTANTIATE", "isAutomaticInvocation": true, "instantiationLevelId": "", "_links": {{ "vnfLcmOpOcc": {{ "href": "string" }}, "vnfInstance": {{ "href": "string" }} }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL003/VNFLifecycleOperationGranting-API/jsons/grantRejectedRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/instrumentationPlatformHooks/jsons/AlarmNotificationUpperTester.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "resourceId":"{resourceId}", "resourceType":"{resourceType}", "event":"{event}", "value":"{value}", "keyvalue": "{keyvalues}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/instrumentationPlatformHooks/jsons/AlarmNotificationUpperTester.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: {callback_uri} -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL005/NFVICapacityInformation-API/jsons/CapacityThresholdModifications.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL005/NFVICapacityInformation-API/jsons/CapacityThresholdModifications.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: {callback_uri} -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL005/NFVICapacityInformation-API/jsons/CreateCapacityThresholdRequest.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL005/NFVICapacityInformation-API/jsons/CreateCapacityThresholdRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/InstantiateNs.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "nsdId": "{nsdId}", "nsName": "postmanNS", "vimAccountId": "{vimAccountId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/InstantiateNs.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/ScaleNs.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "scaleType": "{scaleType}", "timeout_ns_scale": {scaleTimeout}, "scaleVnfData": {{ "vnfInstanceid": {}, "scaleVnfType": "{scaleVnfType}", "scaleToLevelData": {{ "vnfInstantiationLevelId": "{vnfInstantiationLevelId}" }}, "scaleByStepData": {{ "scaling-group-descriptor": "{scaleGroupDescriptor}", "member-vnf-index": "{scaleMemberVnfIndex}" }} }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/ScaleNs.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/scaleNsToLevelRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "instantiationLevelId": "{instantiationLevelId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/scaleNsToLevelRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsIdentifierDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"NsIdentifierDeletionNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "nsInstanceId":"{nsInstanceId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsIdentifierDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/LccnSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "filter": {{ "nsInstanceSubscriptionFilter": {{ "nsdIds": [ "{nsdId}" ] }} }}, "callbackUri": "{callbackUri}:{callbackPort}{callbackEndpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/LccnSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/HealNsRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "degreeHealing": "{nsDegreeHealing}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/HealNsRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsIdentifierCreationNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"NsIdentifierCreationNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "nsInstanceId":"{nsInstanceId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsIdentifierCreationNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "updateType": "{vnfUpdateType}", "addVnfInstance": [ {{ "vnfInstanceId": "{vnfInstanceId}" }} ] "removeVnfInstance": "", "instantiateVnfData": {{ "vnfdId": "{vnfdId}", "vnfFlavourId": "{vnfFlavourId}", "vnfInstantiationLevelId": "{vnfInstantiationLevelId}", "extManagedVirtualLinks": {{ "vnfVirtualLinkDescId": "{vnfVirtualLinkDescId}" }}, "changeVnfFlavourData": {{ "vnfInstanceId": {}, "newFlavourId": "{newFlavourId}", "instantiationLevelId": "{instantiationLevelId}" }}, "assocNewNsdVersionData": {{ "newNsdId": "{newNsdId}" }}, "addSap": {{ "sapdId": "{sapdId}" }} }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsLcmOperationOccurrenceNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "nsInstanceId":"{nsInstanceId}", "nsLcmOpOccId":"{nsLcmOpOccId}" "operation":"INSTANTIATE", "notificationType":"NsLcmOperationOccurrenceNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "notificationStatus":"START", "operationState":"PROCESSING", "isAutomaticInvocation":"True", "affectedVnf": [ {{ "vnfdId": "{vnfdId}" }} ], "affectedNs": [ {{ "nsdId": "{nsdId}" }} ], "_links": {{ "nsInstance": "", "subscription": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsLcmOperationOccurrenceNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/UploadVnfPkgFromUriRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "addressInformation": "{vnfPkgUri}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFPackageManagement-API/jsons/UploadVnfPkgFromUriRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPackageChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfPackageChangeNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfPkgId":"{vnfPkgId}", "vnfdId":"{vnfdId}", "changeType":"PKG_DELETE", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPackageChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPackageOnboardingNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfPackageOnboardingNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfPkgId":"{vnfPkgId}", "vnfdId":"{vnfdId}", "vnfmInfo":"", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPackageOnboardingNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}{callback_endpoint}", "filter": {{ "vnfdId": ["{vnfdId}"], "vnfPkgId": ["{vnfPkgId}"], "vnfProductsFromProviders": {{ "vnfProvider": {"vnfProvider"}, "vnfProducts": {{ "vnfProductName": {"vnfProductName"}, "versions": {{ "vnfSoftwareVersion": {"vnfSoftwareVersion"}, "vnfdVersions": [{"vnfdVersion"}] }} }} }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFPackageManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}{callback_endpoint}", "filter": {{ "nsdId": "{nsdId}", "nsdName": "{nsdName}", "nsdVersion": "{nsdVersion}", "nsdDesigner": "{nsdDesigner}", "nsdInvariantId": "{nsdInvariantId}" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"NsdDeletionNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "nsdInfoId":"{nsdInfoId}", "nsdId":"{nsdId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdOnBoardingFailureNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"NsdOnboardingFailureNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "nsdInfoId":"{nsdInfoId}", "onboardingFailureDetails":"", "nsdId": "{nsdId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdOnBoardingFailureNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdOnBoardingFailureNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"PnfdOnboardingFailureNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "pnfdInfoId":"{pnfdInfoId}", "pnfdId":"", "onboardingFailureDetails":"", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdOnBoardingFailureNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"PnfdDeletionNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "pnfdInfoId":"{pnfdInfoId}", "pnfdId":"", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdOnBoardingNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"PnfdOnboardingNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "pnfdInfoId":"{pnfdInfoId}", "pnfdId":"", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdOnBoardingNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"NsdChangeNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "nsdInfoId":"{nsdInfoId}", "nsdId":"{nsdId}", "nsdOperationalState":"ENABLED", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdOnBoardingNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"NsdOnboardingNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "nsdInfoId":"{nsdInfoId}", "nsdId": "{nsdId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdOnBoardingNotification.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/ThresholdModifications.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/ThresholdModifications.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/CreateThresholdRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectInstanceIds" : "{pmJobId}", "criteria" : {{ "performanceMetric": "{performanceMetric}", "thresholdType": "{thresholdType}", "simpleThresholdDetails": {{ "thresholdValue": {thresholdValue}, "hysteresis": {hysteresis} }} }}, "callbackUri": "{callback_uri}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/CreateThresholdRequest.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/PmJobModifications.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/PmJobModifications.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectInstanceIds": ["{pmJobId}"], "criteria": {{ "performanceMetric": "{performanceMetric}", "performanceMetricGroup": [], "collectionPeriod": {collectionPeriod}, "reportingPeriod": {reportingPeriod} }}, "callbackUri": "{callback_uri}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "filter": {{ "notificationTypes": [ "AlarmNotification" ] }}, "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "alarm":{{ "id":"", "managedObjectId":"" }}, "_links":{{ "subscription":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSFaultManagement-API/jsons/fmSubscriptionRequestForInstrumentationPlatform.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "filter": {{ "nsInstanceSubscriptionFilter": {{ "nsInstanceIds": ["{nsInstanceId}"] }}, "notificationTypes": [ "{notificationType}" ] }}, "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSFaultManagement-API/jsons/fmSubscriptionRequestForInstrumentationPlatform.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmClearedNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "alarmId":"{alarmId}", "alarmClearedTime":"", "_links":{{ "subscription":"", "alarm":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmListRebuiltNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmListRebuiltNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "_links":{{ "subscription":"", "alarm":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmListRebuiltNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/VnfSnapshotPkgExtArtifactsAccessConfig.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "artifact": [ {{ "artifactUri": "{artifactUri}" }} ] }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/VnfSnapshotPkgExtArtifactsAccessConfig.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/UploadVnfSnapshotPkgFromUriRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "addressInformation": "{addressInformation}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/UploadVnfSnapshotPkgFromUriRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/ExtractVnfSnapshotPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotInfoId": "{vnfSnapshotInfoId}", "vnfInstanceId": "{vnfInstanceId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/ExtractVnfSnapshotPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/BuildVnfSnapshotPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotInfoId": "{vnfSnapshotInfoId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/BuildVnfSnapshotPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "AlarmNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "alarm": {{ "id": "{alarmId}", "managedObjectId": "{managedObjectId}", "perceivedSeverity": "MAJOR", "eventTime": "", "eventType": "COMMUNICATIONS_ALARM", "probableCause": "", "isRootCause": "TRUE", "_links": {{ "self": "" }} }}, "_links": {{ "subscription": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "AlarmClearedNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "alarmId": "{alarmId}", "alarmClearedTime": "", "_links": {{ "subscription": "", "alarm": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmListRebuiltNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "AlarmListRebuiltNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "_links": {{ "subscription": "", "alarms": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmListRebuiltNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/CimSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/CimSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "ChangeStateNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "changeStateOpOccId": "{changeStateOpOccId}", "stateChangedTime": "", "changeStateOperationState": "PROCESSING", "managedObjectRef": {{ "type": "", "objectId": "" }} "_links": {{ "subscription": "" "objectInstance": "", "changeStateOpOcc": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "{state}StateChange": {{ "{state}StateAction":"{stateAction}" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/InformationChangedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "InformationChangedNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "informationChangedTime": "", "manoEntityId": "", "changedInfo": "", "_links": {{ "subscription": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/InformationChangedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/CreatePeerEntityRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "peerEntityId": "{peerEntityId}", "name": "{name}", "type": "{type}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/CreatePeerEntityRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/PerformanceInformationAvailabilityNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "PerformanceInformationAvailableNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "objectType": "", "objectInstanceId": "{objectInstanceId}", "_links": {{ "subscription": "" "objectInstance": "", "pmJob": "", "performanceReport": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/PerformanceInformationAvailabilityNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/ThresholdCrossedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "ThresholdCrossedNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "thresholdId": "{thresholdId}", "crossingDirection": "UP", "objectType": "", "objectInstanceId": "{objectInstanceId}", "performanceMetric": "", "performanceValue": "", "_links": {{ "subscription": "" "objectInstance": "", "threshold": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/ThresholdCrossedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/CreateThresholdRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectType":"", "objectInstanceIds" : "{objectInstanceIds}", "criteria" : {{ "performanceMetric": "cpu_util", "thresholdType": "SIMPLE", "simpleThresholdDetails": {{ "thresholdValue": 10, "hysteresis": 50 }} }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/CreateThresholdRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectType":"dummy", "objectInstanceIds" : [ "{objectInstanceIds}" ], "criteria" : {{ "performanceMetric": [], "performanceMetricGroup": [], "collectionPeriod": 10, "reportingPeriod": 30 }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}{callback_endpoint}", "filter": {{ "notificationTypes": ["ThresholdCrossedNotification"] }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/createLoggingJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectInstanceIds":[ "{objectInstanceId}" ], "jobCriteria":{{ "loggingType":"MESSAGES" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/createLoggingJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/compileLogRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectInstanceId":"{objectInstanceId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/compileLogRequest.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: {callback_uri}{callback_endpoint} -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/subscriptions.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/LogReportAvailableNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "LogReportAvailableNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "objectInstanceId": "{objectInstanceId}", "_links": {{ "subscription": "", "LoggingJob": "", "logReports": [] }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/LogReportAvailableNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "PolicyChangeNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "changeType": "", "_links": {{ "subscription": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyChangeNotification.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: http://not-reachable-uri -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL012/PolicyManagement-API/jsons/InvalidPolicySubscriptionRequest.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL012/PolicyManagement-API/jsons/InvalidPolicySubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyConflictNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "PolicyConflictNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "policyIds": ["{policyId1}","{policyId2}"], "selectedVersions": ["v1","v1"], "conflictDescription": "", "_links": {{ "subscription": "", "objectInstances": [] }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyConflictNotification.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: ${callback_uri}:${callback_port$}{callback_endpoint} -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicySubscriptionRequest.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicySubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierCreationNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfIdentifierCreationNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfInstanceId":"{vnfInstanceId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierCreationNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/changeVnfFlavourRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "newFlavourId": "{newFlavourId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/changeVnfFlavourRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/terminateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "terminationType": "{terminationType}", "gracefulTerminationTimeout": "" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/terminateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/changeCurrentVnfPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfdId": "{vnfdId}", "extVirtualLinks": [ { "id": "", "vimConnectionId": "", "resourceProviderId": "", "resourceId": "" } ], "extManagedVirtualLinks": [ { "id": "", "vnfVirtualLinkDescId": "", "resourceId": "" } ], "additionalParams": {}, "vnfConfigurableProperties": {} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/changeCurrentVnfPkgRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotPkgId": "{vnfSnapshotPkgId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/createVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfdId": "{vnfdId}", "vnfInstanceName": "string", "vnfInstanceDescription": "string" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/createVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/RevertToVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotInfoId": "{vnfSnapshotInfoId}", "vnfcInstanceId": "", "vnfcSnapshotInfoId": "" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/RevertToVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfIdentifierDeletionNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfInstanceId":"{vnfInstanceId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfLcmOperationOccurrenceNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfLcmOperationOccurrenceNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "notificationStatus":"STRAT", "operationState":"PROCESSING", "vnfInstanceId":"{vnfInstanceId}", "operation":"SCALE", "isAutomaticInvocation":"false", "vnfLcmOpOccId":"{vnfLcmOpOccId}", "_links":"" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfLcmOperationOccurrenceNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/operateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfcInstanceId": [], "changeStateTo": "{changeStateTo}", "stopType": "FORCEFUL", "gracefulStopTimeout": "", "additionalParams": {} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/operateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/healVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfcInstanceId": [], "cause": "{healingCause}", "healScript": "" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/healVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/scaleVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "type": "{scaleVnfRequesttype}", "aspectId": "{scaleVnfRequestAspect}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/scaleVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/scaleVnfToLevelRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "newFlavourId" : "{newFlavourId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/scaleVnfToLevelRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/lccnSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "filter": {{ "vnfInstanceSubscriptionFilter": {{ "vnfdIds": [ "{vnfdIds}" ] }} }}, "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/lccnSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/instantiateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "flavourId": "{flavourId}", "instantiationLevelId": "" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/instantiateVnfRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "vnfSnapshotInfoId": "{vnfSnapshotInfoId}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFIndicator-API/jsons/SupportedIndicatorsChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"SupportedIndicatorsChangeNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfInstanceId":"{vnfInstanceId}" "supportedIndicators": [ {{ "vnfIndicatorId":"{indicatorId}", "name": "" }} ], "_links":{{ "subscription": "", "vnfInstance": "" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFIndicator-API/jsons/SupportedIndicatorsChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFIndicator-API/jsons/ValueChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"VnfIndicatorValueChangeNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "vnfIndicatorId":"{indicatorId}", "name": "", "value": "", "vnfInstanceId":"{vnfInstanceId}" "_links":{{ "subscription":"", "vnfInstance":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFIndicator-API/jsons/ValueChangeNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFIndicator-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFIndicator-API/jsons/subscriptions.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/ThresholdCrossedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"ThresholdCrossedNotification", "timeStamp":"", "thresholdId":"{thresholdId}", "crossingDirection":"UP", "objectType":"", "objectInstanceId":"{objectInstanceId}", "performanceMetric":"", "performanceValue":"", "_links":{{ "objectInstance":"", "threshold":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/ThresholdCrossedNotification.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: {callback_uri} -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/PMJobModification.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/PMJobModification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectType": "", "objectInstanceIds" : "{objectInstanceIds}", "criteria" : {{ "performanceMetric": "cpu_util", "thresholdType": "SIMPLE", "simpleThresholdDetails": {{ "thresholdValue": 10, "hysteresis": 50 }} }}, "callbackuri": "{callback_uri}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: 127.0.0.1 -> DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/ThresholdModification.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/ThresholdModification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/PerformanceInformationAvaliableNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"PerformanceInformationAvailableNotification", "timeStamp":"", "pmJobId":"", "objectType":"", "objectInstanceId":"{objectInstanceId}", "_links":{{ "objectInstance":"", "pmJob":"", "performanceReport":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/PerformanceInformationAvaliableNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "objectInstanceIds" : ["{objectInstanceIds}"], "criteria" : {{ "performanceMetric": [], "performanceMetricGroup": [], "collectionPeriod": 10, "reportingPeriod": 30 }}, "callbackuri": "{callback_uri}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "filter": {{ "vnfInstanceSubscriptionFilter": {{ "vnfdIds": [ "6fc3539c-e602-4afa-8e13-962fb5a7d81f" ] }} }}, "callbackUri": "{callback_uri}{callback_endpoint}" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFFaultManagement-API/jsons/fmSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "alarm":{{ "id":"", "managedObjectId":"" }}, "_links":{{ "subscription":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmClearedNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "alarmId":"{alarmId}", "alarmCleareTime":"", "_links":{{ "subscription":"", "alarm":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmClearedNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id":"", "notificationType":"AlarmListRebuiltNotification", "subscriptionId":"{subscriptionId}", "timeStamp":"", "_links":{{ "subscription":"", "alarm":"" }} }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 491 : Updating callbackUrl: http://127.0.0.1/subscribe -> /subscribe DEBUG 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 502 : Backup created: /robot-tests/SOL011/NSInstanceUsageNotification-API/jsons/NsInstanceUsageSubscriptionRequest.json.old INFO 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 507 : File has been updated: /robot-tests/SOL011/NSInstanceUsageNotification-API/jsons/NsInstanceUsageSubscriptionRequest.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 457 : Decoding error for json: /robot-tests/SOL011/NSInstanceUsageNotification-API/jsons/NsInstanceUsageNotification.json ERROR 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 459 : File content: {{ "id": "", "notificationType": "NSInstanceUsageNotification", "subscriptionId": "{subscriptionId}", "timeStamp": "", "nsInstanceId": "", "status": "START", "_links": "" }} WARNING 14-Aug-21 09:05:44 root search_for_callback_uri_in_jsons_and_update_host 461 : Not a json, skipping file: /robot-tests/SOL011/NSInstanceUsageNotification-API/jsons/NsInstanceUsageNotification.json DEBUG 14-Aug-21 09:05:44 root get_robot_files 121 : Search path for robots is /robot-tests WARNING 14-Aug-21 09:05:44 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFLifecycleManagement-API/VnfLcmMntOperationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:44 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFLifecycleManagement-API/SubscriptionKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFPackageManagement-API/VNFPackageManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFIndicator-API/VNFIndicatorsKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/VRQANOperationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFFaultManagement-API/FaultManagement-APIKeyword.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/instrumentationPlatformHooks/InstrumentationPlatformHooksKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:45 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NFVICapacityInformation-API/NFVICapacityInformationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:46 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:46 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/VNFPackageManagement-API/VNFPackageManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:46 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSDManagement-API/NSDManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:46 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSPerformanceManagement-API/NSPerformanceManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:46 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:47 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:47 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL009/NFVMANOFaultManagement-API/FaultManagement-APIKeyword.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:47 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOCimKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:47 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL009/NFVMANOLogManagement-API/NFVMANOLogManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:47 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL012/PolicyManagement-API/PolicyManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:47 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:48 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:48 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL011/NSInstanceUsageNotification-API/NSInstanceUsageNotificationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:48 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL011/NSLifecycleOperationGranting-API/NSLCOperationGrantingKeywords.robot doesnt include any tests, skipping Preparing test suites: [ "SOL003/VNFLifecycleManagement-API/InstantiateVNFTask.robot", "SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot", "SOL003/VNFLifecycleManagement-API/IndividualVNFInstance.robot", "SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot", "SOL003/VNFLifecycleManagement-API/ChangeCurrentVNFPackageTask.robot", "SOL003/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot", "SOL003/VNFLifecycleManagement-API/FailOperationWorkflow.robot", "SOL003/VNFLifecycleManagement-API/CreateVNFSnapshotTask.robot", "SOL003/VNFLifecycleManagement-API/HealVNFTask.robot", "SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot", "SOL003/VNFLifecycleManagement-API/ScaleVNFWorkflow.robot", "SOL003/VNFLifecycleManagement-API/Notifications.robot", "SOL003/VNFLifecycleManagement-API/DeleteVNFWorkflow.robot", "SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot", "SOL003/VNFLifecycleManagement-API/VnfLcmOperationOccurences.robot", "SOL003/VNFLifecycleManagement-API/ModifyVNFInformationWorkflow.robot", "SOL003/VNFLifecycleManagement-API/TerminateVNFTask.robot", "SOL003/VNFLifecycleManagement-API/CreateVNFWorkflow.robot", "SOL003/VNFLifecycleManagement-API/OperateVNFTask.robot", "SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot", "SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot", "SOL003/VNFLifecycleManagement-API/FailOperationTask.robot", "SOL003/VNFLifecycleManagement-API/RevertToVNFSnapshotTask.robot", "SOL003/VNFLifecycleManagement-API/ScaleVNFToLevelWorkflow.robot", "SOL003/VNFLifecycleManagement-API/Subscriptions.robot", "SOL003/VNFLifecycleManagement-API/CancelOperationTask.robot", "SOL003/VNFLifecycleManagement-API/ScaleVNFTask.robot", "SOL003/VNFLifecycleManagement-API/RetryOperationTask.robot", "SOL003/VNFLifecycleManagement-API/RollBackOperationWorkflow.robot", "SOL003/VNFLifecycleManagement-API/TerminateVNFWorkflow.robot", "SOL003/VNFLifecycleManagement-API/VNFStateSnapshot.robot", "SOL003/VNFLifecycleManagement-API/NotificationEndpoint.robot", "SOL003/VNFLifecycleManagement-API/RetryOperationWorkflow.robot", "SOL003/VNFLifecycleManagement-API/VNFSnapshots.robot", "SOL003/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot", "SOL003/VNFLifecycleManagement-API/ApiVersion.robot", "SOL003/VNFLifecycleManagement-API/RollbackOperationTask.robot", "SOL003/VNFLifecycleManagement-API/VNFInstances.robot", "SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot", "SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot", "SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot", "SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot", "SOL003/VNFFaultManagementNotification-API/Notifications.robot", "SOL003/VNFPackageManagement-API/VNFDInIndividualVNFPackage.robot", "SOL003/VNFPackageManagement-API/Notifications.robot", "SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot", "SOL003/VNFPackageManagement-API/VNFPackages.robot", "SOL003/VNFPackageManagement-API/Subscriptions.robot", "SOL003/VNFPackageManagement-API/VNFPackageContent.robot", "SOL003/VNFPackageManagement-API/NotificationEndpoint.robot", "SOL003/VNFPackageManagement-API/IndividualVNFPackageArtifacts.robot", "SOL003/VNFPackageManagement-API/ApiVersion.robot", "SOL003/VNFPackageManagement-API/ManifestInIndividualVNFPackage.robot", "SOL003/VNFPackageManagement-API/VNFPackageArtifacts.robot", "SOL003/VNFPackageManagement-API/IndividualSubscription.robot", "SOL003/VNFIndicator-API/Notifications.robot", "SOL003/VNFIndicator-API/VnfIndicatorsInVnfInstanceId.robot", "SOL003/VNFIndicator-API/Subscriptions.robot", "SOL003/VNFIndicator-API/NotificationEndpoint.robot", "SOL003/VNFIndicator-API/IndividualVNFindicator.robot", "SOL003/VNFIndicator-API/ApiVersion.robot", "SOL003/VNFIndicator-API/VNFIndicators.robot", "SOL003/VNFIndicator-API/IndividualSubscription.robot", "SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Notifications.robot", "SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Subscriptions.robot", "SOL003/VirtualisedResourcesQuotaAvailableNotification-API/NotificationEndpoint.robot", "SOL003/VirtualisedResourcesQuotaAvailableNotification-API/ApiVersion.robot", "SOL003/VirtualisedResourcesQuotaAvailableNotification-API/IndividualSubscription.robot", "SOL003/VNFPerformanceManagement-API/Notifications.robot", "SOL003/VNFPerformanceManagement-API/IndividualPmJob.robot", "SOL003/VNFPerformanceManagement-API/PMJobs.robot", "SOL003/VNFPerformanceManagement-API/IndividualThreshold.robot", "SOL003/VNFPerformanceManagement-API/Thresholds.robot", "SOL003/VNFPerformanceManagement-API/NotificationEndpoint.robot", "SOL003/VNFPerformanceManagement-API/IndividualReport.robot", "SOL003/VNFPerformanceManagement-API/ApiVersion.robot", "SOL003/VNFFaultManagement-API/Alarms.robot", "SOL003/VNFFaultManagement-API/IndividualAlarm.robot", "SOL003/VNFFaultManagement-API/Subscriptions.robot", "SOL003/VNFFaultManagement-API/NotificationEndpoint.robot", "SOL003/VNFFaultManagement-API/ApiVersion.robot", "SOL003/VNFFaultManagement-API/IndividualSubscription.robot", "SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot", "SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot", "SOL003/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot", "SOL003/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot", "SOL003/VNFSnapshotPackageManagement-API/ApiVersion.robot", "SOL003/VNFLifecycleOperationGranting-API/Grants.robot", "SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot", "SOL003/VNFLifecycleOperationGranting-API/ApiVersion.robot", "SOL005/NFVICapacityInformation-API/CapacityThresholds.robot", "SOL005/NFVICapacityInformation-API/NFVICapacityInformation.robot", "SOL005/NFVICapacityInformation-API/IndividualCapacityThreshold.robot", "SOL005/NFVICapacityInformation-API/NotificationEndpoint.robot", "SOL005/NFVICapacityInformation-API/IndividualVIMsNFVICapacityInformation.robot", "SOL005/NFVICapacityInformation-API/ApiVersion.robot", "SOL005/NSLifecycleManagement-API/DeleteNSInstanceWorkflow.robot", "SOL005/NSLifecycleManagement-API/Notifications.robot", "SOL005/NSLifecycleManagement-API/UpdateNSTask.robot", "SOL005/NSLifecycleManagement-API/ScaleNSTask.robot", "SOL005/NSLifecycleManagement-API/UpdateNSTaskWorkflow.robot", "SOL005/NSLifecycleManagement-API/HealNSTaskWorkflow.robot", "SOL005/NSLifecycleManagement-API/InstantiateNSTask.robot", "SOL005/NSLifecycleManagement-API/TerminateNSTask.robot", "SOL005/NSLifecycleManagement-API/FailOperationTask.robot", "SOL005/NSLifecycleManagement-API/Subscriptions.robot", "SOL005/NSLifecycleManagement-API/CancelOperationTask.robot", "SOL005/NSLifecycleManagement-API/NSLCMOccurences.robot", "SOL005/NSLifecycleManagement-API/TerminateNSTaskWorkflow.robot", "SOL005/NSLifecycleManagement-API/IndividualNSInstance.robot", "SOL005/NSLifecycleManagement-API/NSInstances.robot", "SOL005/NSLifecycleManagement-API/ContinueOperationTask.robot", "SOL005/NSLifecycleManagement-API/RetryOperationTask.robot", "SOL005/NSLifecycleManagement-API/InstantiateNSTaskWorkflow.robot", "SOL005/NSLifecycleManagement-API/NotificationEndpoint.robot", "SOL005/NSLifecycleManagement-API/VNFSnapshots.robot", "SOL005/NSLifecycleManagement-API/IndividualVNFSnapshot.robot", "SOL005/NSLifecycleManagement-API/HealNSTask.robot", "SOL005/NSLifecycleManagement-API/ApiVersion.robot", "SOL005/NSLifecycleManagement-API/RollbackOperationTask.robot", "SOL005/NSLifecycleManagement-API/ScaleNSTaskWorkflow.robot", "SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot", "SOL005/NSLifecycleManagement-API/IndividualNSLCMOccurences.robot", "SOL005/NSLifecycleManagement-API/IndividualSubscription.robot", "SOL005/VNFPackageManagement-API/VNFPackageContentViaURI.robot", "SOL005/VNFPackageManagement-API/VNFDInIndividualVNFPackage.robot", "SOL005/VNFPackageManagement-API/Notifications.robot", "SOL005/VNFPackageManagement-API/AccessConfigurationForExternalArtifacts.robot", "SOL005/VNFPackageManagement-API/IndividualVNFPackage.robot", "SOL005/VNFPackageManagement-API/VNFPackages.robot", "SOL005/VNFPackageManagement-API/Subscriptions.robot", "SOL005/VNFPackageManagement-API/VNFPackageContent.robot", "SOL005/VNFPackageManagement-API/NotificationEndpoint.robot", "SOL005/VNFPackageManagement-API/IndividualVNFPackageArtifacts.robot", "SOL005/VNFPackageManagement-API/ApiVersion.robot", "SOL005/VNFPackageManagement-API/ManifestInIndividualVNFPackage.robot", "SOL005/VNFPackageManagement-API/VNFPackageArtifacts.robot", "SOL005/VNFPackageManagement-API/IndividualSubscription.robot", "SOL005/NSDManagement-API/NSDArchiveManifest.robot", "SOL005/NSDManagement-API/NSDescriptors.robot", "SOL005/NSDManagement-API/PNFD.robot", "SOL005/NSDManagement-API/Notifications.robot", "SOL005/NSDManagement-API/NSD.robot", "SOL005/NSDManagement-API/NSDArchiveContent.robot", "SOL005/NSDManagement-API/IndividualNSDArchiveArtifact.robot", "SOL005/NSDManagement-API/PNFDescriptors.robot", "SOL005/NSDManagement-API/IndividualNSDescriptor.robot", "SOL005/NSDManagement-API/IndividualPnfDescriptor.robot", "SOL005/NSDManagement-API/Subscriptions.robot", "SOL005/NSDManagement-API/IndividualPNFDArchiveArtifact.robot", "SOL005/NSDManagement-API/NotificationEndpoint.robot", "SOL005/NSDManagement-API/PNFDArchiveContent.robot", "SOL005/NSDManagement-API/ApiVersion.robot", "SOL005/NSDManagement-API/PNFDArchiveManifest.robot", "SOL005/NSDManagement-API/IndividualSubscription.robot", "SOL005/NSPerformanceManagement-API/Notifications.robot", "SOL005/NSPerformanceManagement-API/IndividualPmJob.robot", "SOL005/NSPerformanceManagement-API/PMJobs.robot", "SOL005/NSPerformanceManagement-API/IndividualThreshold.robot", "SOL005/NSPerformanceManagement-API/Thresholds.robot", "SOL005/NSPerformanceManagement-API/NotificationEndpoint.robot", "SOL005/NSPerformanceManagement-API/IndividualReport.robot", "SOL005/NSPerformanceManagement-API/ApiVersion.robot", "SOL005/NSFaultManagement-API/Alarms.robot", "SOL005/NSFaultManagement-API/Notifications.robot", "SOL005/NSFaultManagement-API/IndividualAlarm.robot", "SOL005/NSFaultManagement-API/Subscriptions.robot", "SOL005/NSFaultManagement-API/NotificationEndpoint.robot", "SOL005/NSFaultManagement-API/ApiVersion.robot", "SOL005/NSFaultManagement-API/IndividualSubscription.robot", "SOL005/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackageArtifact.robot", "SOL005/VNFSnapshotPackageManagement-API/CancelVNFSnapshotPackageOperationTask.robot", "SOL005/VNFSnapshotPackageManagement-API/VNFSnapshotPackages.robot", "SOL005/VNFSnapshotPackageManagement-API/UploadVNFSnapshotPackageFromUriTask.robot", "SOL005/VNFSnapshotPackageManagement-API/AccessConfigurationForExternalArtifacts.robot", "SOL005/VNFSnapshotPackageManagement-API/IndividualVNFSnapshotPackage.robot", "SOL005/VNFSnapshotPackageManagement-API/BuildVNFSnapshotPackageContentTask.robot", "SOL005/VNFSnapshotPackageManagement-API/VNFSnapshotPackageContent.robot", "SOL005/VNFSnapshotPackageManagement-API/ExtractVNFSnapshotPackageContentTask.robot", "SOL005/VNFSnapshotPackageManagement-API/ApiVersion.robot", "SOL009/NFVMANOFaultManagement-API/Alarms.robot", "SOL009/NFVMANOFaultManagement-API/Notifications.robot", "SOL009/NFVMANOFaultManagement-API/IndividualAlarm.robot", "SOL009/NFVMANOFaultManagement-API/Subscriptions.robot", "SOL009/NFVMANOFaultManagement-API/NotificationEndpoint.robot", "SOL009/NFVMANOFaultManagement-API/ApiVersion.robot", "SOL009/NFVMANOFaultManagement-API/IndividualSubscription.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeInterfaceStateTask.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/Notifications.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualPeerEntity.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeStateOperationOccurrences.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualNFVMANOServiceInterface.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/ChangeNFVMANOEntityStateTask.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/Subscriptions.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualStateChangeOperationOccurrence.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOEntity.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOServiceInterfaces.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/NotificationEndpoint.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/ApiVersion.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/PeerEntities.robot", "SOL009/NFVManoConfigurationAndInformationManagement-API/IndividualSubscription.robot", "SOL009/NFVMANOPerformanceManagement-API/Notifications.robot", "SOL009/NFVMANOPerformanceManagement-API/IndividualPmJob.robot", "SOL009/NFVMANOPerformanceManagement-API/PMJobs.robot", "SOL009/NFVMANOPerformanceManagement-API/IndividualThreshold.robot", "SOL009/NFVMANOPerformanceManagement-API/Thresholds.robot", "SOL009/NFVMANOPerformanceManagement-API/Subscriptions.robot", "SOL009/NFVMANOPerformanceManagement-API/NotificationEndpoint.robot", "SOL009/NFVMANOPerformanceManagement-API/IndividualReport.robot", "SOL009/NFVMANOPerformanceManagement-API/ApiVersion.robot", "SOL009/NFVMANOPerformanceManagement-API/IndividualSubscription.robot", "SOL009/NFVMANOLogManagement-API/Notifications.robot", "SOL009/NFVMANOLogManagement-API/LoggingJobs.robot", "SOL009/NFVMANOLogManagement-API/Subscriptions.robot", "SOL009/NFVMANOLogManagement-API/CompileLogTask.robot", "SOL009/NFVMANOLogManagement-API/NotificationEndpoint.robot", "SOL009/NFVMANOLogManagement-API/IndividualReport.robot", "SOL009/NFVMANOLogManagement-API/ApiVersion.robot", "SOL009/NFVMANOLogManagement-API/IndividualLoggingJob.robot", "SOL009/NFVMANOLogManagement-API/IndividualSubscription.robot", "SOL012/PolicyManagement-API/Policies.robot", "SOL012/PolicyManagement-API/Notifications.robot", "SOL012/PolicyManagement-API/ParticularVersionOfAnIndividualPolicy.robot", "SOL012/PolicyManagement-API/SelectedVersionOfAnIndividualPolicy.robot", "SOL012/PolicyManagement-API/Subscriptions.robot", "SOL012/PolicyManagement-API/NotificationEndpoint.robot", "SOL012/PolicyManagement-API/IndividualPolicy.robot", "SOL012/PolicyManagement-API/ApiVersion.robot", "SOL012/PolicyManagement-API/IndividualSubscription.robot", "SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot", "SOL002/VNFLifecycleManagement-API/IndividualVNFInstance.robot", "SOL002/VNFLifecycleManagement-API/ChangeCurrentVNFPackageTask.robot", "SOL002/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot", "SOL002/VNFLifecycleManagement-API/CreateVNFSnapshotTask.robot", "SOL002/VNFLifecycleManagement-API/HealVNFTask.robot", "SOL002/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot", "SOL002/VNFLifecycleManagement-API/Notifications.robot", "SOL002/VNFLifecycleManagement-API/VnfLcmOperationOccurences.robot", "SOL002/VNFLifecycleManagement-API/TerminateVNFTask.robot", "SOL002/VNFLifecycleManagement-API/OperateVNFTask.robot", "SOL002/VNFLifecycleManagement-API/ScaleVNFToLevelTask.robot", "SOL002/VNFLifecycleManagement-API/FailOperationTask.robot", "SOL002/VNFLifecycleManagement-API/RevertToVNFSnapshotTask.robot", "SOL002/VNFLifecycleManagement-API/Subscriptions.robot", "SOL002/VNFLifecycleManagement-API/CancelOperationTask.robot", "SOL002/VNFLifecycleManagement-API/ScaleVNFTask.robot", "SOL002/VNFLifecycleManagement-API/RetryOperationTask.robot", "SOL002/VNFLifecycleManagement-API/NotificationEndpoint.robot", "SOL002/VNFLifecycleManagement-API/VNFSnapshots.robot", "SOL002/VNFLifecycleManagement-API/IndividualVNFSnapshot.robot", "SOL002/VNFLifecycleManagement-API/ApiVersion.robot", "SOL002/VNFLifecycleManagement-API/RollbackOperationTask.robot", "SOL002/VNFLifecycleManagement-API/VNFInstances.robot", "SOL002/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot", "SOL002/VNFLifecycleManagement-API/IndividualSubscription.robot", "SOL002/VNFIndicator-API/VnfIndicatorsInVnfInstanceId.robot", "SOL002/VNFIndicator-API/Subscriptions.robot", "SOL002/VNFIndicator-API/NotificationEndpoint.robot", "SOL002/VNFIndicator-API/IndividualVNFindicator.robot", "SOL002/VNFIndicator-API/ApiVersion.robot", "SOL002/VNFIndicator-API/VNFIndicators.robot", "SOL002/VNFIndicator-API/IndividualSubscription.robot", "SOL002/VNFConfiguration-API/Configuration.robot", "SOL002/VNFConfiguration-API/ApiVersion.robot", "SOL002/VNFIndicatorNotification-API/Notifications.robot", "SOL002/VNFPerformanceManagement-API/IndividualPmJob.robot", "SOL002/VNFPerformanceManagement-API/PMJobs.robot", "SOL002/VNFPerformanceManagement-API/IndividualThreshold.robot", "SOL002/VNFPerformanceManagement-API/Thresholds.robot", "SOL002/VNFPerformanceManagement-API/NotificationEndpoint.robot", "SOL002/VNFPerformanceManagement-API/IndividualReport.robot", "SOL002/VNFPerformanceManagement-API/ApiVersion.robot", "SOL002/VNFFaultManagement-API/Alarms.robot", "SOL002/VNFFaultManagement-API/Notifications.robot", "SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot", "SOL002/VNFFaultManagement-API/IndividualAlarm.robot", "SOL002/VNFFaultManagement-API/Subscriptions.robot", "SOL002/VNFFaultManagement-API/NotificationEndpoint.robot", "SOL002/VNFFaultManagement-API/ApiVersion.robot", "SOL002/VNFFaultManagement-API/IndividualSubscription.robot", "SOL002/VNFPerformanceManagementNotification-API/Notifications.robot", "SOL011/NSInstanceUsageNotification-API/Notifications.robot", "SOL011/NSInstanceUsageNotification-API/Subscriptions.robot", "SOL011/NSInstanceUsageNotification-API/NotificationEndpoint.robot", "SOL011/NSInstanceUsageNotification-API/ApiVersion.robot", "SOL011/NSInstanceUsageNotification-API/IndividualSubscription.robot", "SOL011/NSLifecycleOperationGranting-API/Grants.robot", "SOL011/NSLifecycleOperationGranting-API/IndividualGrant.robot", "SOL011/NSLifecycleOperationGranting-API/ApiVersion.robot" ] Auto generating files and folders.. DEBUG 14-Aug-21 09:05:48 root get_robot_files 121 : Search path for robots is /robot-tests DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFLifecycleManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnflcm'], encoded as "vnflcm" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v2'], encoded as "v2" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${CancelMode}:['GRACEFUL'], encoded as "GRACEFUL" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VNFM_DUPLICATION}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${invalid_etag}:['invalid etag'], encoded as "invalid etag" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${SINGLE_FILE_VNFD}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_TYPE}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_ID}:['artifactId'], encoded as "artifactId" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${WRONG_ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${SYNC_MODE}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${nextPageUri}:['/someuri'], encoded as "/someuri" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${original_etag}:['1234'], encoded as "1234" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${invalid_etag}:['4321'], encoded as "4321" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VNFM_RANGE_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${range}:['bytes=0-1023'], encoded as "bytes=0-1023" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${erroneousRange}:['bytes=10000000-1000000000'], encoded as "bytes=10000000-1000000000" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${full_length}:['2000'], encoded as "2000" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${instantiatedVnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${notInstantiatedVnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${notExistingVnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${conflicVnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId_NoSnapshotTask}:['no-snapshot-task-supported'], encoded as "no-snapshot-task-supported" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId_InUse}:['snapshotId-of-a-resource-AlreadyInUse-bySomeOther-operation'], encoded as "snapshotId-of-a-resource-AlreadyInUse-bySomeOther-operation" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId_creationIncomplete}:["snapshotId-of-a-resource-whose-creation-isn't-complete"], encoded as "snapshotId-of-a-resource-whose-creation-isn't-complete" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${invalidVnfSnapshotInfoId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotPkgId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfLcmOpOccId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${notExistingVnfLcmOpOccId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfLcmOpOccIdNotStartingProcessingRollingback}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfLcmOpOccIdNotFailedTemp}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VnfLcmOperationOccurrenceNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VnfIdentifierCreationNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${VnfIdentifierDeletionNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${json}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${requestedFlavour}:['test'], encoded as "test" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${POS_filter_subscription}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${NEG_filter_subscription}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${fields_vnfLcmOpOcc}:['operationParams,grantId'], encoded as "operationParams,grantId" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER_vnfLcmOpOcc}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER_vnfLcmOpOcc}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${fields_vnfInstance}:['vnfInstanceDescription,vimConnectionInfo'], encoded as "vnfInstanceDescription,vimConnectionInfo" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER_vnfInstance}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER_vnfInstance}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER_snapshot}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER_snapshot}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${fields_snapshot}:['vnfStateSnapshotInfo'], encoded as "vnfStateSnapshotInfo" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${PAGING_SUPPORTED}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceName}:['Test-VnfInstance'], encoded as "Test-VnfInstance" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription}:['description vnf'], encoded as "description vnf" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription_Update}:['Updated description vnf'], encoded as "Updated description vnf" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfPkgId_processing}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${changeVnfFlavourRequest}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${changeVnfOperateRequest}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${requestedState}:['test'], encoded as "test" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${changeVnfExtConnectivityRequest}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${patchBodyRequest}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${callback_notification}:['/notification'], encoded as "/notification" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfdId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${vnfdId_notInEnabledState}:['vnfdId-which-is-not-in-ENABLED-state-or-DNE'], encoded as "vnfdId-which-is-not-in-ENABLED-state-or-DNE" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${scaletype}:['SCALE_OUT'], encoded as "SCALE_OUT" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${scaleAspectId}:['myAspect'], encoded as "myAspect" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${instantiationLevelId}:['myNextLevel'], encoded as "myNextLevel" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${newFlavourId}:['myFlavour_new'], encoded as "myFlavour_new" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${healingCause}:['a new cause'], encoded as "a new cause" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${changeStateTo}:['STOPPED'], encoded as "STOPPED" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${stopType}:['FORCEFUL'], encoded as "FORCEFUL" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${terminationType}:['GRACEFUL'], encoded as "GRACEFUL" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${LccnSubscriptions}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${scaleInfo}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${element}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${aspectId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${scaleOutResponse}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${descriptorType}:['SOL001'], encoded as "SOL001" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${check_descriptors}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_compute}:['tosca.nodes.nfv.Vdu.Compute'], encoded as "tosca.nodes.nfv.Vdu.Compute" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VNF}:['tosca.nodes.nfv.VNF'], encoded as "tosca.nodes.nfv.VNF" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${tosca_type_virtual_link}:['tosca.nodes.nfv.VnfVirtualLink'], encoded as "tosca.nodes.nfv.VnfVirtualLink" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_cp}:['tosca.nodes.nfv.VduCp'], encoded as "tosca.nodes.nfv.VduCp" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${tosca_type_storage}:['tosca.nodes.nfv.Vdu.VirtualBlockStorage'], encoded as "tosca.nodes.nfv.Vdu.VirtualBlockStorage" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{VDU_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{VNF_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{virtualLink_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{CP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{Storage_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{internalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{externalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for @{InstantiationLevel_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${Descriptor_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${Provider}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${Product_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${Software_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${Descriptor_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_vars 271 : Got list value for ${Flavour_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfIdentifierCreationNotification.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/changeVnfFlavourRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/terminateVnfRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/changeCurrentVnfPkgRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/createVnfRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfSnapshotInfoModificationRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/RevertToVnfSnapshotRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/VnfLcmOperationOccurrenceNotification.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/operateVnfRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/healVnfRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/patchBodyRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/changeExtVnfConnectivityRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/grantRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/scaleVnfRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/scaleVnfToLevelRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/lccnSubscriptionRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/instantiateVnfRequest.json DEBUG 14-Aug-21 09:05:48 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotRequest.json WARNING 14-Aug-21 09:05:48 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFLifecycleManagement-API/VnfLcmMntOperationKeywords.robot doesnt include any tests, skipping WARNING 14-Aug-21 09:05:48 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFLifecycleManagement-API/SubscriptionKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFFaultManagementNotification-API/environment/variables.txt DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} WARNING 14-Aug-21 09:05:49 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFPackageManagement-API/VNFPackageManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFPackageManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_FIELDS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPackageId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vndId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${onboardingStateVnfPkgId}:['f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${onboardingStateVnfdId}:['f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfpkgm'], encoded as "vnfpkgm" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${nextPageUri}:['/some_uri'], encoded as "/some_uri" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_non-MANO_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${non_mano_artifact_sets}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['f3ae6df7-07e1-47c9-8924-9ebe10343586'], encoded as "f3ae6df7-07e1-47c9-8924-9ebe10343586" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['442e3ee5-0499-4849-9b31-eb91ce1638f1'], encoded as "442e3ee5-0499-4849-9b31-eb91ce1638f1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPackageId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfdId}:['erroneousVnfdId'], encoded as "erroneousVnfdId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions'], encoded as "callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPkgPlainVNFD}:['c26ad7fb-072b-48c4-a663-7d71646d9e98'], encoded as "c26ad7fb-072b-48c4-a663-7d71646d9e98" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPkgZipVNFD}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPkgId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vndIdZipVnfd}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${artifactPath}:['artifactPath'], encoded as "artifactPath" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_RANGE_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${range}:['bytes=0-1023'], encoded as "bytes=0-1023" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${full_size}:['2000'], encoded as "2000" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousRange}:['bytes=10000000-1000000000'], encoded as "bytes=10000000-1000000000" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPackageOctetStreamId}:['octetStreamPkgId'], encoded as "octetStreamPkgId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfdOctetStreamId}:['octetStreamVnfdId'], encoded as "octetStreamVnfdId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vndEncryptedArtifactID}:['encryptedId'], encoded as "encryptedId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${length}:['1024'], encoded as "1024" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['vnfdId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,vnfProvider=NXW'], encoded as "vnfdId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,vnfProvider=NXW" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${fields}:['softwareImages,additionalArtifacts'], encoded as "softwareImages,additionalArtifacts" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VAR_SEPERATOR}:['&'], encoded as "&" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${descriptorType}:['SOL001'], encoded as "SOL001" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${check_descriptors}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Descriptor_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Provider}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Product_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Software_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Descriptor_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Flavour_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPackageManagement-API/jsons/VnfPackageChangeNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPackageManagement-API/jsons/VnfPackageOnboardingNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPackageManagement-API/jsons/vnfPkgInfos.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPackageManagement-API/jsons/subscriptions.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFIndicator-API/environment/variables.txt DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION_TOKEN}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION_TOKEN}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfind'], encoded as "vnfind" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${response}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['17563e75-0e14-4bd7-94b4-6bbb869c79aa'], encoded as "17563e75-0e14-4bd7-94b4-6bbb869c79aa" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['erroneousSubscriptionId'], encoded as "erroneousSubscriptionId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId}:['80b0deba-c398-445b-bef0-ac0fe733e3d0'], encoded as "80b0deba-c398-445b-bef0-ac0fe733e3d0" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${indicatorId}:['34e70855-a9d3-4fef-aece-76a3cd266ec8'], encoded as "34e70855-a9d3-4fef-aece-76a3cd266ec8" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notAllowedIndicatorId}:['notAllowedId'], encoded as "notAllowedId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousIndicatorId}:['erroneousIndicatorId'], encoded as "erroneousIndicatorId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=${callbackUri}'], encoded as "callbackUri=${callbackUri}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['erroneousFilter=erroneous'], encoded as "erroneousFilter=erroneous" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfInstanceId}:['erroneousVnfInstanceId'], encoded as "erroneousVnfInstanceId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${POS_FIELDS}:['name=vnfIndicator'], encoded as "name=vnfIndicator" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_FIELDS}:['wrongName=any_value'], encoded as "wrongName=any_value" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VAR_SEPERATOR}:['&'], encoded as "&" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFIndicator-API/jsons/SupportedIndicatorsChangeNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFIndicator-API/jsons/VnfIndicatorValueChangeNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFIndicator-API/jsons/subscriptions.json WARNING 14-Aug-21 09:05:49 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFIndicator-API/VNFIndicatorsKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/environment/variables.txt DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_DUPLICATION}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${callback_subscribe}:['/subscribe'], encoded as "/subscribe" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${nextPageUri}:['/some_uri'], encoded as "/some_uri" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vrqan'], encoded as "vrqan" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VrQuotaAvailNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/jsons/VrQuotaAvailNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/jsons/vrQuotaAvailSubscriptionRequest.json WARNING 14-Aug-21 09:05:49 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VirtualisedResourcesQuotaAvailableNotification-API/VRQANOperationKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFPerformanceManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfpm'], encoded as "vnfpm" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${unreachable_callback_uri}:['http://not-reachable-uri'], encoded as "http://not-reachable-uri" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${objectInstanceIds}:['1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${nextPageUri}:['/some_uri'], encoded as "/some_uri" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${pmJobId}:['29f4ff6a-be91-4ec8-856e-fcf1e2479e4e'], encoded as "29f4ff6a-be91-4ec8-856e-fcf1e2479e4e" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousPmJobId}:['erroneousPmJobId'], encoded as "erroneousPmJobId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${newPmJobId}:['newPmJobId'], encoded as "newPmJobId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${OrigResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${thresholdId}:['1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousThresholdId}:['erroneousThresholdId'], encoded as "erroneousThresholdId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${newThresholdId}:['newThresholdId'], encoded as "newThresholdId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['objectInstanceIds=${objectInstanceIds}'], encoded as "objectInstanceIds=${objectInstanceIds}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['criteriaPmJob=erroneousAttributeName'], encoded as "criteriaPmJob=erroneousAttributeName" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,objectInstanceIds'], encoded as "criteria,objectInstanceIds" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${reportId}:['0fb4c875-e07f-46ca-a9dd-13907667a568'], encoded as "0fb4c875-e07f-46ca-a9dd-13907667a568" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousReportId}:['erroneousReportId'], encoded as "erroneousReportId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${newReportId}:['newReportId'], encoded as "newReportId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${FILTER_OK}:['objectInstanceId=${objectInstanceIds}'], encoded as "objectInstanceId=${objectInstanceIds}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${FILTER_KO}:['criterias=erroneousFilter'], encoded as "criterias=erroneousFilter" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${invalid_etag}:['invalid etag'], encoded as "invalid etag" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/ThresholdModifications.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/ThresholdCrossedNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/PerformanceInformationAvailableNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/PmJobModifications.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json WARNING 14-Aug-21 09:05:49 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFFaultManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${alarm_filter}:['managedObjectId'], encoded as "managedObjectId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${managedObjectId}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${invalid_alarm_filter}:['badFilter'], encoded as "badFilter" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${alarmId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Etag}:['an etag'], encoded as "an etag" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${Etag_modified}:['a modified etag'], encoded as "a modified etag" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VNFM_DUPLICATION}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_FIELDS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnffm'], encoded as "vnffm" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${nextPageUri}:['/some_uri'], encoded as "/some_uri" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_type}:['AlarmNotification'], encoded as "AlarmNotification" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${faultyResourceType}:['COMPUTE'], encoded as "COMPUTE" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${eventType}:['COMMUNICATIONS_ALARM'], encoded as "COMMUNICATIONS_ALARM" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${perceivedSeverity}:['CRITICAL'], encoded as "CRITICAL" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${probableCause}:['""'], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AlarmNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AlarmClearedNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AlarmListRebuiltNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${req_mock}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${resp_mock}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${nsInstanceId}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${invalidAlarmId}:['invalidIdAlarm'], encoded as "invalidIdAlarm" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,objectInstanceIds'], encoded as "criteria,objectInstanceIds" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfdIds}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/alarmModifications.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/fmSubscriptionRequest.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmClearedNotification.json DEBUG 14-Aug-21 09:05:49 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json WARNING 14-Aug-21 09:05:49 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFFaultManagement-API/FaultManagement-APIKeyword.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFSnapshotPackageManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_FIELDS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPackageId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vndId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${onboardingStateVnfPkgId}:['f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${onboardingStateVnfdId}:['f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfsnapshotpkgm'], encoded as "vnfsnapshotpkgm" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${PAGING_SUPPORTED}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_non-MANO_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${non_mano_artifact_sets}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['f3ae6df7-07e1-47c9-8924-9ebe10343586'], encoded as "f3ae6df7-07e1-47c9-8924-9ebe10343586" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['442e3ee5-0499-4849-9b31-eb91ce1638f1'], encoded as "442e3ee5-0499-4849-9b31-eb91ce1638f1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPackageId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfdId}:['erroneousVnfdId'], encoded as "erroneousVnfdId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions'], encoded as "callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPkgPlainVNFD}:['c26ad7fb-072b-48c4-a663-7d71646d9e98'], encoded as "c26ad7fb-072b-48c4-a663-7d71646d9e98" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPkgZipVNFD}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPkgId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vndIdZipVnfd}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${artifactPath}:['artifactPath'], encoded as "artifactPath" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NFVO_RANGE_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${range}:['bytes=0-1023'], encoded as "bytes=0-1023" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${full_length}:['2000'], encoded as "2000" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${erroneousRange}:['bytes=10000000-1000000000'], encoded as "bytes=10000000-1000000000" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfPackageOctetStreamId}:['octetStreamPkgId'], encoded as "octetStreamPkgId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfdOctetStreamId}:['octetStreamVnfdId'], encoded as "octetStreamVnfdId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vndEncryptedArtifactID}:['encryptedId'], encoded as "encryptedId" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${length}:['1024'], encoded as "1024" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,vnfProvider=NXW'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,vnfProvider=NXW" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${fields}:['failureDetails'], encoded as "failureDetails" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${VAR_SEPERATOR}:['&'], encoded as "&" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotPkgId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${invalidVnfSnapshotPkgId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:49 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotPkgId_notInAvailableState}:[''], encoded as "\"\"" WARNING 14-Aug-21 09:05:49 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL003/VNFLifecycleOperationGranting-API/environment/variables.txt DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${grantId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiName}:['grant'], encoded as "grant" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${SYNC_MODE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription}:['description vnf'], encoded as "description vnf" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription_Update}:['Updated description vnf'], encoded as "Updated description vnf" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${SINGLE_FILE_VNFD}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgId_processing}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_TYPE}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_ID}:['artifactId'], encoded as "artifactId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${WRONG_ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_ep}:['notification'], encoded as "notification" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VrQuotaAvailNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId}:['myVnfInstanceId'], encoded as "myVnfInstanceId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfLcmOpOccId}:['myLcmOccId'], encoded as "myLcmOccId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfdId}:['myVnF'], encoded as "myVnF" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${flavourId}:['string'], encoded as "string" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${descriptorType}:['SOL001'], encoded as "SOL001" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${check_descriptors}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_compute}:['tosca.nodes.nfv.Vdu.Compute'], encoded as "tosca.nodes.nfv.Vdu.Compute" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_virtual_link}:['tosca.nodes.nfv.VnfVirtualLink'], encoded as "tosca.nodes.nfv.VnfVirtualLink" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_cp}:['tosca.nodes.nfv.VduCp'], encoded as "tosca.nodes.nfv.VduCp" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{VDU_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{virtualLink_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{CP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{externalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{Compute_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Descriptor_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Provider}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Product_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Software_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Descriptor_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Flavour_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleOperationGranting-API/jsons/grantRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL003/VNFLifecycleOperationGranting-API/jsons/grantRejectedRequest.json WARNING 14-Aug-21 09:05:50 root get_robot_test_suite_names 144 : Robot file /robot-tests/instrumentationPlatformHooks/InstrumentationPlatformHooksKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL005/NFVICapacityInformation-API/environment/variables.txt DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_FIELDS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${original_etag}:['1234'], encoded as "1234" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${invalid_etag}:['4321'], encoded as "4321" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nfvici'], encoded as "nfvici" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${PAGING_SUPPORTED}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${new_callback_uri}:['http://newcallbackuri/for/modifications'], encoded as "http://newcallbackuri/for/modifications" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${unreachable_callback_uri}:['http://unreachable/endpoint'], encoded as "http://unreachable/endpoint" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_non-MANO_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${non_mano_artifact_sets}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['f3ae6df7-07e1-47c9-8924-9ebe10343586'], encoded as "f3ae6df7-07e1-47c9-8924-9ebe10343586" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['442e3ee5-0499-4849-9b31-eb91ce1638f1'], encoded as "442e3ee5-0499-4849-9b31-eb91ce1638f1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions'], encoded as "callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgPlainVNFD}:['c26ad7fb-072b-48c4-a663-7d71646d9e98'], encoded as "c26ad7fb-072b-48c4-a663-7d71646d9e98" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgZipVNFD}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPkgId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vndIdZipVnfd}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${artifactPath}:['artifactPath'], encoded as "artifactPath" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_RANGE_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${range}:['bytes=0-1023'], encoded as "bytes=0-1023" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${full_size}:['2000'], encoded as "2000" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousRange}:['bytes=10000000-1000000000'], encoded as "bytes=10000000-1000000000" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPackageOctetStreamId}:['octetStreamPkgId'], encoded as "octetStreamPkgId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfdOctetStreamId}:['octetStreamVnfdId'], encoded as "octetStreamVnfdId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vndEncryptedArtifactID}:['encryptedId'], encoded as "encryptedId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${length}:['1024'], encoded as "1024" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER_info}:['vimId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,resourceType=VR_COMPUTE'], encoded as "vimId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,resourceType=VR_COMPUTE" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER_threshold}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields_capacityInfo}:['timeInterval'], encoded as "timeInterval" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields_capacityThreshold}:['subObjectInstanceIds'], encoded as "subObjectInstanceIds" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VAR_SEPERATOR}:['&'], encoded as "&" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vimId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${invalidVimId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${capacityThreshold}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${invalid_capacityThreshold}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NFVICapacityInformation-API/jsons/CapacityThresholdModifications.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NFVICapacityInformation-API/jsons/CreateCapacityThresholdRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NFVICapacityInformation-API/jsons/CapacityShortageNotification.json WARNING 14-Aug-21 09:05:50 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NFVICapacityInformation-API/NFVICapacityInformationKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL005/NSLifecycleManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nslcm'], encoded as "nslcm" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v2'], encoded as "v2" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsdId}:['58a7beb6-aa89-405e-bd90-7d276b967c03'], encoded as "58a7beb6-aa89-405e-bd90-7d276b967c03" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${disabledNsdId}:['fca7c896-a7d0-4ff8-865e-f5c8ee2fd1c3'], encoded as "fca7c896-a7d0-4ff8-865e-f5c8ee2fd1c3" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nonExistentNsId}:['nonExistent'], encoded as "nonExistent" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ConflictNsInstanceId}:['007c111c-e602-4afa-8e13-962fb5a7d81d'], encoded as "007c111c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsInstanceName}:['Test-nsInstance'], encoded as "Test-nsInstance" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsInstanceDescription}:['description ns'], encoded as "description ns" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsInstanceDescription_Update}:['Updated description ns'], encoded as "Updated description ns" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsFlavourId}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsDegreeHealing}:['HEAL_RESTORE'], encoded as "HEAL_RESTORE" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vimAccountId}:['931f6a4d-6a97-43f3-a6f0-13853ef577ea'], encoded as "931f6a4d-6a97-43f3-a6f0-13853ef577ea" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${SINGLE_FILE_VNFD}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsPkgId_processing}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_TYPE}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_ID}:['artifactId'], encoded as "artifactId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${WRONG_ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsLcmOpOccId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CancelMode}:['GRACEFUL'], encoded as "GRACEFUL" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_DUPLICATION}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['nfvid=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvid=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields_sub}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields_nsInstances}:['monitoringParameter,wanConnectionInfo'], encoded as "monitoringParameter,wanConnectionInfo" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${POS_filter_nsInstances}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_filter_nsInstances}:['nfvid=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvid=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields_nsLcmOpOcc}:['cancelMode,error'], encoded as "cancelMode,error" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${POS_filter_nsLcmOpOcc}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_filter_nsLcmOpOcc}:['nfvid=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvid=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VnfLcmOperationOccurrenceNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VnfIdentifierCreationNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VnfIdentifierDeletionNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfUpdateType}:['ADD_VNF'], encoded as "ADD_VNF" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId}:['id-of-new-vnf-instance-for-UPDATE-NS-Task'], encoded as "id-of-new-vnf-instance-for-UPDATE-NS-Task" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${instantiationLevelId}:['myNextLevel'], encoded as "myNextLevel" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${scaleType}:['SCALE_VNF'], encoded as "SCALE_VNF" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${scaleTimeout}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${scaleVnfType}:['SCALE_IN'], encoded as "SCALE_IN" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${scaleGroupDescriptor}:['myScalingGroup'], encoded as "myScalingGroup" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${scaleMemberVnfIndex}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Etag}:['an etag'], encoded as "an etag" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Etag_modified}:['a modified etag'], encoded as "a modified etag" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['attribute_not_exist=some_value'], encoded as "attribute_not_exist=some_value" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_SELECTOR}:['fields=wrong_field'], encoded as "fields=wrong_field" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${json}:['{"notificationStatus": ""}'], encoded as "{\"notificationStatus\": \"\"}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER_snapshot}:['id=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "id=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER_snapshot}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields_snapshot}:['vnfSnapshot'], encoded as "vnfSnapshot" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId_InUse}:['snapshotId-of-a-resource-AlreadyInUse-bySomeOther-operation'], encoded as "snapshotId-of-a-resource-AlreadyInUse-bySomeOther-operation" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${invalidVnfSnapshotInfoId}:['invalid-or-nonexistent-vnfSnapshotInforId'], encoded as "invalid-or-nonexistent-vnfSnapshotInforId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${PAGING_SUPPORTED}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${check_descriptors}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${descriptorType}:['SOL006'], encoded as "SOL006" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_compute}:['tosca.nodes.nfv.Vdu.Compute'], encoded as "tosca.nodes.nfv.Vdu.Compute" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VNF}:['tosca.nodes.nfv.VNF'], encoded as "tosca.nodes.nfv.VNF" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_virtual_link}:['tosca.nodes.nfv.VnfVirtualLink'], encoded as "tosca.nodes.nfv.VnfVirtualLink" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_cp}:['tosca.nodes.nfv.VduCp'], encoded as "tosca.nodes.nfv.VduCp" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_storage}:['tosca.nodes.nfv.Vdu.VirtualBlockStorage'], encoded as "tosca.nodes.nfv.Vdu.VirtualBlockStorage" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_NS}:['tosca.nodes.nfv.NS'], encoded as "tosca.nodes.nfv.NS" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_NsVirtualLink}:['tosca.nodes.nfv.NsVirtualLink'], encoded as "tosca.nodes.nfv.NsVirtualLink" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_NsCP}:['tosca.nodes.nfv.Cp'], encoded as "tosca.nodes.nfv.Cp" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{VDU_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{VNF_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{virtualLink_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{CP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{Storage_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{internalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{externalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{InstantiationLevel_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{NS_VirtualLink_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{NsCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{SAP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_DescriptorID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Designer}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_InvariantId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Descriptor_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Provider}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Product_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Software_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Descriptor_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Flavour_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/InstantiateNs.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/TerminateNsRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/CreateNsRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/ScaleNs.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/scaleNsToLevelRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsIdentifierDeletionNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/InstantiateNsRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/LccnSubscriptionRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/ScaleNsRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/HealNsRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsIdentifierCreationNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/UpdateNsRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSLifecycleManagement-API/jsons/NsLcmOperationOccurrenceNotification.json WARNING 14-Aug-21 09:05:50 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSLifecycleManagement-API/NSLCMOperationKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL005/VNFPackageManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION_TOKEN}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v2'], encoded as "v2" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfpkgm'], encoded as "vnfpkgm" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_PLAIN}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_FIELDS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${testOptionalMethods}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${response}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['f3ae6df7-07e1-47c9-8924-9ebe10343586'], encoded as "f3ae6df7-07e1-47c9-8924-9ebe10343586" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['442e3ee5-0499-4849-9b31-eb91ce1638f1'], encoded as "442e3ee5-0499-4849-9b31-eb91ce1638f1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions'], encoded as "callbackUri=http://172.22.1.7:9091/vnfpkgm/subscriptions" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPackageId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${disabledVnfPackageId}:['87a2c9d3-00ea-4032-8c67-a5106d001868'], encoded as "87a2c9d3-00ea-4032-8c67-a5106d001868" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPackageId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${instantiatedVnfPackageId}:['0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${contentZipVnfPackage}:['files/vnfPackage.zip'], encoded as "files/vnfPackage.zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_VNFD_PLAIN}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_VNFD_ZIP}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgPlainVNFD}:['c26ad7fb-072b-48c4-a663-7d71646d9e98'], encoded as "c26ad7fb-072b-48c4-a663-7d71646d9e98" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgZipVNFD}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPkgId}:['erroneousPkgId'], encoded as "erroneousPkgId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${onboardingStateVnfPkgId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${artifactPath}:['artifactPath'], encoded as "artifactPath" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_RANGE_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${range}:['bytes=0-1023'], encoded as "bytes=0-1023" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${full_size}:['2000'], encoded as "2000" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousRange}:['bytes=10000000-1000000000'], encoded as "bytes=10000000-1000000000" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPackageOctetStreamId}:['octetStreamPkgId'], encoded as "octetStreamPkgId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${length}:['1024'], encoded as "1024" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${creatingVnfPackageId}:['d246ccdd-71aa-402f-b256-6a80ee54be3d'], encoded as "d246ccdd-71aa-402f-b256-6a80ee54be3d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${newVnfPackageId}:['d246ccdd-71aa-402f-b256-6a80ee54be3d'], encoded as "d246ccdd-71aa-402f-b256-6a80ee54be3d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['vnfdId=41fdd38a-3d4c-465c-83e0-f80e014425f8&vnfProvider=NXW'], encoded as "vnfdId=41fdd38a-3d4c-465c-83e0-f80e014425f8&vnfProvider=NXW" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CAN_FILTER}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields}:['softwareImages,additionalArtifacts'], encoded as "softwareImages,additionalArtifacts" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION_TOKEN}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${VAR_SEPERATOR}:['&'], encoded as "&" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgViaUriId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${creatingVnfPkgViaUriId}:['d246ccdd-71aa-402f-b256-6a80ee54be3d'], encoded as "d246ccdd-71aa-402f-b256-6a80ee54be3d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${vnfPkgUri}:['http://localhost/content.zip'], encoded as "http://localhost/content.zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_non-MANO_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${non_mano_artifact_sets}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${check_descriptors}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${descriptorType}:['SOL006'], encoded as "SOL006" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_compute}:['tosca.nodes.nfv.Vdu.Compute'], encoded as "tosca.nodes.nfv.Vdu.Compute" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VNF}:['tosca.nodes.nfv.VNF'], encoded as "tosca.nodes.nfv.VNF" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_virtual_link}:['tosca.nodes.nfv.VnfVirtualLink'], encoded as "tosca.nodes.nfv.VnfVirtualLink" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_cp}:['tosca.nodes.nfv.VduCp'], encoded as "tosca.nodes.nfv.VduCp" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${tosca_type_storage}:['tosca.nodes.nfv.Vdu.VirtualBlockStorage'], encoded as "tosca.nodes.nfv.Vdu.VirtualBlockStorage" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{VDU_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{VNF_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{virtualLink_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{CP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{Storage_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{internalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{externalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for @{InstantiationLevel_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Descriptor_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Provider}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Product_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Software_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Descriptor_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPkgInfoModificationsDisabled.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/ExternalArtifactsAccessConfig.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/UploadVnfPkgFromUriRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/CreateVnfPkgInfoRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPackageChangeNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPkgInfoModifications.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/VnfPackageOnboardingNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/vnfPkgInfos.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFPackageManagement-API/jsons/subscriptions.json WARNING 14-Aug-21 09:05:50 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/VNFPackageManagement-API/VNFPackageManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL005/NSDManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION_TOKEN}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v2'], encoded as "v2" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nsd'], encoded as "nsd" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_AUTHENTICATION}:['Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9'], encoded as "Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${testOptionalMethods}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${retry}:['5x'], encoded as "5x" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${interval}:['5 sec'], encoded as "5 sec" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['f3ae6df7-07e1-47c9-8924-9ebe10343586'], encoded as "f3ae6df7-07e1-47c9-8924-9ebe10343586" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['442e3ee5-0499-4849-9b31-eb91ce1638f1'], encoded as "442e3ee5-0499-4849-9b31-eb91ce1638f1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${POS_FIELDS}:['nsdOnboardingState=ONBOARDED'], encoded as "nsdOnboardingState=ONBOARDED" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NEG_FIELDS}:['wrongName=any_value'], encoded as "wrongName=any_value" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsdInfoId}:['5a569e1d-4ffe-4e9a-8cf6-c24226651e56'], encoded as "5a569e1d-4ffe-4e9a-8cf6-c24226651e56" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsdInfoIdPlain}:['5a569e1d-4ffe-4e9a-8cf6-c24226651e56'], encoded as "5a569e1d-4ffe-4e9a-8cf6-c24226651e56" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${nsdInfoIdZip}:['5a569e1d-4ffe-4e9a-8cf6-c24226651e56'], encoded as "5a569e1d-4ffe-4e9a-8cf6-c24226651e56" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneous_nsdInfoId}:['erroneous_nsdInfoId'], encoded as "erroneous_nsdInfoId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${disabledNsdInfoId}:['5a569e1d-4ffe-4e9a-8cf6-c24226651e56'], encoded as "5a569e1d-4ffe-4e9a-8cf6-c24226651e56" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${fields}:['_links'], encoded as "_links" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_FIELDS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Etag}:['an etag'], encoded as "an etag" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${modifiedNsdInfoId}:['f27200b1-1d8b-48c2-9d98-a993b8ab117f'], encoded as "f27200b1-1d8b-48c2-9d98-a993b8ab117f" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notOnboardedNsdInfoId}:['b992a851-08b1-45a8-9282-a5f7a7df04a6'], encoded as "b992a851-08b1-45a8-9282-a5f7a7df04a6" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${onboardingStateNsdInfoId}:['b992a851-08b1-45a8-9282-a5f7a7df04a6'], encoded as "b992a851-08b1-45a8-9282-a5f7a7df04a6" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${contentZipNsd}:['files/nsd.zip'], encoded as "files/nsd.zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${contentFileNsd}:['files/nsd.yml'], encoded as "files/nsd.yml" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${creatingNsdInfoId}:['71241932-994a-46e2-ad6c-1740674dda44'], encoded as "71241932-994a-46e2-ad6c-1740674dda44" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION_TOKEN}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${original_etag}:['1234'], encoded as "1234" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${wrong_etag}:['abcd'], encoded as "abcd" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${usageState}:['state'], encoded as "state" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${length}:['1024'], encoded as "1024" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${createdNsdInfoId}:['f27200b1-1d8b-48c2-9d98-a993b8ab117f'], encoded as "f27200b1-1d8b-48c2-9d98-a993b8ab117f" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NSD_NAME}:['nsdName=onBoardedNSD'], encoded as "nsdName=onBoardedNSD" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${PNFD_NAME}:['pnfdName=onBoardedPNFD'], encoded as "pnfdName=onBoardedPNFD" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${artifactPath}:['artifactPath'], encoded as "artifactPath" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NFVO_RANGE_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${range}:['bytes=0-1023'], encoded as "bytes=0-1023" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneousRange}:['bytes=100000-1000000'], encoded as "bytes=100000-1000000" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${full_lenght}:['2000'], encoded as "2000" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${pnfdInfoId}:['40853bda-8a8f-4f63-9130-cef439f65348'], encoded as "40853bda-8a8f-4f63-9130-cef439f65348" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${creatingPnfdInfoId}:['71241932-994a-46e2-ad6c-1740674dda44'], encoded as "71241932-994a-46e2-ad6c-1740674dda44" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneous_pnfdInfoId}:['erroneous_pnfdInfoId'], encoded as "erroneous_pnfdInfoId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${enabledPnfdInfoId}:['40853bda-8a8f-4f63-9130-cef439f65348'], encoded as "40853bda-8a8f-4f63-9130-cef439f65348" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${erroneous_pnfdId}:['erroneousPnfdId'], encoded as "erroneousPnfdId" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${onboardingStatePnfdId}:['8ed2bf1f-f6ae-4d18-b478-bfab02fd4cd2'], encoded as "8ed2bf1f-f6ae-4d18-b478-bfab02fd4cd2" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${contentZipPnfd}:['files/pnfd.zip'], encoded as "files/pnfd.zip" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${contentFilePnfd}:['files/pnfd.yml'], encoded as "files/pnfd.yml" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${creatingPnfdId}:['2e4ce0ef-3ea8-49f9-92dd-8771866015bb'], encoded as "2e4ce0ef-3ea8-49f9-92dd-8771866015bb" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${userDefinedDataSet}:['some'], encoded as "some" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${pnfd_artifactPath}:['artifactPath'], encoded as "artifactPath" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${notifCallbackUri}:['http://172.22.1.7:9091/nsd/subscriptions'], encoded as "http://172.22.1.7:9091/nsd/subscriptions" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=${notifCallbackUri}'], encoded as "callbackUri=${notifCallbackUri}" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${check_descriptors}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${descriptorType}:['SOL001'], encoded as "SOL001" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_DescriptorID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${Designer}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_vars 271 : Got list value for ${NS_InvariantId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/createPnfdInfoRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/NsdInfoModificationDisable.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/createNsdInfoRequest.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/NsdInfoModificationEnable.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/PnfdInfoModification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/subscriptions.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdDeletionNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdOnBoardingFailureNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdOnBoardingFailureNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdDeletionNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/PnfdOnBoardingNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdChangeNotification.json DEBUG 14-Aug-21 09:05:50 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSDManagement-API/jsons/notifications/NsdOnBoardingNotification.json WARNING 14-Aug-21 09:05:51 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSDManagement-API/NSDManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL005/NSPerformanceManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v2'], encoded as "v2" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nspm'], encoded as "nspm" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${testOptionalMethods}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${unreachable_callback_uri}:['http://not-reachable-uri'], encoded as "http://not-reachable-uri" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${invalid_etag}:['invalid etag'], encoded as "invalid etag" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${performanceMetric}:['cpu_util'], encoded as "cpu_util" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${thresholdType}:['SIMPLE'], encoded as "SIMPLE" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${thresholdValue}:['10'], encoded as "10" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${hysteresis}:['50'], encoded as "50" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${collectionPeriod}:['10'], encoded as "10" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${reportingPeriod}:['30'], encoded as "30" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${pmJobId}:['29f4ff6a-be91-4ec8-856e-fcf1e2479e4e'], encoded as "29f4ff6a-be91-4ec8-856e-fcf1e2479e4e" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousPmJobId}:['erroneousPmJobId'], encoded as "erroneousPmJobId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newPmJobId}:['newPmJobId'], encoded as "newPmJobId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${thresholdId}:['1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousThresholdId}:['erroneousThresholdId'], encoded as "erroneousThresholdId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newThresholdId}:['newThresholdId'], encoded as "newThresholdId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['objectInstanceIds=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "objectInstanceIds=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['criteriaPmJob=erroneousAttributeName'], encoded as "criteriaPmJob=erroneousAttributeName" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,objectInstanceIds'], encoded as "criteria,objectInstanceIds" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${reportId}:['0fb4c875-e07f-46ca-a9dd-13907667a568'], encoded as "0fb4c875-e07f-46ca-a9dd-13907667a568" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousReportId}:['erroneousReportId'], encoded as "erroneousReportId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newReportId}:['newReportId'], encoded as "newReportId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${FILTER_OK_Threshold}:['objectInstanceId=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "objectInstanceId=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${FILTER_KO}:['criterias=erroneousFilter'], encoded as "criterias=erroneousFilter" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/ThresholdModifications.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/ThresholdCrossedNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/CreateThresholdRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/PerformanceInformationAvailableNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/PmJobModifications.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSPerformanceManagement-API/jsons/CreatePmJobRequest.json WARNING 14-Aug-21 09:05:51 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSPerformanceManagement-API/NSPerformanceManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL005/NSFaultManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['http'], encoded as "http" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${alarm_filter}:['nsInstanceId'], encoded as "nsInstanceId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${nsInstanceId}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${invalid_alarm_filter}:['badFilter'], encoded as "badFilter" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nsfm'], encoded as "nsfm" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_ALLOWS_DUPLICATE_SUBS}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,objectInstanceIds'], encoded as "criteria,objectInstanceIds" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${alarmId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${faultyNestedNsInstanceId}:['faultyNestedNsInstanceId'], encoded as "faultyNestedNsInstanceId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${faultyNsVirtualLinkInstanceId}:['faultyNsVirtualLinkInstanceId'], encoded as "faultyNsVirtualLinkInstanceId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${faultyVnfInstanceId}:['faultyVnfInstanceId'], encoded as "faultyVnfInstanceId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${faultyResourceType}:['COMPUTE'], encoded as "COMPUTE" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${eventType}:['COMMUNICATIONS_ALARM'], encoded as "COMMUNICATIONS_ALARM" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${perceivedSeverity}:['CRITICAL'], encoded as "CRITICAL" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${probableCause}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${invalidAlarmId}:['invalidAlramID'], encoded as "invalidAlramID" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${Etag}:['an etag'], encoded as "an etag" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${Etag_modified}:['a modified etag'], encoded as "a modified etag" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${PerceivedSeverity}:['CRITICAL'], encoded as "CRITICAL" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_type}:['AlarmNotification'], encoded as "AlarmNotification" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AlarmNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AlarmClearedNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AlarmListRebuiltNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${invalid_etag}:['invalid etag'], encoded as "invalid etag" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${req_mock}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${resp_mock}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" WARNING 14-Aug-21 09:05:51 root load_and_prefix_vars 246 : Got empty variable name probably due to sytnax error in file /robot-tests/SOL005/NSFaultManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${nsInstanceIdForNotifications}:['SOME-ID'], encoded as "SOME-ID" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${upperTesterUrlForAlarmNotifications}:['http://localhost:9999/uppertester'], encoded as "http://localhost:9999/uppertester" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${instrumentationPlatformSkip}:['True'], encoded as "True" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSFaultManagement-API/jsons/alarmModifications.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSFaultManagement-API/jsons/fmSubscriptionRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSFaultManagement-API/jsons/fmSubscriptionRequestForInstrumentationPlatform.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmClearedNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/NSFaultManagement-API/jsons/AlarmListRebuiltNotification.json WARNING 14-Aug-21 09:05:51 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/NSFaultManagement-API/NSFMOperationKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_FIELDS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfPackageId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vndId}:['788106a2-d692-44f3-a86d-384f0ce35e42'], encoded as "788106a2-d692-44f3-a86d-384f0ce35e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${onboardingStateVnfPkgId}:['f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${onboardingStateVnfdId}:['f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfsnapshotpkgm'], encoded as "vnfsnapshotpkgm" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${PAGING_SUPPORTED}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_non-MANO_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${non_mano_artifact_sets}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['f3ae6df7-07e1-47c9-8924-9ebe10343586'], encoded as "f3ae6df7-07e1-47c9-8924-9ebe10343586" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['442e3ee5-0499-4849-9b31-eb91ce1638f1'], encoded as "442e3ee5-0499-4849-9b31-eb91ce1638f1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPackageId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfdId}:['erroneousVnfdId'], encoded as "erroneousVnfdId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['id=f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "id=f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d'], encoded as "nfvId=f9f130e4-05eb-4082-a676-4c97d13a883d" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfPkgPlainVNFD}:['c26ad7fb-072b-48c4-a663-7d71646d9e98'], encoded as "c26ad7fb-072b-48c4-a663-7d71646d9e98" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfPkgZipVNFD}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfPkgId}:['erroneousVnfPackageId'], encoded as "erroneousVnfPackageId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vndIdZipVnfd}:['f5b220d4-6177-4ebb-a554-a43311e16075'], encoded as "f5b220d4-6177-4ebb-a554-a43311e16075" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${artifactPath}:['artifactPath'], encoded as "artifactPath" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ext_artifactPath}:['artifactPath/external'], encoded as "artifactPath/external" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_OCTET}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVO_RANGE_OK}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${range}:['bytes=0-1023'], encoded as "bytes=0-1023" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${full_length}:['2000'], encoded as "2000" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousRange}:['bytes=10000000-1000000000'], encoded as "bytes=10000000-1000000000" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfPackageOctetStreamId}:['octetStreamPkgId'], encoded as "octetStreamPkgId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfdOctetStreamId}:['octetStreamVnfdId'], encoded as "octetStreamVnfdId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vndEncryptedArtifactID}:['encryptedId'], encoded as "encryptedId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${length}:['1024'], encoded as "1024" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['vnfdId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,vnfProvider=NXW'], encoded as "vnfdId=41fdd38a-3d4c-465c-83e0-f80e014425f8 ,vnfProvider=NXW" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8'], encoded as "nfvId=41fdd38a-3d4c-465c-83e0-f80e014425f8" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${fields}:['additionalArtifacts,failureDetails'], encoded as "additionalArtifacts,failureDetails" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${VAR_SEPERATOR}:['&'], encoded as "&" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotPkgId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${invalidVnfSnapshotPkgId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotPkgId_notInAvailableState}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId}:['associated-with-extraction-of-VNF-snapshot-package'], encoded as "associated-with-extraction-of-VNF-snapshot-package" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${invalidVnfInstanceId}:['invlalid-association-with-VNF-snapshot-package'], encoded as "invlalid-association-with-VNF-snapshot-package" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${vnfPackageContent_URI}:['http://uri/for/vnfpackagecontent/upload'], encoded as "http://uri/for/vnfpackagecontent/upload" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${externalArtifact_URI}:['http://uri/for/external/artifact'], encoded as "http://uri/for/external/artifact" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/VnfSnapshotPkgExtArtifactsAccessConfig.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/UploadVnfSnapshotPkgFromUriRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/ExtractVnfSnapshotPkgRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/CancelVnfSnapshotPkgOperationRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/BuildVnfSnapshotPkgRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/CreateVnfSnapshotPkgInfoRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL005/VNFSnapshotPackageManagement-API/jsons/VnfSnapshotPkgInfoModifications.json WARNING 14-Aug-21 09:05:51 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL005/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOFaultManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION}:['Bearer', 'QWxhZGRpbjpvcGVuIHNlc2FtZQ=='], encoded as "Bearer QWxhZGRpbjpvcGVuIHNlc2FtZQ==" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nfvmanofm'], encoded as "nfvmanofm" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${alarm_filter}:['managedObjectId'], encoded as "managedObjectId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${managedObjectId}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${eventType}:['COMMUNICATIONS_ALARM'], encoded as "COMMUNICATIONS_ALARM" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${probableCause}:['""'], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${perceivedSeverity}:['CRITICAL'], encoded as "CRITICAL" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${invalid_alarm_filter}:['badFilter'], encoded as "badFilter" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${alarmId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${Etag}:['an etag'], encoded as "an etag" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${Etag_modified}:['a modified etag'], encoded as "a modified etag" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_DUPLICATION}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${faultyResourceType}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_type}:['AlarmNotification'], encoded as "AlarmNotification" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/alarmModifications.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/fmSubscriptionRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmClearedNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOFaultManagement-API/jsons/AlarmListRebuiltNotification.json WARNING 14-Aug-21 09:05:51 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL009/NFVMANOFaultManagement-API/FaultManagement-APIKeyword.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANOHOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nfvmanocim'], encoded as "nfvmanocim" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter_value}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${fields}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${changeStateOpOccId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${manoServiceInterfaceId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${peerEntityId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=${callbackUri}'], encoded as "callbackUri=${callbackUri}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['erroneousFilter=erroneous'], encoded as "erroneousFilter=erroneous" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['17563e75-0e14-4bd7-94b4-6bbb869c79aa'], encoded as "17563e75-0e14-4bd7-94b4-6bbb869c79aa" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['erroneousSubscriptionId'], encoded as "erroneousSubscriptionId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${name}:['EntityName'], encoded as "EntityName" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${type}:['NFVO'], encoded as "NFVO" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${state}:['operational'], encoded as "operational" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${stateAction}:['START'], encoded as "START" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${retry}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/CimSubscriptionRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ManoConfigModificationRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ManoServiceInterfaceModificationRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/ChangeStateRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/InformationChangedNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/PeerEntityConfigModificationRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/jsons/CreatePeerEntityRequest.json WARNING 14-Aug-21 09:05:51 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL009/NFVManoConfigurationAndInformationManagement-API/NFVMANOCimKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/individualThresholds.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${thresholdId}:['1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousThresholdId}:['erroneousThresholdId'], encoded as "erroneousThresholdId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newThresholdId}:['newThresholdId'], encoded as "newThresholdId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/subscriptions.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${callbackUri}:['http://172.22.1.7:9091/nfvmanopm/subscriptions'], encoded as "http://172.22.1.7:9091/nfvmanopm/subscriptions" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=${callbackUri}'], encoded as "callbackUri=${callbackUri}" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['erroneousFilter=erroneous'], encoded as "erroneousFilter=erroneous" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/thresholds.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${FILTER_OK}:['objectInstanceId=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "objectInstanceId=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${FILTER_KO}:['criterias=erroneousFilter'], encoded as "criterias=erroneousFilter" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/pmJobs.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['objectInstanceIds=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "objectInstanceIds=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['criteriaPmJob=erroneousAttributeName'], encoded as "criteriaPmJob=erroneousAttributeName" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,objectInstanceIds'], encoded as "criteria,objectInstanceIds" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANOHOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nfvmanopm'], encoded as "nfvmanopm" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['17563e75-0e14-4bd7-94b4-6bbb869c79aa'], encoded as "17563e75-0e14-4bd7-94b4-6bbb869c79aa" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${objectInstanceIds}:['daca910b0-00d4f1a2b675d-604257e42'], encoded as "daca910b0-00d4f1a2b675d-604257e42" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/individualSubscription.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['erroneousSubscriptionId'], encoded as "erroneousSubscriptionId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/reports.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${pmJobId}:['1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${reportId}:['0fb4c875-e07f-46ca-a9dd-13907667a568'], encoded as "0fb4c875-e07f-46ca-a9dd-13907667a568" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousReportId}:['erroneousReportId'], encoded as "erroneousReportId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newReportId}:['newReportId'], encoded as "newReportId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${OrigResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/notifications.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/environment/IndividualPmJob.txt DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${pmJobId}:['29f4ff6a-be91-4ec8-856e-fcf1e2479e4e'], encoded as "29f4ff6a-be91-4ec8-856e-fcf1e2479e4e" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${erroneousPmJobId}:['erroneousPmJobId'], encoded as "erroneousPmJobId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${newPmJobId}:['newPmJobId'], encoded as "newPmJobId" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_vars 271 : Got list value for ${OrigResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/PerformanceInformationAvailabilityNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/ThresholdCrossedNotification.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/CreateThresholdRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/CreatePmJobRequest.json DEBUG 14-Aug-21 09:05:51 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOPerformanceManagement-API/jsons/subscriptions.json WARNING 14-Aug-21 09:05:52 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL009/NFVMANOLogManagement-API/NFVMANOLogManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL009/NFVMANOLogManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANOHOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${logJobId}:['0b000d4f1a2b67'], encoded as "0b000d4f1a2b67" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousLogJobId}:['wrongID'], encoded as "wrongID" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_ALLOWS_DUPLICATE_SUBS}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nfvmanologm'], encoded as "nfvmanologm" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=${callbackUri}'], encoded as "callbackUri=${callbackUri}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['erroneousFilter=erroneous'], encoded as "erroneousFilter=erroneous" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${alarm_filter}:['id'], encoded as "id" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${filter_value}:['50daca910b000d4f1a2b675d604257e42'], encoded as "50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${fields}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${reportId}:['0fb4c875-e07f-46ca-a9dd-13907667a568'], encoded as "0fb4c875-e07f-46ca-a9dd-13907667a568" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousReportId}:['erroneousReportId'], encoded as "erroneousReportId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${newReportId}:['newReportId'], encoded as "newReportId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${SYNC_MODE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${retry}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${polling}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['17563e75-0e14-4bd7-94b4-6bbb869c79aa'], encoded as "17563e75-0e14-4bd7-94b4-6bbb869c79aa" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['erroneousSubscriptionId'], encoded as "erroneousSubscriptionId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${objectInstanceId}:['4bd7-94b4-6bbb86-9c79aa'], encoded as "4bd7-94b4-6bbb86-9c79aa" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_type}:['LogReportAvailableNotification'], encoded as "LogReportAvailableNotification" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/createLoggingJobRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/compileLogRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/subscriptions.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL009/NFVMANOLogManagement-API/jsons/LogReportAvailableNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL012/PolicyManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer', 'QWxhZGRpbjpvcGVuIHNlc2FtZQ=='], encoded as "Bearer QWxhZGRpbjpvcGVuIHNlc2FtZQ==" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nfvpolicy'], encoded as "nfvpolicy" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiVersion}:['v1'], encoded as "v1" WARNING 14-Aug-21 09:05:52 root load_and_prefix_vars 246 : Got empty variable name probably due to sytnax error in file /robot-tests/SOL012/PolicyManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${POLICY_CONTENT_FILENAME}:['jsons/PolicyContent/policyContent.json'], encoded as "jsons/PolicyContent/policyContent.json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${POLICY_CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVMANO_DUPLICATION}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${PAGING_SUPPORTED}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,objectInstanceIds'], encoded as "criteria,objectInstanceIds" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${invalidSubscriptionId}:['invalid-subscription-id'], encoded as "invalid-subscription-id" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_ep}:['notification'], encoded as "notification" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VrQuotaAvailNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${unreachable_uri}:['http://not-reachable-uri'], encoded as "http://not-reachable-uri" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${policyId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${policyId1}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${policyId2}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${policyVersion}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${policyIdInActivatedStatus}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${policyIdInCreatedState}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${policyIdAlreadyTransferred}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${invalidPolicyId}:['invalid-policy-id'], encoded as "invalid-policy-id" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyChangeNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL012/PolicyManagement-API/jsons/InvalidPolicySubscriptionRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyModifications.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL012/PolicyManagement-API/jsons/CreatePolicyRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyConflictNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicySubscriptionRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL012/PolicyManagement-API/jsons/PolicyContent/policyContent.json WARNING 14-Aug-21 09:05:52 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL012/PolicyManagement-API/PolicyManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFLifecycleManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnflcm'], encoded as "vnflcm" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v2'], encoded as "v2" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId_NoSnapshotTask}:['vnfInstanceIdForWhichSnapshotResourceDoesNotExist'], encoded as "vnfInstanceIdForWhichSnapshotResourceDoesNotExist" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId_NOT_INSTANTIATED}:['vnfResourceIsInNOT_INSTANTIATEDstate'], encoded as "vnfResourceIsInNOT_INSTANTIATEDstate" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${badVnfInstanceId}:['wrongId'], encoded as "wrongId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${instantiatedVnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${conflicVnfInstanceId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceName}:['Test-VnfInstance'], encoded as "Test-VnfInstance" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription}:['description vnf'], encoded as "description vnf" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription_Update}:['Updated description vnf'], encoded as "Updated description vnf" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${SINGLE_FILE_VNFD}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfPkgId_processing}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_TYPE}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_ID}:['artifactId'], encoded as "artifactId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${WRONG_ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfLcmOpOccId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CancelMode}:['GRACEFUL'], encoded as "GRACEFUL" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_DUPLICATION}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VnfLcmOperationOccurrenceNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VnfIdentifierCreationNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VnfIdentifierDeletionNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notInstantiatedVnfInstanceId}:['NOT_INSTANTIATED_VNF_INSTANCE_ID'], encoded as "NOT_INSTANTIATED_VNF_INSTANCE_ID" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NOT_EXISTANT_VNF_INSTANCE_ID}:['NOT_EXISTANT_VNF_INSTANCE_ID'], encoded as "NOT_EXISTANT_VNF_INSTANCE_ID" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${SYNC_MODE}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${PAGING_SUPPORTED}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${invalidVnfSnapshotInfoId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotInfoId_InUse}:['snapshotId-of-a-resource-AlreadyInUse'], encoded as "snapshotId-of-a-resource-AlreadyInUse" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfSnapshotPkgId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${fields}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${original_etag}:['some_etag'], encoded as "some_etag" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfdId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${invalidVnfdId}:['vnfdId-in-DISABLED-state-or-DNE'], encoded as "vnfdId-in-DISABLED-state-or-DNE" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${flavourId}:['vnf flavour'], encoded as "vnf flavour" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${scaleVnfRequesttype}:['SCALE_OUT'], encoded as "SCALE_OUT" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${scaleVnfRequestAspect}:['Aspect'], encoded as "Aspect" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${newFlavourId}:['5a7d81f-e602-4afa-8e13-962fb5a7d81f'], encoded as "5a7d81f-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${terminationType}:['GRACEFUL'], encoded as "GRACEFUL" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${healingCause}:['healingCause'], encoded as "healingCause" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${changeStateTo}:['STOPPED'], encoded as "STOPPED" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfdIds}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${check_descriptors}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${descriptorType}:['SOL006'], encoded as "SOL006" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${check_multiple_instances}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_compute}:['tosca.nodes.nfv.Vdu.Compute'], encoded as "tosca.nodes.nfv.Vdu.Compute" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VNF}:['tosca.nodes.nfv.VNF'], encoded as "tosca.nodes.nfv.VNF" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${tosca_type_virtual_link}:['tosca.nodes.nfv.VnfVirtualLink'], encoded as "tosca.nodes.nfv.VnfVirtualLink" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${tosca_type_VDU_cp}:['tosca.nodes.nfv.VduCp'], encoded as "tosca.nodes.nfv.VduCp" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${tosca_type_storage}:['tosca.nodes.nfv.Vdu.VirtualBlockStorage'], encoded as "tosca.nodes.nfv.Vdu.VirtualBlockStorage" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{VDU_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{VNF_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{virtualLink_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{CP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{Storage_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{internalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{externalCP_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for @{InstantiationLevel_IDs}:[], encoded as "" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Descriptor_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Provider}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Product_Name}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Software_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Descriptor_Version}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Flavour_ID}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierCreationNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/changeVnfFlavourRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/terminateVnfRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/changeCurrentVnfPkgRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotInfoRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/createVnfRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/RevertToVnfSnapshotRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfIdentifierDeletionNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/VnfLcmOperationOccurrenceNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/operateVnfRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/healVnfRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/patchBodyRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/changeExtVnfConnectivityRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/scaleVnfRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/scaleVnfToLevelRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/lccnSubscriptionRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/instantiateVnfRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFLifecycleManagement-API/jsons/CreateVnfSnapshotRequest.json WARNING 14-Aug-21 09:05:52 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL002/VNFLifecycleManagement-API/VnfLcmOperationKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFIndicator-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${PRODUCER_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${PRODUCER_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${PRODUCER_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION_TOKEN}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${BAD_AUTHORIZATION_TOKEN}:['Bear sometoken'], encoded as "Bear sometoken" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${EM-VNF_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${EM-VNF_PORT}:['8002'], encoded as "8002" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${EM-VNF_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfind'], encoded as "vnfind" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_CHECKS_NOTIF_ENDPOINT}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${unreachable_callback_uri}:['http://not-reachable-uri'], encoded as "http://not-reachable-uri" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${response}:['some_response_object'], encoded as "some_response_object" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['f3ae6df7-07e1-47c9-8924-9ebe10343586'], encoded as "f3ae6df7-07e1-47c9-8924-9ebe10343586" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['442e3ee5-0499-4849-9b31-eb91ce1638f1'], encoded as "442e3ee5-0499-4849-9b31-eb91ce1638f1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceId}:['80b0deba-c398-445b-bef0-ac0fe733e3d0'], encoded as "80b0deba-c398-445b-bef0-ac0fe733e3d0" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${indicatorId}:['34e70855-a9d3-4fef-aece-76a3cd266ec8'], encoded as "34e70855-a9d3-4fef-aece-76a3cd266ec8" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notAllowedIndicatorId}:['notAllowedId'], encoded as "notAllowedId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousIndicatorId}:['erroneousIndicatorId'], encoded as "erroneousIndicatorId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['callbackUri=http://127.0.0.1/subscribe'], encoded as "callbackUri=http://127.0.0.1/subscribe" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['callback=http://127.0.0.1/subscribe'], encoded as "callback=http://127.0.0.1/subscribe" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousVnfInstanceId}:['erroneousVnfInstanceId'], encoded as "erroneousVnfInstanceId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${POS_FIELDS}:['name=vnfIndicator'], encoded as "name=vnfIndicator" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NEG_FIELDS}:['wrongName=any_value'], encoded as "wrongName=any_value" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${vnfIndicators}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VAR_SEPERATOR}:['&'], encoded as "&" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFIndicator-API/jsons/SupportedIndicatorsChangeNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFIndicator-API/jsons/ValueChangeNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFIndicator-API/jsons/subscriptions.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFConfiguration-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Etag}:['an etag'], encoded as "an etag" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${Etag_modified}:['12345'], encoded as "12345" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${EM-VNF_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${EM-VNF_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${EM-VNF_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfconfig'], encoded as "vnfconfig" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFConfiguration-API/jsons/vnfConfigModifications.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFIndicatorNotification-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFPerformanceManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v2'], encoded as "v2" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnfpm'], encoded as "vnfpm" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NEG_AUTHORIZATION}:['Bearer negativetoken'], encoded as "Bearer negativetoken" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${FIELD_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_DUPLICATION}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${VNFM_CHECKS_NOTIF_ENDPOINT}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${unreachable_callback_uri}:['http://not-reachable-uri'], encoded as "http://not-reachable-uri" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${new_callback_uri}:['http://newcallbackuri-for-PMJobModifications'], encoded as "http://newcallbackuri-for-PMJobModifications" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${response}:['http-response'], encoded as "http-response" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${objectInstanceIds}:['1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${subscribe}:['/subscribe'], encoded as "/subscribe" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${pmJobId}:['29f4ff6a-be91-4ec8-856e-fcf1e2479e4e'], encoded as "29f4ff6a-be91-4ec8-856e-fcf1e2479e4e" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousPmJobId}:['erroneousPmJobId'], encoded as "erroneousPmJobId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${newPmJobId}:['newPmJobId'], encoded as "newPmJobId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${OrigResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${thresholdId}:['1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousThresholdId}:['erroneousThresholdId'], encoded as "erroneousThresholdId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${newThresholdId}:['newThresholdId'], encoded as "newThresholdId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${POS_FILTER}:['objectInstanceIds=${objectInstanceIds}'], encoded as "objectInstanceIds=${objectInstanceIds}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${NEG_FILTER}:['criteriaPmJob=erroneousAttributeName'], encoded as "criteriaPmJob=erroneousAttributeName" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,reports'], encoded as "criteria,reports" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${SEPERATOR}:['='], encoded as "=" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${reportId}:['0fb4c875-e07f-46ca-a9dd-13907667a568'], encoded as "0fb4c875-e07f-46ca-a9dd-13907667a568" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousReportId}:['erroneousReportId'], encoded as "erroneousReportId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${newReportId}:['newReportId'], encoded as "newReportId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${FILTER_OK}:['objectInstanceId=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a'], encoded as "objectInstanceId=1f50d68b-82e8-4deb-bd40-c934d4d1ac0a" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${FILTER_KO}:['criterias=erroneousFilter'], encoded as "criterias=erroneousFilter" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['17563e75-0e14-4bd7-94b4-6bbb869c79aa'], encoded as "17563e75-0e14-4bd7-94b4-6bbb869c79aa" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${erroneousSubscriptionId}:['erroneousSubscriptionId'], encoded as "erroneousSubscriptionId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${newSubscriptionId}:['newSubsciptionId'], encoded as "newSubsciptionId" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${callbackUri_Sub}:['http://172.22.1.7:9091/vnfpm/subscriptions'], encoded as "http://172.22.1.7:9091/vnfpm/subscriptions" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${filter_ok}:['callbackUri=${callbackUri_Sub}'], encoded as "callbackUri=${callbackUri_Sub}" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${filter_ko}:['erroneousFilter=erroneous'], encoded as "erroneousFilter=erroneous" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_vars 271 : Got list value for ${objectInstanceId}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/ThresholdCrossedNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/PMJobModification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/CreateThresholdRequest.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/ThresholdModification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/PerformanceInformationAvaliableNotification.json DEBUG 14-Aug-21 09:05:52 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagement-API/jsons/CreatePmJobRequest.json WARNING 14-Aug-21 09:05:53 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL002/VNFPerformanceManagement-API/VNFPerformanceManagementKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFFaultManagement-API/environment/variables.txt DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_HEADER}:['Authorization'], encoded as "Authorization" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION_TOKEN}:['Bearer 0b79bab50daca910b000d4f1a2b675d604257e42'], encoded as "Bearer 0b79bab50daca910b000d4f1a2b675d604257e42" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${alarm_filter}:['managedObjectId'], encoded as "managedObjectId" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${managedObjectId}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${invalid_alarm_filter}:['badFilter'], encoded as "badFilter" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiName}:['vnffm'], encoded as "vnffm" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiMajorVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${origResponse}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_ALLOWS_DUPLICATE_SUBS}:['0'], encoded as "0" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${alarmId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${etags}:['a modified etag'], encoded as "a modified etag" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${wrong_etag}:['wrong-tag'], encoded as "wrong-tag" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${PerceivedSeverity}:['CRITICAL'], encoded as "CRITICAL" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AlarmNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AlarmClearedNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AlarmListRebuiltNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${fields}:['softwareImages,additionalArtifacts'], encoded as "softwareImages,additionalArtifacts" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${response}:['httpresponse'], encoded as "httpresponse" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${vnfcInstanceIds}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${faultyResourceType}:['COMPUTE'], encoded as "COMPUTE" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${eventType}:['COMMUNICATIONS_ALARM'], encoded as "COMMUNICATIONS_ALARM" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${probableCause}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_type}:['AlarmNotification'], encoded as "AlarmNotification" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/alarmModifications.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/fmSubscriptionRequest.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmNotification.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmClearedNotification.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFFaultManagement-API/jsons/AlarmListRebuiltNotification.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFPerformanceManagementNotification-API/environment/variables.txt DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL002/VNFPerformanceManagementNotification-API/environment/notifications.txt DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagementNotification-API/jsons/ThresholdCrossedNotification.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL002/VNFPerformanceManagementNotification-API/jsons/PerformanceInformationAvailableNotification.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL011/NSInstanceUsageNotification-API/environment/variables.txt DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION}:['Bearer', 'QWxhZGRpbjpvcGVuIHNlc2FtZQ=='], encoded as "Bearer QWxhZGRpbjpvcGVuIHNlc2FtZQ==" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_JSON}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nsiun'], encoded as "nsiun" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${SYNC_MODE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${response}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${NFVO_DUPLICATION}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription}:['description vnf'], encoded as "description vnf" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription_Update}:['Updated description vnf'], encoded as "Updated description vnf" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${SINGLE_FILE_VNFD}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${vnfPkgId_processing}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_TYPE}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_ID}:['artifactId'], encoded as "artifactId" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${WRONG_ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${fields}:['criteria,objectInstanceIds'], encoded as "criteria,objectInstanceIds" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_ep}:['notification'], encoded as "notification" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VrQuotaAvailNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_uri} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_port} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_fwd} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${callback_endpoint_error} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sleep_interval}:['20s'], encoded as "20s" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${total_polling_time}:['2 min'], encoded as "2 min" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${polling_interval}:['10 sec'], encoded as "10 sec" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_request}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_response}:['[]'], encoded as "[]" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${callbackResp}:['127.0.0.1'], encoded as "127.0.0.1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 251 : Var name found in ignore vars file. Ignoring ${MOCK_SERVER_JAR} DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL011/NSInstanceUsageNotification-API/jsons/NsInstanceUsageSubscriptionRequest.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL011/NSInstanceUsageNotification-API/jsons/NsInstanceUsageNotification.json WARNING 14-Aug-21 09:05:53 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL011/NSInstanceUsageNotification-API/NSInstanceUsageNotificationKeywords.robot doesnt include any tests, skipping DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 236 : Parsing resource file: /robot-tests/SOL011/NSLifecycleOperationGranting-API/environment/variables.txt DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${NFVO_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${NFVO_PORT}:['8081'], encoded as "8081" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${NFVO_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AUTHORIZATION}:['Bearer', 'QWxhZGRpbjpvcGVuIHNlc2FtZQ=='], encoded as "Bearer QWxhZGRpbjpvcGVuIHNlc2FtZQ==" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${AUTH_USAGE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${grantId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81d'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81d" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiRoot}:['/'], encoded as "/" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiName}:['nslcog'], encoded as "nslcog" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${apiVersion}:['v1'], encoded as "v1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${SYNC_MODE}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${response}:[''], encoded as "\"\"" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_HOST}:['localhost'], encoded as "localhost" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_PORT}:['8080'], encoded as "8080" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VNFM_SCHEMA}:['https'], encoded as "https" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${CONTENT_TYPE_PATCH}:['application/merge-patch+json'], encoded as "application/merge-patch+json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${WRONG_AUTHORIZATION}:['Bearer', 'XXXXXWRONGXXXXX'], encoded as "Bearer XXXXXWRONGXXXXX" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription}:['description vnf'], encoded as "description vnf" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${vnfInstanceDescription_Update}:['Updated description vnf'], encoded as "Updated description vnf" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${SINGLE_FILE_VNFD}:['1'], encoded as "1" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_PLAIN}:['text/plain'], encoded as "text/plain" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ACCEPT_ZIP}:['application/zip'], encoded as "application/zip" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${vnfPkgId_processing}:['007c111c-38a1-42c0-a666-7475ecb1567c'], encoded as "007c111c-38a1-42c0-a666-7475ecb1567c" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_TYPE}:['application/octet-stream'], encoded as "application/octet-stream" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${ARTIFACT_ID}:['artifactId'], encoded as "artifactId" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${WRONG_ACCEPT}:['application/json'], encoded as "application/json" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sub_filter}:['filter'], encoded as "filter" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${sub_filter_invalid}:['filter_invalid'], encoded as "filter_invalid" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${subscriptionId}:['6fc3539c-e602-4afa-8e13-962fb5a7d81f'], encoded as "6fc3539c-e602-4afa-8e13-962fb5a7d81f" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${notification_ep}:['notification'], encoded as "notification" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_vars 271 : Got list value for ${VrQuotaAvailNotification}:['{}'], encoded as "{}" DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL011/NSLifecycleOperationGranting-API/jsons/grantRejected.json DEBUG 14-Aug-21 09:05:53 root load_and_prefix_jsons 183 : Parsing json: /robot-tests/SOL011/NSLifecycleOperationGranting-API/jsons/grantNSLifecycleOperationRequest.json WARNING 14-Aug-21 09:05:53 root get_robot_test_suite_names 144 : Robot file /robot-tests/SOL011/NSLifecycleOperationGranting-API/NSLCOperationGrantingKeywords.robot doesnt include any tests, skipping Result from hivetap code generation: 0 Final validation result: 0 Archiving artifacts ‘build/*.docx’ doesn’t match anything: ‘build’ exists but not ‘build/*.docx’ No artifacts found that match the file pattern "build/*.docx". Configuration error? Finished: SUCCESS