Started by GitLab push by bernini Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/NFV - Network Functions Virtualisation/api-tests using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@forge.etsi.org:nfv/api-tests.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:nfv/api-tests.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:nfv/api-tests.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/2.4.1-fix-plu^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains e4e4fa5d770f39d613c0690ecc01cdae1a0750b5 # timeout=10 Checking out Revision e4e4fa5d770f39d613c0690ecc01cdae1a0750b5 (origin/2.4.1-fix-plu) > git config core.sparsecheckout # timeout=10 > git checkout -f e4e4fa5d770f39d613c0690ecc01cdae1a0750b5 Commit message: "fixed issue #154 on SOL003 v2.4.1" > git rev-list --no-walk e27df8a47b6c66d9c73683638ff676da23cd9927 # timeout=10 [api-tests] $ /bin/bash /tmp/jenkins5927279987589965423.sh DOCKER_FILE=./scripts/docker/Dockerfile + DOCKER_FILE=./scripts/docker/Dockerfile if [ -f ${DOCKER_FILE} ] then #check and build stf583-rf-validation image DOCKER_ID=`docker ps -a | grep -e stf583-rf-validation | awk '{ print $1 }'` # if [ ! -z "${DOCKER_ID}" ] # then # docker rm --force stf583-rf-validation # fi docker build --tag stf583-rf-validation -f ${DOCKER_FILE} . if [ "$?" != "0" ] then echo "Docker build failed: $?" exit -1 fi # docker image ls -a # docker inspect stf583-rf-validation:latest # if [ "$?" != "0" ] # then # echo "Docker inspect failed: $?" # exit -2 # fi #else # exit -3 fi + '[' -f ./scripts/docker/Dockerfile ']' docker ps -a | grep -e stf583-rf-validation | awk '{ print $1 }' ++ docker ps -a ++ grep -e stf583-rf-validation ++ awk '{ print $1 }' + DOCKER_ID=446abddd66fd + docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile . Sending build context to Docker daemon 71.87MB Step 1/18 : FROM ubuntu:16.04 ---> 8185511cd5ad Step 2/18 : MAINTAINER ETSI STF 583 ---> Using cache ---> 38c0b9ddbc5e Step 3/18 : LABEL description "SFT583 Robot Framework Docker Image" ---> Using cache ---> 9e4ef4e572ba Step 4/18 : ENV TERM xterm ---> Using cache ---> d9f4f86d83f0 Step 5/18 : ENV HOSTNAME docker-robot-STF583 ---> Using cache ---> d290d6f854a6 Step 6/18 : ARG ssh_prv_key ---> Using cache ---> 5e11797b5f96 Step 7/18 : RUN DEBIAN_FRONTEND=noninteractive apt update && apt install python3 git -y && apt install python3-pip -y && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> d1c1e525da2a Step 8/18 : RUN echo "docker-robot-STF583" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> f78be3a5f292 Step 9/18 : RUN useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ---> Using cache ---> f935122c65a0 Step 10/18 : RUN DEBIAN_FRONTEND=noninteractive && mkdir -p /home/etsi/dev/robot && cd /home/etsi/dev/robot ---> Using cache ---> d598bd794a92 Step 11/18 : ADD requirements.txt /home/etsi/dev/robot/ ---> Using cache ---> 8b15e6c8fe5e Step 12/18 : ADD extensions /home/etsi/dev/robot/extensions ---> Using cache ---> 5e5a042a91d7 Step 13/18 : RUN ls /home/etsi/dev/robot ---> Using cache ---> 2a3dc38ba774 Step 14/18 : RUN DEBIAN_FRONTED=noninteractive cd /home/etsi/dev/ mkdir -p build && git clone https://forge.etsi.org/rep/forge-tools/robot2doc.git && cd robot2doc && pip3 install -r requirements.txt && python3 -m pip install -e . ---> Using cache ---> a63a9dad7965 Step 15/18 : RUN DEBIAN_FRONTEND=noninteractive && cd /home/etsi/dev/robot && pip3 install -r requirements.txt ---> Using cache ---> 606378c71519 Step 16/18 : ADD . /home/etsi/dev/robot ---> 8b842027729c Removing intermediate container 06ce6e56dd9b Step 17/18 : RUN chmod +x /home/etsi/dev/robot/scripts/* ---> Running in 683961d639ae ---> 5ac740ff33bc Removing intermediate container 683961d639ae Step 18/18 : CMD tail -f /dev/null ---> Running in dc3dbc224bd9 ---> 0b23aed975a9 Removing intermediate container dc3dbc224bd9 Successfully built 0b23aed975a9 Successfully tagged stf583-rf-validation:latest + '[' 0 '!=' 0 ']' # That's all Floks exit 0 + exit 0 ++++ Dryrun file SOL002/VNFConfiguration-API/Configuration.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/Alarms.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/Subscriptions.robot ++++ Dryrun file SOL002/VNFIndicator-API/IndividualSubscription.robot ++++ Dryrun file SOL002/VNFIndicator-API/IndividualVNFindicator.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/VnfIndicatorNotification.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/CancelOperationTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/ChangeVNFFlavourTask.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/IndividualVnfLcmOperationOccurence.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/InstantiateVNFTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/OperateVNFTask.robot ++++ Dryrun file SOL002/VNFLifecycleManagement-API/RetryOperationTask.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/VnfLcmOperationOccurences.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualPmJob.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualReport.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/IndividualThreshold.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/PMJobs.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/Subscriptions.robot ++++ Dryrun file SOL002/VNFPerformanceManagement-API/Thresholds.robot ++++ Dryrun file SOL002/VNFPerformanceManagementNotification-API/PerformanceManagementNotification.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/Alarms.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/IndividualAlarm.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFFaultManagement-API/Subscriptions.robot ++++ Dryrun file SOL003/VNFFaultManagementNotification-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VNFIndicator-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFIndicator-API/IndividualVNFindicator.robot ++++ Dryrun file SOL003/VNFIndicator-API/Subscriptions.robot ++++ Dryrun file SOL003/VNFIndicator-API/VNFIndicators.robot ++++ Dryrun file SOL003/VNFIndicator-API/VnfIndicatorNotification.robot ++++ Dryrun file SOL003/VNFIndicator-API/VnfIndicatorsInVnfInstanceId.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.robot ============================================================================== CancelOperationWorkflow ============================================================================== Cancel a VNF LCM Operation - STARTING :: Test ID: 7.3.1.19.1 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK :: Test ID:... | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ CancelOperationWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/ChangeExternalVNFConnectivityWorkflow.robot ============================================================================== ChangeExternalVNFConnectivityWorkflow ============================================================================== Change external connectivity of VNF Workflow :: Test ID: 7.3.1.20 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ ChangeExternalVNFConnectivityWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/ChangeVNFFlavourWorkflow.robot ============================================================================== ChangeVNFFlavourWorkflow ============================================================================== Change VNF Flavour Workflow :: Test ID: 7.3.1.21 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ ChangeVNFFlavourWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CreateVNFWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/CreateVNFWorkflow.robot ============================================================================== CreateVNFWorkflow ============================================================================== Create VNF Instance Resource :: Test ID: 7.3.1.22 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ CreateVNFWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/DeleteVNFWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/DeleteVNFWorkflow.robot ============================================================================== DeleteVNFWorkflow ============================================================================== Delete VNF Instance Resource :: Test ID: 7.3.1.23 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ DeleteVNFWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/FailOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/FailOperationWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/FailOperationWorkflow.robot ============================================================================== FailOperationWorkflow ============================================================================== Fail a VNF LCM Operation Workflow :: Test ID: 7.3.1.24 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ FailOperationWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/HealVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/HealVNFWorkflow.robot ============================================================================== HealVNFWorkflow ============================================================================== Heal a VNF Instance :: Test ID: 7.3.1.25 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ HealVNFWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVNFInstance.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/IndividualVnfLcmOperationOccurence.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/InstantiateVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/InstantiateVNFTaskWorkflow.robot ============================================================================== InstantiateVNFTaskWorkflow ============================================================================== VNF Instantiation :: Test ID: 7.3.1.26 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ InstantiateVNFTaskWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/ModifyVNFInformationWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/ModifyVNFInformationWorkflow.robot ============================================================================== ModifyVNFInformationWorkflow ============================================================================== Modify info of a VNF Instance :: Test ID: 7.3.1.27 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ ModifyVNFInformationWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/OperateVNFTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/OperateVNFWorkflow.robot ============================================================================== OperateVNFWorkflow ============================================================================== Operate a VNF Instance :: Test ID: 7.3.1.28 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ OperateVNFWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 1 critical test, 0 passed, 1 failed 1 test total, 0 passed, 1 failed ============================================================================== Output: None ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RetryOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RetryOperationWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/RollBackOperationWorkflow.robot ++++ Issues found in file SOL003/VNFLifecycleManagement-API/RollBackOperationWorkflow.robot ============================================================================== RollBackOperationWorkflow ============================================================================== Rollback a VNF LCM Operation - Successful :: Test ID: 7.3.1.30.1 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ Rollback VNF LCM Operation - Unsuccessful :: Test ID: 7.3.1.30.2 | FAIL | Parent suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions ------------------------------------------------------------------------------ RollBackOperationWorkflow | FAIL | Suite setup failed: Multiple keywords with name 'Create Sessions' found. Give the full name of the keyword you want to use: SubscriptionKeywords.Create Sessions VnfLcmMntOperationKeywords.Create Sessions 2 critical tests, 0 passed, 2 failed 2 tests total, 0 passed, 2 failed ============================================================================== Output: None ++++ 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/TerminatelVNFWorkflow.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/VNFInstances.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/VnfLcmOperationOccurences.robot ++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/Grants.robot ++++ Dryrun file SOL003/VNFLifecycleOperationGranting-API/IndividualGrant.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/IndividualVNFPackage.robot ++++ Dryrun file SOL003/VNFPackageManagement-API/PackageManagementNotification.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/IndividualPmJob.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualReport.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/IndividualThreshold.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/PMJobs.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/PerformanceManagementNotification.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/Subscriptions.robot ++++ Dryrun file SOL003/VNFPerformanceManagement-API/Thresholds.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/IndividualSubscription.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/NotificationEndpoint.robot ++++ Dryrun file SOL003/VirtualisedResourcesQuotaAvailableNotification-API/Subscriptions.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualNSDescriptor.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualPnfDescriptor.robot ++++ Dryrun file SOL005/NSDManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDContent.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDManagementNotification.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDescriptors.robot ++++ Dryrun file SOL005/NSDManagement-API/PNFDContent.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/IndividualAlarm.robot ++++ Dryrun file SOL005/NSFaultManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/NSFaultManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL005/NSFaultManagement-API/Subscriptions.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/InstanciateNSTaskWorkflow.robot ++++ Dryrun file SOL005/NSLifecycleManagement-API/InstantiateNSTask.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/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/NSPerformanceManagement-API/IndividualPmJob.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualReport.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/IndividualThreshold.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/Notifications.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/PMJobs.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/Subscriptions.robot ++++ Dryrun file SOL005/NSPerformanceManagement-API/Thresholds.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/IndividualVNFPackage.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 Received arguments: ['create_sols.py', '../../robot', 'local', '../../build'] Using git ref: e4e4fa5 (commit) Generating entire SOL tests Opening doc: Tests-SOL002-VeVnfm_template.docx ++ Generating test suite: SOL002 6.3.1.1 Configuration ++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Set new VNF Configuration ++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Get information about a VNF configuration ++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Get information about a VNF configuration with HTTP Etag ++++ TD: ,SOL002,VNFConfiguration-API,Configuration,Set new VNF Configuration - HTTP Etag precondition unsuccessful ++++ TD: ,SOL002,VNFConfiguration-API,Configuration,POST VNF Configuration - Method not implemented ++++ TD: ,SOL002,VNFConfiguration-API,Configuration,PUT VNF Configuration - Method not implemented ++++ TD: ,SOL002,VNFConfiguration-API,Configuration,DELETE VNF Configuration - Method not implemented {'title': 'API Version Resource Endpoint', 'fln': 'ApiVersion.robot', 'ref': '6.3.1.2'} ../../robot SOL002 VNFConfiguration-API Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 96, in _parse extensions=self.extensions) File "/usr/local/lib/python3.5/dist-packages/robot/parsing/model.py", line 52, in TestData return TestCaseFile(parent, source).populate() File "/usr/local/lib/python3.5/dist-packages/robot/parsing/model.py", line 178, in populate FromFilePopulator(self).populate(self.source) File "/usr/local/lib/python3.5/dist-packages/robot/parsing/populators.py", line 61, in populate source = self._open(path) File "/usr/local/lib/python3.5/dist-packages/robot/parsing/populators.py", line 71, in _open raise DataError("Data source does not exist.") robot.errors.DataError: Data source does not exist. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "create_sols.py", line 205, in create_test_for_sol(solspec, spec_index, ROOT, COMMIT_ID, OUTDIR) File "create_sols.py", line 115, in create_test_for_sol raise err File "create_sols.py", line 110, in create_test_for_sol item, ref, spec, all_tests_root, commit_id, basedoc, current_folder File "create_sols.py", line 56, in generate_new_clause suite = TestSuiteBuilder().build(path) File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 80, in build return self._parse_and_build(paths[0]) File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 88, in _parse_and_build suite = self._build_suite(self._parse(path)) File "/usr/local/lib/python3.5/dist-packages/robot/running/builder.py", line 98, in _parse raise DataError("Parsing '%s' failed: %s" % (path, err.message)) robot.errors.DataError: Parsing '../../robot/SOL002/VNFConfiguration-API/ApiVersion.robot' failed: Data source does not exist. Final validation result: 1 Build step 'Execute shell' marked build as failure Archiving artifacts Finished: FAILURE