SuccessConsole Output

Started by GitLab push by Elian Kraja
[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/*
Seen branch in repository origin/2.4.1-fix-plu
Seen branch in repository origin/2.4.1-fix-plu-test
Seen branch in repository origin/2.6.1-fix-plu
Seen branch in repository origin/2.7.1-dev
Seen branch in repository origin/2.7.1-fix-plu
Seen branch in repository origin/2.8.1-dev
Seen branch in repository origin/2.8.1-dev-SOL002-VNFFM
Seen branch in repository origin/2.8.1-dev-SOL002-VNFIndicator
Seen branch in repository origin/2.8.1-dev-SOL002-VNFLCM
Seen branch in repository origin/2.8.1-dev-SOL002-VNFPM
Seen branch in repository origin/2.8.1-dev-SOL003-VNFFM
Seen branch in repository origin/2.8.1-dev-SOL003-VNFGranting
Seen branch in repository origin/2.8.1-dev-SOL003-VNFIndicator
Seen branch in repository origin/2.8.1-dev-SOL003-VNFLCM
Seen branch in repository origin/2.8.1-dev-SOL003-VNFPM
Seen branch in repository origin/2.8.1-dev-SOL003-VNFPackageManagement
Seen branch in repository origin/2.8.1-dev-SOL003-VRQuota
Seen branch in repository origin/2.8.1-fix-plu
Seen branch in repository origin/3.3.1-dev
Seen branch in repository origin/3.3.1-fix-plu
Seen branch in repository origin/3.5.1-dev
Seen branch in repository origin/3.5.1-dev-SOL002-VNF-Config
Seen branch in repository origin/3.5.1-dev-SOL002-VNF-FM
Seen branch in repository origin/3.5.1-dev-SOL002-VNF-Ind
Seen branch in repository origin/3.5.1-dev-SOL002-VNF-LCM
Seen branch in repository origin/3.5.1-dev-SOL002-VNF-LCM-Coord
Seen branch in repository origin/3.5.1-dev-SOL002-VNF-PM
Seen branch in repository origin/3.5.1-dev-SOL003-VNF-FM
Seen branch in repository origin/3.5.1-dev-SOL003-VNF-Grant
Seen branch in repository origin/3.5.1-dev-SOL003-VNF-IND
Seen branch in repository origin/3.5.1-dev-SOL003-VNF-LCM
Seen branch in repository origin/3.5.1-dev-SOL003-VNF-PM
Seen branch in repository origin/3.5.1-dev-SOL003-VNF-Pckg-Mgmt
Seen branch in repository origin/3.5.1-dev-SOL003-VNF-Snapshot
Seen branch in repository origin/3.5.1-dev-SOL003-VRQ
Seen branch in repository origin/3.5.1-dev-SOL005-NFVI-Cap
Seen branch in repository origin/3.5.1-dev-SOL005-NS-FM
Seen branch in repository origin/3.5.1-dev-SOL005-NS-LCM
Seen branch in repository origin/3.5.1-dev-SOL005-NS-LCM-Coord
Seen branch in repository origin/3.5.1-dev-SOL005-NS-PM
Seen branch in repository origin/3.5.1-dev-SOL005-NSD-Mgmt
Seen branch in repository origin/3.5.1-dev-SOL005-VNF-Snaphsot
Seen branch in repository origin/3.5.1-dev-SOL005-VNFPCKG-Mgmt
Seen branch in repository origin/3.5.1-dev-SOL009-NFVMANO-Config-Info-Mgmt
Seen branch in repository origin/3.5.1-dev-SOL009-NFVMANO-FM
Seen branch in repository origin/3.5.1-dev-SOL009-NFVMANO-Log-Mgmt
Seen branch in repository origin/3.5.1-dev-SOL009-NFVMANO-PM
Seen branch in repository origin/Release-3
Seen branch in repository origin/master
Seen branch in repository origin/testing-dev
Seen 50 remote branches
 > git show-ref --tags -d # 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
Multiple candidate revisions
Scheduling another build to catch up with NFV - Network Functions Virtualisation » api-tests
Checking out Revision 9a61e99545ff0d422935468603688517cd8a5f77 (origin/3.3.1-fix-plu)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 9a61e99545ff0d422935468603688517cd8a5f77
Commit message: "Update NSLCMOperationKeywords.robot"
 > git rev-list --no-walk a66d7da591eac778954e6431e29ccf1fc5376295 # 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/jenkins10417500505941137390.sh
Using git branch origin/3.3.1-fix-plu

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=
+ docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile .
Sending build context to Docker daemon  83.26MB

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
 ---> 97454d0c792f
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
 ---> d2e7f545f71c
Step 16/19 : RUN DEBIAN_FRONTEND=noninteractive 	&& cd /home/etsi/dev/robot 	&& pip3 install -r requirements.txt
 ---> Using cache
 ---> e3f853928ee0
Step 17/19 : ADD . /home/etsi/dev/robot
 ---> 533597eb1baa
Step 18/19 : RUN	chmod +x /home/etsi/dev/robot/scripts/*
 ---> Running in f510cbc99711
Removing intermediate container f510cbc99711
 ---> 5e6950d36072
Step 19/19 : CMD tail -f /dev/null
 ---> Running in cac191dfbd1f
Removing intermediate container cac191dfbd1f
 ---> 18abdf853a04
Successfully built 18abdf853a04
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
++++ 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
rm: cannot remove '*': No such file or directory
++++ Not generating docs for branch origin/3.3.1-fix-plu
apiTestsVersion
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   503    0     0  100   503      0   2453 --:--:-- --:--:-- --:--:--  2441
100  1179  100   676  100   503    829    617 --:--:-- --:--:-- --:--:--  1444
{"id":9560,"sha":"9f3dc603bbf9f1fce7c3afae231012ba149b7d98","ref":"master","status":"pending","web_url":"https://forge.etsi.org/rep/plugtests/nfv/robot-hivetap-testing-tools/pipelines/9560","before_sha":"0000000000000000000000000000000000000000","tag":false,"yaml_errors":null,"user":{"id":20,"name":"Miguel Angel Reina Ortega","username":"reinaortega","state":"active","avatar_url":"https://forge.etsi.org/rep/uploads/-/system/user/avatar/20/avatar.png","web_url":"https://forge.etsi.org/rep/reinaortega"},"created_at":"2021-11-03T09:41:57.090Z","updated_at":"2021-11-03T09:41:57.378Z","started_at":null,"finished_at":null,"committed_at":null,"duration":null,"coverage":null}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