SuccessConsole Output

Started by GitLab push by Giacomo Bernini
[EnvInject] - Loading node environment variables.
Building remotely on build3.forge.etsi.org (selenium docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/api-tests
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:nfv/api-tests.git # timeout=10
Fetching upstream changes from git@forge.etsi.org:nfv/api-tests.git
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:nfv/api-tests.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse remotes/origin/3.6.1-dev-SOL002-VNFIndicator^{commit} # timeout=10
 > git branch -a -v --no-abbrev --contains 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
JENKINS-19022: warning: possible memory leak due to Git plugin usage; see: https://wiki.jenkins-ci.org/display/JENKINS/Remove+Git+Plugin+BuildsByBranch+BuildData
Checking out Revision 54705a18e0f76be16378fc6f32efb6d408cbd302 (origin/3.6.1-dev-SOL002-VNFConfiguration, origin/3.6.1-dev-SOL003-VNFSnapshot, origin/3.6.1-dev-SOL002-VNFLCMCoordination, origin/3.6.1-dev-SOL003-VNFLifecycleManagement, origin/3.6.1-dev-SOL003-VNFFaultManagement, origin/3.6.1-dev-SOL003-VNFPackageManagement, origin/3.6.1-dev-SOL003-VNFPerformanceManagement, origin/3.6.1-dev-SOL002-VNFPerformanceManagement, origin/3.6.1-dev-SOL002-VNFFaultManagement, origin/3.6.1-dev-SOL002-VNFLifecycleManagement, origin/3.6.1-dev-SOL003-VNFLifecycleOperationGranting, origin/3.6.1-dev-SOL003-VNFIndicator, origin/3.6.1-dev-SOL003-VirtualisedResourceQuota, origin/3.6.1-dev, origin/3.6.1-dev-SOL002-VNFIndicator)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 54705a18e0f76be16378fc6f32efb6d408cbd302
Commit message: "Update README.md"
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # timeout=10
 > git rev-list --no-walk 54705a18e0f76be16378fc6f32efb6d408cbd302 # 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/jenkins15652087815345438753.sh
Using git branch origin/3.6.1-dev-SOL002-VNFConfiguration

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

Step 1/19 : FROM ubuntu:18.04
 ---> 7d0d8fa37224
Step 2/19 : MAINTAINER ETSI STF 583
 ---> Using cache
 ---> e91e15667c5b
Step 3/19 : LABEL description="SFT583 Robot Framework Docker Image"
 ---> Using cache
 ---> d97adff4c5cf
Step 4/19 : ENV TERM=xterm
 ---> Using cache
 ---> 948f26ccee79
Step 5/19 : ENV HOSTNAME docker-robot-STF583
 ---> Using cache
 ---> 94b348bb4ea7
Step 6/19 : ARG ssh_prv_key
 ---> Using cache
 ---> 0fd16129e82d
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
 ---> 2420a679ad45
Step 8/19 : RUN echo "docker-robot-STF583" > /etc/hostname     && echo "root:etsi" | chpasswd
 ---> Using cache
 ---> e73ee5cd28b9
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
 ---> efa479932419
Step 10/19 : RUN DEBIAN_FRONTEND=noninteractive         && mkdir -p /home/etsi/dev/robot         && cd /home/etsi/dev/robot
 ---> Using cache
 ---> c8686b365c79
Step 11/19 : ADD requirements.txt /home/etsi/dev/robot/
 ---> Using cache
 ---> 3cf375d23206
Step 12/19 : ADD extensions /home/etsi/dev/robot/extensions
 ---> Using cache
 ---> 6f3f7145f181
Step 13/19 : RUN ls /home/etsi/dev/robot
 ---> Using cache
 ---> 935b5fa4eb7d
Step 14/19 : ADD "https://forge.etsi.org/rep/api/v4/projects/224/repository/branches/master" /tmp/devalidateCache

 ---> Using cache
 ---> 21e24de8de7f
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
 ---> 552955814730
Step 16/19 : RUN DEBIAN_FRONTEND=noninteractive 	&& cd /home/etsi/dev/robot 	&& pip3 install -r requirements.txt
 ---> Using cache
 ---> bcbe0866a312
Step 17/19 : ADD . /home/etsi/dev/robot
 ---> 670e34c0fc5d
Step 18/19 : RUN	chmod +x /home/etsi/dev/robot/scripts/*
 ---> Running in c7e6d1446e68
Removing intermediate container c7e6d1446e68
 ---> d37a2f4319dc
Step 19/19 : CMD tail -f /dev/null
 ---> Running in 9c007532fbf6
Removing intermediate container 9c007532fbf6
 ---> b7f833bc6916
Successfully built b7f833bc6916
Successfully tagged stf583-rf-validation:latest
+ '[' 0 '!=' 0 ']'

# That's all Floks
exit 0
+ exit 0
Using git branch origin/3.6.1-dev-SOL002-VNFConfiguration
++++ 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/VNFLCMCoordination-API/ApiVersion.robot
++++ Dryrun file SOL002/VNFLCMCoordination-API/CancelCoordinationActionTask.robot
++++ Dryrun file SOL002/VNFLCMCoordination-API/Coordinations.robot
++++ Dryrun file SOL002/VNFLCMCoordination-API/IndividualCoordinationAction.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/NSLCMCoordination-API/ApiVersion.robot
++++ Dryrun file SOL005/NSLCMCoordination-API/CancelCoordinationActionTask.robot
++++ Dryrun file SOL005/NSLCMCoordination-API/Coordinations.robot
++++ Dryrun file SOL005/NSLCMCoordination-API/IndividualCoordinationAction.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/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/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.6.1-dev-SOL002-VNFConfiguration
rm: cannot remove '*': No such file or directory
++++ Not generating docs for branch origin/3.6.1-dev-SOL002-VNFConfiguration
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