Started by GitLab push by Michele Carignani Building remotely on Build 3 (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/2.7.1-dev-cicd^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 4226ccd4651399d3b8b8d42ecb7e1b608ee8d676 # timeout=10 Checking out Revision 4226ccd4651399d3b8b8d42ecb7e1b608ee8d676 (origin/2.7.1-dev-cicd, origin/2.7.1-dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 4226ccd4651399d3b8b8d42ecb7e1b608ee8d676 Commit message: "bugfix" > git rev-list --no-walk 4226ccd4651399d3b8b8d42ecb7e1b608ee8d676 # timeout=10 > git rev-list --no-walk 4226ccd4651399d3b8b8d42ecb7e1b608ee8d676 # timeout=10 [api-tests] $ /bin/bash /tmp/jenkins11757147133868003726.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_ID=37a763634d34 + docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile . Sending build context to Docker daemon 66.68MB Step 1/15 : FROM ubuntu:16.04 ---> dfeff22e96ae Step 2/15 : MAINTAINER ETSI STF 583 ---> Using cache ---> 355897b0daa8 Step 3/15 : LABEL description="SFT583 Robot Framework Docker Image" ---> Using cache ---> 5d3febb41509 Step 4/15 : ENV TERM=xterm ---> Using cache ---> 2569d8d15276 Step 5/15 : ENV HOSTNAME docker-robot-STF583 ---> Using cache ---> ec3f047c982b Step 6/15 : ARG ssh_prv_key ---> Using cache ---> 330247c24355 Step 7/15 : RUN DEBIAN_FRONTEND=noninteractive apt update && apt install python3 git -y && apt install python3-pip -y && apt install openssh-server -y && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && rm -rf /var/lib/apt/lists/* ---> Using cache ---> 9b8b82ffb420 Step 8/15 : RUN echo "docker-robot-STF583" > /etc/hostname && echo "root:etsi" | chpasswd ---> Using cache ---> 9e8262d10ddd Step 9/15 : 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 ---> 40a94f9fb0cb Step 10/15 : RUN DEBIAN_FRONTEND=noninteractive && mkdir -p /home/etsi/dev/robot && cd /home/etsi/dev/robot ---> Using cache ---> 10af4fd71d1d Step 11/15 : RUN pip3 install robotframework ---> Using cache ---> 5c8871e24845 Step 12/15 : RUN DEBIAN_FRONTEND=noninteractive && cd /home/etsi/dev/robot && git clone https://github.com/etsi-cti-admin/robotframework-mockserver ---> Using cache ---> 780a73077487 Step 13/15 : ADD . /home/etsi/dev/robot ---> Using cache ---> 4a248dab2120 Step 14/15 : RUN DEBIAN_FRONTEND=noninteractive && cd /home/etsi/dev/robot && pip3 install -r requirements.txt && chmod +x /home/etsi/dev/robot/scripts/* && cd robotframework-mockserver && patch -p1 < ../extensions/mockserverlibrary.patch && python3 -m pip install -e . ---> Using cache ---> 73e9e7841ff8 Step 15/15 : CMD tail -f /dev/null ---> Using cache ---> ff96faaa2c44 Successfully built ff96faaa2c44 Successfully tagged stf583-rf-validation:latest + '[' 0 '!=' 0 ']' # That's all Floks exit 0 + exit 0 ++++ Dryrun file SOL002/VNFConfiguration-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFConfiguration-API/Configuration.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/Alarms.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/ApiVersion.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/EscalatePerceivedSeverityTask.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/IndividualAlarm.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/IndividualSubscription.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/NotificationEndpoint.robot ++++ Dryrun file SOL002/VNFFaultManagement-API/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/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/ApiVersion.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/ApiVersion.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/ApiVersion.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/ApiVersion.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/ApiVersion.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationTask.robot ++++ Dryrun file SOL003/VNFLifecycleManagement-API/CancelOperationWorkflow.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/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/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/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/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/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/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/ApiVersion.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/ApiVersion.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/ApiVersion.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/NSD.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDArchiveContent.robot ++++ Issues found in file SOL005/NSDManagement-API/NSDArchiveContent.robot [ ERROR ] Error in file '/home/etsi/dev/robot/SOL005/NSDManagement-API/NSDManagementKeywords.robot': Importing test library 'RequestsLibrary' failed: ImportError: No module named 'RequestsLibrary' Traceback (most recent call last): None PYTHONPATH: /usr/local/bin /home/etsi/dev/robot/robotframework-mockserver/src /usr/lib/python35.zip /usr/lib/python3.5 /usr/lib/python3.5/plat-x86_64-linux-gnu /usr/lib/python3.5/lib-dynload /usr/local/lib/python3.5/dist-packages /usr/lib/python3/dist-packages ============================================================================== NSDArchiveContent :: This Clause defines the content of the individual NS d... ============================================================================== Get NSD Content in Zip Format :: Test ID: 5.3.1.3.2 | PASS | ------------------------------------------------------------------------------ Get NSD Content with invalid resource identifier :: Test ID: 5.3.1... | PASS | ------------------------------------------------------------------------------ Get NSD Content with conflict due to onboarding state :: Test ID: ... | PASS | ------------------------------------------------------------------------------ GET NSD Content with Range Request and NFVO supporting Range Reque... | PASS | ------------------------------------------------------------------------------ GET NSD Content with Range Request and NFVO not supporting Range R... | PASS | ------------------------------------------------------------------------------ GET NSD Content with invalid Range Request :: Test ID: 5.3.1.3.10 | PASS | ------------------------------------------------------------------------------ Upload NSD Content as Zip file in asynchronous mode :: Test ID: 5.... | FAIL | Several failures occurred: 1) No keyword with name 'Create Session' found. Did you mean: NSDManagementKeywords.Create Sessions 2) No keyword with name 'Put Request' found. ------------------------------------------------------------------------------ Upload NSD Content as Zip file in synchronous mode :: Test ID: 5.3... | FAIL | Several failures occurred: 1) No keyword with name 'Create Session' found. Did you mean: NSDManagementKeywords.Create Sessions 2) No keyword with name 'Put Request' found. ------------------------------------------------------------------------------ Upload NSD Content with conflict due to onboarding state :: Test I... | FAIL | Several failures occurred: 1) No keyword with name 'Create Session' found. Did you mean: NSDManagementKeywords.Create Sessions 2) No keyword with name 'Put Request' found. ------------------------------------------------------------------------------ POST NSD Content - Method not implemented :: Test ID: 5.3.1.3.16 | PASS | ------------------------------------------------------------------------------ PATCH NSD Content - Method not implemented :: Test ID: 5.3.1.3.17 | PASS | ------------------------------------------------------------------------------ DELETE NSD Content - Method not implemented :: Test ID: 5.3.1.3.18 | PASS | ------------------------------------------------------------------------------ NSDArchiveContent :: This Clause defines the content of the indivi... | FAIL | 12 critical tests, 9 passed, 3 failed 12 tests total, 9 passed, 3 failed ============================================================================== Output: None ++++ Dryrun file SOL005/NSDManagement-API/NSDArchiveManifest.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDManagementNotification.robot ++++ Dryrun file SOL005/NSDManagement-API/NSDescriptors.robot ++++ Dryrun file SOL005/NSDManagement-API/PNFD.robot ++++ Dryrun file SOL005/NSDManagement-API/PNFDArchiveContent.robot ++++ Issues found in file SOL005/NSDManagement-API/PNFDArchiveContent.robot [ ERROR ] Error in file '/home/etsi/dev/robot/SOL005/NSDManagement-API/NSDManagementKeywords.robot': Importing test library 'RequestsLibrary' failed: ImportError: No module named 'RequestsLibrary' Traceback (most recent call last): None PYTHONPATH: /usr/local/bin /home/etsi/dev/robot/robotframework-mockserver/src /usr/lib/python35.zip /usr/lib/python3.5 /usr/lib/python3.5/plat-x86_64-linux-gnu /usr/lib/python3.5/lib-dynload /usr/local/lib/python3.5/dist-packages /usr/lib/python3/dist-packages ============================================================================== PNFDArchiveContent :: This Clause defines the content of the individual NS ... ============================================================================== Get PNFD Content :: Test ID: 5.3.1.6.1 | PASS | ------------------------------------------------------------------------------ Get PNFD Content with invalid resource identifier :: Test ID: 5.3.... | PASS | ------------------------------------------------------------------------------ Get PNFD Content with conflict due to onboarding state :: Test ID:... | PASS | ------------------------------------------------------------------------------ Upload PNFD Content as zip file :: Test ID: 5.3.1.6.4 | FAIL | Several failures occurred: 1) No keyword with name 'Create Session' found. Did you mean: NSDManagementKeywords.Create Sessions 2) No keyword with name 'Put Request' found. ------------------------------------------------------------------------------ Upload PNFD Content with conflict due to onboarding state :: Test ... | PASS | ------------------------------------------------------------------------------ POST PNFD Content - Method not implemented :: Test ID: 5.3.1.6.6 | PASS | ------------------------------------------------------------------------------ PATCH PNFD Content - Method not implemented :: Test ID: 5.3.1.6.7 | PASS | ------------------------------------------------------------------------------ DELETE PNFD Content - Method not implemented :: Test ID: 5.3.1.6.8 | PASS | ------------------------------------------------------------------------------ Get PNFD Content with Range Request and NFVO supporting Range Requ... | PASS | ------------------------------------------------------------------------------ Get PNFD Content with invalid Range Request :: Test ID: 5.3.1.6.10 | PASS | ------------------------------------------------------------------------------ Upload PNFD Archive Content :: Test ID: 5.3.1.6.11 | FAIL | Several failures occurred: 1) No keyword with name 'Create Session' found. Did you mean: NSDManagementKeywords.Create Sessions 2) No keyword with name 'Put Request' found. ------------------------------------------------------------------------------ PNFDArchiveContent :: This Clause defines the content of the indiv... | FAIL | 11 critical tests, 9 passed, 2 failed 11 tests total, 9 passed, 2 failed ============================================================================== Output: None ++++ 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/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 ++++ Issues found in file SOL005/NSLifecycleManagement-API/CreateNSInstanceWorkflow.robot ============================================================================== CreateNSInstanceWorkflow ============================================================================== NS Instance Creation :: Test ID: 5.3.2.18.1 | FAIL | Keyword 'NSLCMOperationKeywords.Check resource not_instantiated' expected 0 arguments, got 1. ------------------------------------------------------------------------------ NS Instance Creation with DISABLED Network Service Descriptor :: T... | PASS | ------------------------------------------------------------------------------ CreateNSInstanceWorkflow | FAIL | 2 critical tests, 1 passed, 1 failed 2 tests total, 1 passed, 1 failed ============================================================================== Output: None ++++ 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/ApiVersion.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/ApiVersion.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 ++++ Issues found in file SOL005/VNFPackageManagement-API/VNFPackageContent.robot [ ERROR ] Error in file '/home/etsi/dev/robot/SOL005/VNFPackageManagement-API/VNFPackageManagementKeywords.robot': Importing test library 'RequestsLibrary' failed: ImportError: No module named 'RequestsLibrary' Traceback (most recent call last): None PYTHONPATH: /usr/local/bin /home/etsi/dev/robot/robotframework-mockserver/src /usr/lib/python35.zip /usr/lib/python3.5 /usr/lib/python3.5/plat-x86_64-linux-gnu /usr/lib/python3.5/lib-dynload /usr/local/lib/python3.5/dist-packages /usr/lib/python3/dist-packages ============================================================================== VNFPackageContent ============================================================================== GET Individual VNF Package Content :: Test ID: 5.3.5.4.1 | PASS | ------------------------------------------------------------------------------ GET Individual VNF Package Content with Range Request and NFVO sup... | PASS | ------------------------------------------------------------------------------ GET Individual VNF Package Content with Range Request and NFVO not... | PASS | ------------------------------------------------------------------------------ GET Individual VNF Package Content with invalid Range Request :: T... | PASS | ------------------------------------------------------------------------------ GET Individual VNF Package Content with invalid resource identifie... | PASS | ------------------------------------------------------------------------------ GET Individual VNF Package Content with conflict due to onboarding... | PASS | ------------------------------------------------------------------------------ POST Individual VNF Package Content - Method not implemented :: Te... | PASS | ------------------------------------------------------------------------------ Upload VNF Package Content :: Test ID: 5.3.5.4.8 | FAIL | Several failures occurred: 1) No keyword with name 'Create Session' found. Did you mean: VNFPackageManagementKeywords.Create Sessions 2) No keyword with name 'Put Request' found. ------------------------------------------------------------------------------ Upload VNF Package Content with conflict due to onboarding state :... | FAIL | Several failures occurred: 1) No keyword with name 'Create Session' found. Did you mean: VNFPackageManagementKeywords.Create Sessions 2) No keyword with name 'Put Request' found. ------------------------------------------------------------------------------ PATCH Individual VNF Package Content - Method not implemented :: T... | PASS | ------------------------------------------------------------------------------ DELETE Individual VNF Package Content - Method not implemented :: ... | PASS | ------------------------------------------------------------------------------ VNFPackageContent | FAIL | 11 critical tests, 9 passed, 2 failed 11 tests total, 9 passed, 2 failed ============================================================================== Output: None ++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackageContentViaURI.robot ++++ Dryrun file SOL005/VNFPackageManagement-API/VNFPackages.robot Final validation result: 1 Build step 'Execute shell' marked build as failure Finished: FAILURE