SuccessConsole Output

Started by GitLab push by bernini
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 refs/remotes/origin/3.3.1-dev^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/refs/heads/3.3.1-dev^{commit} # timeout=10
Checking out Revision f06df0c7acacd076d815832f23808aaa538a36c3 (refs/remotes/origin/3.3.1-dev)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f06df0c7acacd076d815832f23808aaa538a36c3
Commit message: "updated READMEs and added README for SOL011 and SOL012"
First time build. Skipping changelog.
[api-tests] $ /bin/bash /tmp/jenkins17621589841780272506.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 ']'
++ grep -e stf583-rf-validation
++ awk '{ print $1 }'
++ docker ps -a
+ DOCKER_ID=
+ docker build --tag stf583-rf-validation -f ./scripts/docker/Dockerfile .
Sending build context to Docker daemon  77.72MB

Step 1/18 : FROM ubuntu:16.04
 ---> dfeff22e96ae
Step 2/18 : MAINTAINER ETSI STF 583
 ---> Running in 245d7f015993
Removing intermediate container 245d7f015993
 ---> 8da2c4d08754
Step 3/18 : LABEL description="SFT583 Robot Framework Docker Image"
 ---> Running in 9e59ba403af7
Removing intermediate container 9e59ba403af7
 ---> dd283aed6004
Step 4/18 : ENV TERM=xterm
 ---> Running in 68975c29a8e1
Removing intermediate container 68975c29a8e1
 ---> 9f35286c25b4
Step 5/18 : ENV HOSTNAME docker-robot-STF583
 ---> Running in e57db36bdc63
Removing intermediate container e57db36bdc63
 ---> 458913445077
Step 6/18 : ARG ssh_prv_key
 ---> Running in aec5c7a48a2b
Removing intermediate container aec5c7a48a2b
 ---> 9bed64fd8e71
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/*
 ---> Running in 557d97ba2cab

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://archive.ubuntu.com/ubuntu xenial InRelease [247 kB]
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages [1558 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/restricted amd64 Packages [14.1 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages [9827 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages [2051 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/multiverse amd64 Packages [176 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [2559 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/restricted amd64 Packages [16.4 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [1544 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 Packages [26.2 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-backports/main amd64 Packages [10.9 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-backports/universe amd64 Packages [12.7 kB]
Get:16 http://security.ubuntu.com/ubuntu xenial-security/restricted amd64 Packages [15.9 kB]
Get:17 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 Packages [984 kB]
Get:18 http://security.ubuntu.com/ubuntu xenial-security/multiverse amd64 Packages [8820 B]
Fetched 19.4 MB in 2s (7158 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
13 packages can be upgraded. Run 'apt list --upgradable' to see them.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates dh-python file git-man ifupdown iproute2 isc-dhcp-client
  isc-dhcp-common krb5-locales less libasn1-8-heimdal libatm1 libbsd0
  libcurl3-gnutls libdns-export162 libedit2 liberror-perl libexpat1 libffi6
  libgdbm3 libgmp10 libgnutls30 libgssapi-krb5-2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed4
  libhx509-5-heimdal libidn11 libisc-export160 libk5crypto3 libkeyutils1
  libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libmnl0
  libmpdec2 libnettle6 libp11-kit0 libperl5.22 libpopt0 libpython3-stdlib
  libpython3.5-minimal libpython3.5-stdlib libroken18-heimdal librtmp1
  libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.0.0
  libtasn1-6 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxmuu1 libxtables11 mime-support netbase openssh-client openssl
  patch perl perl-base perl-modules-5.22 python3-minimal python3.5
  python3.5-minimal rename rsync xauth
Suggested packages:
  libdpkg-perl gettext-base git-daemon-run | git-daemon-sysvinit git-doc
  git-el git-email git-gui gitk gitweb git-arch git-cvs git-mediawiki git-svn
  ppp rdnssd iproute2-doc resolvconf avahi-autoipd isc-dhcp-client-ddns
  apparmor gnutls-bin krb5-doc krb5-user libsasl2-modules-otp
  libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit
  | libsasl2-modules-gssapi-heimdal ssh-askpass libpam-ssh keychain
  monkeysphere ed diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl make python3-doc python3-tk python3-venv
  python3.5-venv python3.5-doc binutils binfmt-support openssh-server
The following NEW packages will be installed:
  ca-certificates dh-python file git git-man ifupdown iproute2 isc-dhcp-client
  isc-dhcp-common krb5-locales less libasn1-8-heimdal libatm1 libbsd0
  libcurl3-gnutls libdns-export162 libedit2 liberror-perl libexpat1 libffi6
  libgdbm3 libgmp10 libgnutls30 libgssapi-krb5-2 libgssapi3-heimdal
  libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhogweed4
  libhx509-5-heimdal libidn11 libisc-export160 libk5crypto3 libkeyutils1
  libkrb5-26-heimdal libkrb5-3 libkrb5support0 libldap-2.4-2 libmagic1 libmnl0
  libmpdec2 libnettle6 libp11-kit0 libperl5.22 libpopt0 libpython3-stdlib
  libpython3.5-minimal libpython3.5-stdlib libroken18-heimdal librtmp1
  libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.0.0
  libtasn1-6 libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxmuu1 libxtables11 mime-support netbase openssh-client openssl
  patch perl perl-modules-5.22 python3 python3-minimal python3.5
  python3.5-minimal rename rsync xauth
The following packages will be upgraded:
  perl-base
1 upgraded, 79 newly installed, 0 to remove and 12 not upgraded.
Need to get 25.5 MB of archives.
After this operation, 127 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-base amd64 5.22.1-9ubuntu0.9 [1287 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libatm1 amd64 1:2.5.1-1.5 [24.2 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmnl0 amd64 1.0.3-5 [12.0 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpopt0 amd64 1.16-10 [26.0 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libssl1.0.0 amd64 1.0.2g-1ubuntu4.19 [1082 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-minimal amd64 3.5.2-2ubuntu0~16.04.13 [524 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1 amd64 2.1.0-7ubuntu0.16.04.5 [71.5 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.13 [1597 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-minimal amd64 3.5.1-3 [23.3 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 mime-support all 3.59ubuntu1 [31.0 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpdec2 amd64 2.4.2-1 [82.6 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsqlite3-0 amd64 3.11.0-1ubuntu1.5 [398 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-stdlib amd64 3.5.2-2ubuntu0~16.04.13 [2135 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5 amd64 3.5.2-2ubuntu0~16.04.13 [165 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-stdlib amd64 3.5.1-3 [6818 B]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.2 [73.9 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 [8710 B]
Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgdbm3 amd64 1.8.3-13.1 [16.9 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B]
Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxdmcp6 amd64 1:1.1.2-1.1 [11.0 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxcb1 amd64 1.11.1-1ubuntu1 [40.0 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-data all 2:1.6.3-1ubuntu2.2 [114 kB]
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libx11-6 amd64 2:1.6.3-1ubuntu2.2 [572 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl-modules-5.22 all 5.22.1-9ubuntu0.9 [2634 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libperl5.22 amd64 5.22.1-9ubuntu0.9 [3360 kB]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 perl amd64 5.22.1-9ubuntu0.9 [237 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmagic1 amd64 1:5.25-2ubuntu1.4 [216 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 file amd64 1:5.25-2ubuntu1.4 [21.2 kB]
Get:30 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 iproute2 amd64 4.3.0-1ubuntu3.16.04.5 [523 kB]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ifupdown amd64 0.8.10ubuntu1.4 [54.9 kB]
Get:32 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libisc-export160 amd64 1:9.10.3.dfsg.P4-8ubuntu1.19 [153 kB]
Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdns-export162 amd64 1:9.10.3.dfsg.P4-8ubuntu1.19 [665 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-client amd64 4.3.3-5ubuntu12.10 [224 kB]
Get:35 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 isc-dhcp-common amd64 4.3.3-5ubuntu12.10 [105 kB]
Get:36 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 less amd64 481-2.1ubuntu0.2 [110 kB]
Get:37 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libbsd0 amd64 0.8.2-1ubuntu0.1 [42.0 kB]
Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 libffi6 amd64 3.2.1-4 [17.8 kB]
Get:39 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgmp10 amd64 2:6.1.0+dfsg-2 [240 kB]
Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libnettle6 amd64 3.2-1ubuntu0.16.04.2 [93.7 kB]
Get:41 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhogweed4 amd64 3.2-1ubuntu0.16.04.2 [136 kB]
Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libidn11 amd64 1.32-3ubuntu1.2 [46.5 kB]
Get:43 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libp11-kit0 amd64 0.23.2-5~ubuntu16.04.2 [107 kB]
Get:44 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtasn1-6 amd64 4.7-3ubuntu0.16.04.3 [43.5 kB]
Get:45 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.8 [548 kB]
Get:46 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxtables11 amd64 1.6.0-2ubuntu3 [27.2 kB]
Get:47 http://archive.ubuntu.com/ubuntu xenial/main amd64 netbase all 5.3 [12.9 kB]
Get:48 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssl amd64 1.0.2g-1ubuntu4.19 [492 kB]
Get:49 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 ca-certificates all 20210119~16.04.1 [148 kB]
Get:50 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 krb5-locales all 1.13.2+dfsg-5ubuntu2.2 [13.7 kB]
Get:51 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libroken18-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [41.4 kB]
Get:52 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasn1-8-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [174 kB]
Get:53 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5support0 amd64 1.13.2+dfsg-5ubuntu2.2 [31.2 kB]
Get:54 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libk5crypto3 amd64 1.13.2+dfsg-5ubuntu2.2 [81.2 kB]
Get:55 http://archive.ubuntu.com/ubuntu xenial/main amd64 libkeyutils1 amd64 1.5.9-8ubuntu1 [9904 B]
Get:56 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-3 amd64 1.13.2+dfsg-5ubuntu2.2 [273 kB]
Get:57 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi-krb5-2 amd64 1.13.2+dfsg-5ubuntu2.2 [120 kB]
Get:58 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhcrypto4-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [85.0 kB]
Get:59 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimbase1-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [29.3 kB]
Get:60 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libwind0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [47.8 kB]
Get:61 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libhx509-5-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [107 kB]
Get:62 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libkrb5-26-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [202 kB]
Get:63 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libheimntlm0-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [15.1 kB]
Get:64 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgssapi3-heimdal amd64 1.7~git20150920+dfsg-4ubuntu1.16.04.1 [96.1 kB]
Get:65 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules-db amd64 2.1.26.dfsg1-14ubuntu0.2 [14.5 kB]
Get:66 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-2 amd64 2.1.26.dfsg1-14ubuntu0.2 [48.7 kB]
Get:67 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.13 [159 kB]
Get:68 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d-1ubuntu0.1 [54.4 kB]
Get:69 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcurl3-gnutls amd64 7.47.0-1ubuntu2.19 [189 kB]
Get:70 http://archive.ubuntu.com/ubuntu xenial/main amd64 libedit2 amd64 3.1-20150325-1ubuntu2 [76.5 kB]
Get:71 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsasl2-modules amd64 2.1.26.dfsg1-14ubuntu0.2 [47.7 kB]
Get:72 http://archive.ubuntu.com/ubuntu xenial/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
Get:73 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 openssh-client amd64 1:7.2p2-4ubuntu2.10 [590 kB]
Get:74 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 rsync amd64 3.1.1-3ubuntu1.3 [329 kB]
Get:75 http://archive.ubuntu.com/ubuntu xenial/main amd64 xauth amd64 1:1.0.9-1ubuntu2 [22.7 kB]
Get:76 http://archive.ubuntu.com/ubuntu xenial/main amd64 liberror-perl all 0.17-1.2 [19.6 kB]
Get:77 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git-man all 1:2.7.4-0ubuntu1.10 [737 kB]
Get:78 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 git amd64 1:2.7.4-0ubuntu1.10 [3183 kB]
Get:79 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 patch amd64 2.7.5-1ubuntu0.16.04.2 [90.8 kB]
Get:80 http://archive.ubuntu.com/ubuntu xenial/main amd64 rename all 0.20-4 [12.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 25.5 MB in 1s (16.1 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4780 files and directories currently installed.)
Preparing to unpack .../perl-base_5.22.1-9ubuntu0.9_amd64.deb ...
Unpacking perl-base (5.22.1-9ubuntu0.9) over (5.22.1-9ubuntu0.6) ...
Setting up perl-base (5.22.1-9ubuntu0.9) ...
Selecting previously unselected package libatm1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 4780 files and directories currently installed.)
Preparing to unpack .../libatm1_1%3a2.5.1-1.5_amd64.deb ...
Unpacking libatm1:amd64 (1:2.5.1-1.5) ...
Selecting previously unselected package libmnl0:amd64.
Preparing to unpack .../libmnl0_1.0.3-5_amd64.deb ...
Unpacking libmnl0:amd64 (1.0.3-5) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../libpopt0_1.16-10_amd64.deb ...
Unpacking libpopt0:amd64 (1.16-10) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../libssl1.0.0_1.0.2g-1ubuntu4.19_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2g-1ubuntu4.19) ...
Selecting previously unselected package libpython3.5-minimal:amd64.
Preparing to unpack .../libpython3.5-minimal_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
Unpacking libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.1.0-7ubuntu0.16.04.5_amd64.deb ...
Unpacking libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ...
Selecting previously unselected package python3.5-minimal.
Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.13) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ...
Unpacking python3-minimal (3.5.1-3) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../mime-support_3.59ubuntu1_all.deb ...
Unpacking mime-support (3.59ubuntu1) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../libmpdec2_2.4.2-1_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-1) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../libsqlite3-0_3.11.0-1ubuntu1.5_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.11.0-1ubuntu1.5) ...
Selecting previously unselected package libpython3.5-stdlib:amd64.
Preparing to unpack .../libpython3.5-stdlib_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
Unpacking libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Selecting previously unselected package python3.5.
Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
Unpacking python3.5 (3.5.2-2ubuntu0~16.04.13) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.5.1-3) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_2.20151103ubuntu1.2_all.deb ...
Unpacking dh-python (2.20151103ubuntu1.2) ...
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Setting up libssl1.0.0:amd64 (1.0.2g-1ubuntu4.19) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libpython3.5-minimal:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Setting up libexpat1:amd64 (2.1.0-7ubuntu0.16.04.5) ...
Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.13) ...
Setting up python3-minimal (3.5.1-3) ...
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 5772 files and directories currently installed.)
Preparing to unpack .../python3_3.5.1-3_amd64.deb ...
Unpacking python3 (3.5.1-3) ...
Selecting previously unselected package libgdbm3:amd64.
Preparing to unpack .../libgdbm3_1.8.3-13.1_amd64.deb ...
Unpacking libgdbm3:amd64 (1.8.3-13.1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../libxdmcp6_1%3a1.1.2-1.1_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-1.1) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../libxcb1_1.11.1-1ubuntu1_amd64.deb ...
Unpacking libxcb1:amd64 (1.11.1-1ubuntu1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../libx11-data_2%3a1.6.3-1ubuntu2.2_all.deb ...
Unpacking libx11-data (2:1.6.3-1ubuntu2.2) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../libx11-6_2%3a1.6.3-1ubuntu2.2_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.3-1ubuntu2.2) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../libxext6_2%3a1.3.3-1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1) ...
Selecting previously unselected package perl-modules-5.22.
Preparing to unpack .../perl-modules-5.22_5.22.1-9ubuntu0.9_all.deb ...
Unpacking perl-modules-5.22 (5.22.1-9ubuntu0.9) ...
Selecting previously unselected package libperl5.22:amd64.
Preparing to unpack .../libperl5.22_5.22.1-9ubuntu0.9_amd64.deb ...
Unpacking libperl5.22:amd64 (5.22.1-9ubuntu0.9) ...
Selecting previously unselected package perl.
Preparing to unpack .../perl_5.22.1-9ubuntu0.9_amd64.deb ...
Unpacking perl (5.22.1-9ubuntu0.9) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../libmagic1_1%3a5.25-2ubuntu1.4_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.25-2ubuntu1.4) ...
Selecting previously unselected package file.
Preparing to unpack .../file_1%3a5.25-2ubuntu1.4_amd64.deb ...
Unpacking file (1:5.25-2ubuntu1.4) ...
Selecting previously unselected package iproute2.
Preparing to unpack .../iproute2_4.3.0-1ubuntu3.16.04.5_amd64.deb ...
Unpacking iproute2 (4.3.0-1ubuntu3.16.04.5) ...
Selecting previously unselected package ifupdown.
Preparing to unpack .../ifupdown_0.8.10ubuntu1.4_amd64.deb ...
Unpacking ifupdown (0.8.10ubuntu1.4) ...
Selecting previously unselected package libisc-export160.
Preparing to unpack .../libisc-export160_1%3a9.10.3.dfsg.P4-8ubuntu1.19_amd64.deb ...
Unpacking libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Selecting previously unselected package libdns-export162.
Preparing to unpack .../libdns-export162_1%3a9.10.3.dfsg.P4-8ubuntu1.19_amd64.deb ...
Unpacking libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Selecting previously unselected package isc-dhcp-client.
Preparing to unpack .../isc-dhcp-client_4.3.3-5ubuntu12.10_amd64.deb ...
Unpacking isc-dhcp-client (4.3.3-5ubuntu12.10) ...
Selecting previously unselected package isc-dhcp-common.
Preparing to unpack .../isc-dhcp-common_4.3.3-5ubuntu12.10_amd64.deb ...
Unpacking isc-dhcp-common (4.3.3-5ubuntu12.10) ...
Selecting previously unselected package less.
Preparing to unpack .../less_481-2.1ubuntu0.2_amd64.deb ...
Unpacking less (481-2.1ubuntu0.2) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.8.2-1ubuntu0.1_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.2-1ubuntu0.1) ...
Selecting previously unselected package libffi6:amd64.
Preparing to unpack .../libffi6_3.2.1-4_amd64.deb ...
Unpacking libffi6:amd64 (3.2.1-4) ...
Selecting previously unselected package libgmp10:amd64.
Preparing to unpack .../libgmp10_2%3a6.1.0+dfsg-2_amd64.deb ...
Unpacking libgmp10:amd64 (2:6.1.0+dfsg-2) ...
Selecting previously unselected package libnettle6:amd64.
Preparing to unpack .../libnettle6_3.2-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libnettle6:amd64 (3.2-1ubuntu0.16.04.2) ...
Selecting previously unselected package libhogweed4:amd64.
Preparing to unpack .../libhogweed4_3.2-1ubuntu0.16.04.2_amd64.deb ...
Unpacking libhogweed4:amd64 (3.2-1ubuntu0.16.04.2) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../libidn11_1.32-3ubuntu1.2_amd64.deb ...
Unpacking libidn11:amd64 (1.32-3ubuntu1.2) ...
Selecting previously unselected package libp11-kit0:amd64.
Preparing to unpack .../libp11-kit0_0.23.2-5~ubuntu16.04.2_amd64.deb ...
Unpacking libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.2) ...
Selecting previously unselected package libtasn1-6:amd64.
Preparing to unpack .../libtasn1-6_4.7-3ubuntu0.16.04.3_amd64.deb ...
Unpacking libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ...
Selecting previously unselected package libgnutls30:amd64.
Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.8_amd64.deb ...
Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.8) ...
Selecting previously unselected package libxtables11:amd64.
Preparing to unpack .../libxtables11_1.6.0-2ubuntu3_amd64.deb ...
Unpacking libxtables11:amd64 (1.6.0-2ubuntu3) ...
Selecting previously unselected package netbase.
Preparing to unpack .../archives/netbase_5.3_all.deb ...
Unpacking netbase (5.3) ...
Selecting previously unselected package openssl.
Preparing to unpack .../openssl_1.0.2g-1ubuntu4.19_amd64.deb ...
Unpacking openssl (1.0.2g-1ubuntu4.19) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../ca-certificates_20210119~16.04.1_all.deb ...
Unpacking ca-certificates (20210119~16.04.1) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../krb5-locales_1.13.2+dfsg-5ubuntu2.2_all.deb ...
Unpacking krb5-locales (1.13.2+dfsg-5ubuntu2.2) ...
Selecting previously unselected package libroken18-heimdal:amd64.
Preparing to unpack .../libroken18-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libasn1-8-heimdal:amd64.
Preparing to unpack .../libasn1-8-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../libkrb5support0_1.13.2+dfsg-5ubuntu2.2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../libk5crypto3_1.13.2+dfsg-5ubuntu2.2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../libkeyutils1_1.5.9-8ubuntu1_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../libkrb5-3_1.13.2+dfsg-5ubuntu2.2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../libgssapi-krb5-2_1.13.2+dfsg-5ubuntu2.2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Selecting previously unselected package libhcrypto4-heimdal:amd64.
Preparing to unpack .../libhcrypto4-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libheimbase1-heimdal:amd64.
Preparing to unpack .../libheimbase1-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libwind0-heimdal:amd64.
Preparing to unpack .../libwind0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libhx509-5-heimdal:amd64.
Preparing to unpack .../libhx509-5-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libkrb5-26-heimdal:amd64.
Preparing to unpack .../libkrb5-26-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libheimntlm0-heimdal:amd64.
Preparing to unpack .../libheimntlm0-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libgssapi3-heimdal:amd64.
Preparing to unpack .../libgssapi3-heimdal_1.7~git20150920+dfsg-4ubuntu1.16.04.1_amd64.deb ...
Unpacking libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../libsasl2-modules-db_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../libsasl2-2_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.13_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.13) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../librtmp1_2.4+20151223.gitfa8646d-1ubuntu0.1_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../libcurl3-gnutls_7.47.0-1ubuntu2.19_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.19) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../libedit2_3.1-20150325-1ubuntu2_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20150325-1ubuntu2) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../libsasl2-modules_2.1.26.dfsg1-14ubuntu0.2_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../libxmuu1_2%3a1.1.2-2_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../openssh-client_1%3a7.2p2-4ubuntu2.10_amd64.deb ...
Unpacking openssh-client (1:7.2p2-4ubuntu2.10) ...
Selecting previously unselected package rsync.
Preparing to unpack .../rsync_3.1.1-3ubuntu1.3_amd64.deb ...
Unpacking rsync (3.1.1-3ubuntu1.3) ...
Selecting previously unselected package xauth.
Preparing to unpack .../xauth_1%3a1.0.9-1ubuntu2_amd64.deb ...
Unpacking xauth (1:1.0.9-1ubuntu2) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../liberror-perl_0.17-1.2_all.deb ...
Unpacking liberror-perl (0.17-1.2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.7.4-0ubuntu1.10_all.deb ...
Unpacking git-man (1:2.7.4-0ubuntu1.10) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.7.4-0ubuntu1.10_amd64.deb ...
Unpacking git (1:2.7.4-0ubuntu1.10) ...
Selecting previously unselected package patch.
Preparing to unpack .../patch_2.7.5-1ubuntu0.16.04.2_amd64.deb ...
Unpacking patch (2.7.5-1ubuntu0.16.04.2) ...
Selecting previously unselected package rename.
Preparing to unpack .../archives/rename_0.20-4_all.deb ...
Unpacking rename (0.20-4) ...
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Processing triggers for systemd (229-4ubuntu21.29) ...
Setting up libatm1:amd64 (1:2.5.1-1.5) ...
Setting up libmnl0:amd64 (1.0.3-5) ...
Setting up libpopt0:amd64 (1.16-10) ...
Setting up mime-support (3.59ubuntu1) ...
Setting up libmpdec2:amd64 (2.4.2-1) ...
Setting up libsqlite3-0:amd64 (3.11.0-1ubuntu1.5) ...
Setting up libpython3.5-stdlib:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Setting up python3.5 (3.5.2-2ubuntu0~16.04.13) ...
Setting up libpython3-stdlib:amd64 (3.5.1-3) ...
Setting up libgdbm3:amd64 (1.8.3-13.1) ...
Setting up libxau6:amd64 (1:1.0.8-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-1.1) ...
Setting up libxcb1:amd64 (1.11.1-1ubuntu1) ...
Setting up libx11-data (2:1.6.3-1ubuntu2.2) ...
Setting up libx11-6:amd64 (2:1.6.3-1ubuntu2.2) ...
Setting up libxext6:amd64 (2:1.3.3-1) ...
Setting up perl-modules-5.22 (5.22.1-9ubuntu0.9) ...
Setting up libperl5.22:amd64 (5.22.1-9ubuntu0.9) ...
Setting up perl (5.22.1-9ubuntu0.9) ...
update-alternatives: using /usr/bin/prename to provide /usr/bin/rename (rename) in auto mode
Setting up libmagic1:amd64 (1:5.25-2ubuntu1.4) ...
Setting up file (1:5.25-2ubuntu1.4) ...
Setting up iproute2 (4.3.0-1ubuntu3.16.04.5) ...
Setting up ifupdown (0.8.10ubuntu1.4) ...
Creating /etc/network/interfaces.
Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Setting up libdns-export162 (1:9.10.3.dfsg.P4-8ubuntu1.19) ...
Setting up isc-dhcp-client (4.3.3-5ubuntu12.10) ...
Setting up isc-dhcp-common (4.3.3-5ubuntu12.10) ...
Setting up less (481-2.1ubuntu0.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up libbsd0:amd64 (0.8.2-1ubuntu0.1) ...
Setting up libffi6:amd64 (3.2.1-4) ...
Setting up libgmp10:amd64 (2:6.1.0+dfsg-2) ...
Setting up libnettle6:amd64 (3.2-1ubuntu0.16.04.2) ...
Setting up libhogweed4:amd64 (3.2-1ubuntu0.16.04.2) ...
Setting up libidn11:amd64 (1.32-3ubuntu1.2) ...
Setting up libp11-kit0:amd64 (0.23.2-5~ubuntu16.04.2) ...
Setting up libtasn1-6:amd64 (4.7-3ubuntu0.16.04.3) ...
Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.8) ...
Setting up libxtables11:amd64 (1.6.0-2ubuntu3) ...
Setting up netbase (5.3) ...
Setting up openssl (1.0.2g-1ubuntu4.19) ...
Setting up ca-certificates (20210119~16.04.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Setting up krb5-locales (1.13.2+dfsg-5ubuntu2.2) ...
Setting up libroken18-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libasn1-8-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libkrb5support0:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Setting up libk5crypto3:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Setting up libkeyutils1:amd64 (1.5.9-8ubuntu1) ...
Setting up libkrb5-3:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Setting up libgssapi-krb5-2:amd64 (1.13.2+dfsg-5ubuntu2.2) ...
Setting up libhcrypto4-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libheimbase1-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libwind0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libhx509-5-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libkrb5-26-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libheimntlm0-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libgssapi3-heimdal:amd64 (1.7~git20150920+dfsg-4ubuntu1.16.04.1) ...
Setting up libsasl2-modules-db:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
Setting up libsasl2-2:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.13) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d-1ubuntu0.1) ...
Setting up libcurl3-gnutls:amd64 (7.47.0-1ubuntu2.19) ...
Setting up libedit2:amd64 (3.1-20150325-1ubuntu2) ...
Setting up libsasl2-modules:amd64 (2.1.26.dfsg1-14ubuntu0.2) ...
Setting up libxmuu1:amd64 (2:1.1.2-2) ...
Setting up openssh-client (1:7.2p2-4ubuntu2.10) ...
Setting up rsync (3.1.1-3ubuntu1.3) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up xauth (1:1.0.9-1ubuntu2) ...
Setting up liberror-perl (0.17-1.2) ...
Setting up git-man (1:2.7.4-0ubuntu1.10) ...
Setting up git (1:2.7.4-0ubuntu1.10) ...
Setting up patch (2.7.5-1ubuntu0.16.04.2) ...
Setting up rename (0.20-4) ...
update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
Setting up python3 (3.5.1-3) ...
running python rtupdate hooks for python3.5...
running python post-rtupdate hooks for python3.5...
Setting up dh-python (2.20151103ubuntu1.2) ...
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Processing triggers for systemd (229-4ubuntu21.29) ...
Processing triggers for ca-certificates (20210119~16.04.1) ...
Updating certificates in /etc/ssl/certs...
129 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  binutils build-essential bzip2 cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc
  gcc-5 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6 libc6-dev
  libcc1-0 libcilkrts5 libdpkg-perl libexpat1-dev libfakeroot
  libfile-fcntllock-perl libgcc-5-dev libgomp1 libisl15 libitm1 liblsan0
  libmpc3 libmpfr4 libmpx0 libpython3-dev libpython3.5 libpython3.5-dev
  libquadmath0 libstdc++-5-dev libtsan0 libubsan0 linux-libc-dev make manpages
  manpages-dev python-pip-whl python3-dev python3-pkg-resources
  python3-setuptools python3-wheel python3.5-dev xz-utils
Suggested packages:
  binutils-doc bzip2-doc cpp-doc gcc-5-locales debian-keyring g++-multilib
  g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake
  libtool flex bison gdb gcc-doc gcc-5-multilib libgcc1-dbg libgomp1-dbg
  libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg
  libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg glibc-doc locales
  libstdc++-5-doc make-doc man-browser python-setuptools-doc
The following NEW packages will be installed:
  binutils build-essential bzip2 cpp cpp-5 dpkg-dev fakeroot g++ g++-5 gcc
  gcc-5 libalgorithm-diff-perl libalgorithm-diff-xs-perl
  libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev libcc1-0
  libcilkrts5 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl
  libgcc-5-dev libgomp1 libisl15 libitm1 liblsan0 libmpc3 libmpfr4 libmpx0
  libpython3-dev libpython3.5 libpython3.5-dev libquadmath0 libstdc++-5-dev
  libtsan0 libubsan0 linux-libc-dev make manpages manpages-dev python-pip-whl
  python3-dev python3-pip python3-pkg-resources python3-setuptools
  python3-wheel python3.5-dev xz-utils
The following packages will be upgraded:
  libc6
1 upgraded, 51 newly installed, 0 to remove and 11 not upgraded.
Need to get 83.2 MB of archives.
After this operation, 209 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6 amd64 2.23-0ubuntu11.3 [2590 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpfr4 amd64 3.1.4-1 [191 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 libmpc3 amd64 1.0.3-1 [39.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 bzip2 amd64 1.0.6-8ubuntu0.2 [32.5 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages all 4.04-2 [1087 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 binutils amd64 2.26.1-1ubuntu1~16.04.8 [2312 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc-dev-bin amd64 2.23-0ubuntu11.3 [68.6 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-libc-dev amd64 4.4.0-210.242 [832 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libc6-dev amd64 2.23-0ubuntu11.3 [2083 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 libisl15 amd64 0.16.1-1 [524 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 cpp-5 amd64 5.4.0-6ubuntu1~16.04.12 [7783 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 cpp amd64 4:5.3.1-1ubuntu1 [27.7 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcc1-0 amd64 5.4.0-6ubuntu1~16.04.12 [38.8 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgomp1 amd64 5.4.0-6ubuntu1~16.04.12 [55.2 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libitm1 amd64 5.4.0-6ubuntu1~16.04.12 [27.4 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libatomic1 amd64 5.4.0-6ubuntu1~16.04.12 [8892 B]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libasan2 amd64 5.4.0-6ubuntu1~16.04.12 [265 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblsan0 amd64 5.4.0-6ubuntu1~16.04.12 [105 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libtsan0 amd64 5.4.0-6ubuntu1~16.04.12 [244 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libubsan0 amd64 5.4.0-6ubuntu1~16.04.12 [95.3 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libcilkrts5 amd64 5.4.0-6ubuntu1~16.04.12 [40.0 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmpx0 amd64 5.4.0-6ubuntu1~16.04.12 [9762 B]
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libquadmath0 amd64 5.4.0-6ubuntu1~16.04.12 [131 kB]
Get:24 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgcc-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [2239 kB]
Get:25 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5 amd64 5.4.0-6ubuntu1~16.04.12 [8612 kB]
Get:26 http://archive.ubuntu.com/ubuntu xenial/main amd64 gcc amd64 4:5.3.1-1ubuntu1 [5244 B]
Get:27 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++-5-dev amd64 5.4.0-6ubuntu1~16.04.12 [1428 kB]
Get:28 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 g++-5 amd64 5.4.0-6ubuntu1~16.04.12 [8430 kB]
Get:29 http://archive.ubuntu.com/ubuntu xenial/main amd64 g++ amd64 4:5.3.1-1ubuntu1 [1504 B]
Get:30 http://archive.ubuntu.com/ubuntu xenial/main amd64 make amd64 4.1-6 [151 kB]
Get:31 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdpkg-perl all 1.18.4ubuntu1.7 [195 kB]
Get:32 http://archive.ubuntu.com/ubuntu xenial/main amd64 xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB]
Get:33 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dpkg-dev all 1.18.4ubuntu1.7 [584 kB]
Get:34 http://archive.ubuntu.com/ubuntu xenial/main amd64 build-essential amd64 12.1ubuntu2 [4758 B]
Get:35 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfakeroot amd64 1.20.2-1ubuntu1 [25.5 kB]
Get:36 http://archive.ubuntu.com/ubuntu xenial/main amd64 fakeroot amd64 1.20.2-1ubuntu1 [61.8 kB]
Get:37 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
Get:38 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-diff-xs-perl amd64 0.04-4build1 [11.0 kB]
Get:39 http://archive.ubuntu.com/ubuntu xenial/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:40 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libexpat1-dev amd64 2.1.0-7ubuntu0.16.04.5 [115 kB]
Get:41 http://archive.ubuntu.com/ubuntu xenial/main amd64 libfile-fcntllock-perl amd64 0.22-3 [32.0 kB]
Get:42 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5 amd64 3.5.2-2ubuntu0~16.04.13 [1360 kB]
Get:43 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpython3.5-dev amd64 3.5.2-2ubuntu0~16.04.13 [37.3 MB]
Get:44 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-dev amd64 3.5.1-3 [6926 B]
Get:45 http://archive.ubuntu.com/ubuntu xenial/main amd64 manpages-dev all 4.04-2 [2048 kB]
Get:46 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python-pip-whl all 8.1.1-2ubuntu0.6 [1112 kB]
Get:47 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5-dev amd64 3.5.2-2ubuntu0~16.04.13 [413 kB]
Get:48 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-dev amd64 3.5.1-3 [1186 B]
Get:49 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 python3-pip all 8.1.1-2ubuntu0.6 [109 kB]
Get:50 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-pkg-resources all 20.7.0-1 [79.0 kB]
Get:51 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-setuptools all 20.7.0-1 [88.0 kB]
Get:52 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python3-wheel all 0.29.0-1 [48.1 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 83.2 MB in 2s (31.3 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9507 files and directories currently installed.)
Preparing to unpack .../libc6_2.23-0ubuntu11.3_amd64.deb ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Unpacking libc6:amd64 (2.23-0ubuntu11.3) over (2.23-0ubuntu11.2) ...
Setting up libc6:amd64 (2.23-0ubuntu11.3) ...
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 76.)
debconf: falling back to frontend: Readline
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Selecting previously unselected package libmpfr4:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9507 files and directories currently installed.)
Preparing to unpack .../libmpfr4_3.1.4-1_amd64.deb ...
Unpacking libmpfr4:amd64 (3.1.4-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../libmpc3_1.0.3-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.0.3-1) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../bzip2_1.0.6-8ubuntu0.2_amd64.deb ...
Unpacking bzip2 (1.0.6-8ubuntu0.2) ...
Selecting previously unselected package manpages.
Preparing to unpack .../manpages_4.04-2_all.deb ...
Unpacking manpages (4.04-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../binutils_2.26.1-1ubuntu1~16.04.8_amd64.deb ...
Unpacking binutils (2.26.1-1ubuntu1~16.04.8) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../libc-dev-bin_2.23-0ubuntu11.3_amd64.deb ...
Unpacking libc-dev-bin (2.23-0ubuntu11.3) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../linux-libc-dev_4.4.0-210.242_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.4.0-210.242) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../libc6-dev_2.23-0ubuntu11.3_amd64.deb ...
Unpacking libc6-dev:amd64 (2.23-0ubuntu11.3) ...
Selecting previously unselected package libisl15:amd64.
Preparing to unpack .../libisl15_0.16.1-1_amd64.deb ...
Unpacking libisl15:amd64 (0.16.1-1) ...
Selecting previously unselected package cpp-5.
Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package cpp.
Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking cpp (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libasan2:amd64.
Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../liblsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../libtsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../libcilkrts5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libmpx0:amd64.
Preparing to unpack .../libmpx0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../libquadmath0_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package libgcc-5-dev:amd64.
Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package gcc-5.
Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package gcc.
Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking gcc (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package libstdc++-5-dev:amd64.
Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package g++-5.
Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.12_amd64.deb ...
Unpacking g++-5 (5.4.0-6ubuntu1~16.04.12) ...
Selecting previously unselected package g++.
Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_amd64.deb ...
Unpacking g++ (4:5.3.1-1ubuntu1) ...
Selecting previously unselected package make.
Preparing to unpack .../archives/make_4.1-6_amd64.deb ...
Unpacking make (4.1-6) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.7_all.deb ...
Unpacking libdpkg-perl (1.18.4ubuntu1.7) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ...
Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.7_all.deb ...
Unpacking dpkg-dev (1.18.4ubuntu1.7) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../build-essential_12.1ubuntu2_amd64.deb ...
Unpacking build-essential (12.1ubuntu2) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.20.2-1ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_amd64.deb ...
Unpacking fakeroot (1.20.2-1ubuntu1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.5_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.5) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../libfile-fcntllock-perl_0.22-3_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3) ...
Selecting previously unselected package libpython3.5:amd64.
Preparing to unpack .../libpython3.5_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
Unpacking libpython3.5:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Selecting previously unselected package libpython3.5-dev:amd64.
Preparing to unpack .../libpython3.5-dev_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
Unpacking libpython3.5-dev:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../libpython3-dev_3.5.1-3_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.5.1-3) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../manpages-dev_4.04-2_all.deb ...
Unpacking manpages-dev (4.04-2) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.6_all.deb ...
Unpacking python-pip-whl (8.1.1-2ubuntu0.6) ...
Selecting previously unselected package python3.5-dev.
Preparing to unpack .../python3.5-dev_3.5.2-2ubuntu0~16.04.13_amd64.deb ...
Unpacking python3.5-dev (3.5.2-2ubuntu0~16.04.13) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../python3-dev_3.5.1-3_amd64.deb ...
Unpacking python3-dev (3.5.1-3) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../python3-pip_8.1.1-2ubuntu0.6_all.deb ...
Unpacking python3-pip (8.1.1-2ubuntu0.6) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../python3-pkg-resources_20.7.0-1_all.deb ...
Unpacking python3-pkg-resources (20.7.0-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../python3-setuptools_20.7.0-1_all.deb ...
Unpacking python3-setuptools (20.7.0-1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../python3-wheel_0.29.0-1_all.deb ...
Unpacking python3-wheel (0.29.0-1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Setting up libmpfr4:amd64 (3.1.4-1) ...
Setting up libmpc3:amd64 (1.0.3-1) ...
Setting up bzip2 (1.0.6-8ubuntu0.2) ...
Setting up manpages (4.04-2) ...
Setting up binutils (2.26.1-1ubuntu1~16.04.8) ...
Setting up libc-dev-bin (2.23-0ubuntu11.3) ...
Setting up linux-libc-dev:amd64 (4.4.0-210.242) ...
Setting up libc6-dev:amd64 (2.23-0ubuntu11.3) ...
Setting up libisl15:amd64 (0.16.1-1) ...
Setting up cpp-5 (5.4.0-6ubuntu1~16.04.12) ...
Setting up cpp (4:5.3.1-1ubuntu1) ...
Setting up libcc1-0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libgomp1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libitm1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libatomic1:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libasan2:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up liblsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libtsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libubsan0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libcilkrts5:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libmpx0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libquadmath0:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up libgcc-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up gcc-5 (5.4.0-6ubuntu1~16.04.12) ...
Setting up gcc (4:5.3.1-1ubuntu1) ...
Setting up libstdc++-5-dev:amd64 (5.4.0-6ubuntu1~16.04.12) ...
Setting up g++-5 (5.4.0-6ubuntu1~16.04.12) ...
Setting up g++ (4:5.3.1-1ubuntu1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up make (4.1-6) ...
Setting up libdpkg-perl (1.18.4ubuntu1.7) ...
Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up dpkg-dev (1.18.4ubuntu1.7) ...
Setting up build-essential (12.1ubuntu2) ...
Setting up libfakeroot:amd64 (1.20.2-1ubuntu1) ...
Setting up fakeroot (1.20.2-1ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libalgorithm-diff-perl (1.19.03-1) ...
Setting up libalgorithm-diff-xs-perl (0.04-4build1) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libexpat1-dev:amd64 (2.1.0-7ubuntu0.16.04.5) ...
Setting up libfile-fcntllock-perl (0.22-3) ...
Setting up libpython3.5:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Setting up libpython3.5-dev:amd64 (3.5.2-2ubuntu0~16.04.13) ...
Setting up libpython3-dev:amd64 (3.5.1-3) ...
Setting up manpages-dev (4.04-2) ...
Setting up python-pip-whl (8.1.1-2ubuntu0.6) ...
Setting up python3.5-dev (3.5.2-2ubuntu0~16.04.13) ...
Setting up python3-dev (3.5.1-3) ...
Setting up python3-pip (8.1.1-2ubuntu0.6) ...
Setting up python3-pkg-resources (20.7.0-1) ...
Setting up python3-setuptools (20.7.0-1) ...
Setting up python3-wheel (0.29.0-1) ...
Processing triggers for libc-bin (2.23-0ubuntu11.2) ...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 11 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
Removing intermediate container 557d97ba2cab
 ---> 22889c2325c4
Step 8/18 : RUN echo "docker-robot-STF583" > /etc/hostname     && echo "root:etsi" | chpasswd
 ---> Running in 0146425caba1
Removing intermediate container 0146425caba1
 ---> 9903d89df3f6
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
 ---> Running in 9a604dc4cd21
The user `etsi' is already a member of `sudo'.
Removing intermediate container 9a604dc4cd21
 ---> b62d081ba679
Step 10/18 : RUN DEBIAN_FRONTEND=noninteractive         && mkdir -p /home/etsi/dev/robot         && cd /home/etsi/dev/robot
 ---> Running in c984413866b6
Removing intermediate container c984413866b6
 ---> f47f5e32502c
Step 11/18 : ADD requirements.txt /home/etsi/dev/robot/
 ---> 54be0e628e4a
Step 12/18 : ADD extensions /home/etsi/dev/robot/extensions
 ---> 32adbf33d1ad
Step 13/18 : RUN ls /home/etsi/dev/robot
 ---> Running in 83cab95e3756
extensions
requirements.txt
Removing intermediate container 83cab95e3756
 ---> 2a16022c5d3f
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 .
 ---> Running in 0ba656ebe256
Cloning into 'robot2doc'...
Collecting python-docx==0.8.7 (from -r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/00/ed/dc8d859eb32980ccf0e5a9b1ab3311415baf55de208777d85826a7fb0b65/python-docx-0.8.7.tar.gz (5.4MB)
Collecting robotframework==3.1 (from -r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/78/c3/9a5af726bef21c2b0946a81a3348e946764a72ae5a2c45beaeee43e7d8a8/robotframework-3.1-py2.py3-none-any.whl (597kB)
Collecting pytest (from -r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/a1/59/6821e900592fbe261f19d67e4def0cb27e52ef8ed16d9922c144961cc1ee/pytest-6.2.4-py3-none-any.whl (280kB)
Collecting lxml>=2.3.2 (from python-docx==0.8.7->-r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/0a/12/ec66192d5eca20a92302af5a6ce6147d96dc4b65050e9b0509180adf6252/lxml-4.6.3-cp35-cp35m-manylinux1_x86_64.whl (5.5MB)
Collecting py>=1.8.2 (from pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/67/32/6fe01cfc3d1a27c92fdbcdfc3f67856da8cbadf0dd9f2e18055202b2dc62/py-1.10.0-py2.py3-none-any.whl (97kB)
Collecting packaging (from pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/3e/89/7ea760b4daa42653ece2380531c90f64788d979110a2ab51049d92f408af/packaging-20.9-py2.py3-none-any.whl (40kB)
Collecting attrs>=19.2.0 (from pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/20/a9/ba6f1cd1a1517ff022b35acd6a7e4246371dfab08b8e42b829b6d07913cc/attrs-21.2.0-py2.py3-none-any.whl (53kB)
Collecting importlib-metadata>=0.12; python_version < "3.8" (from pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/23/5d/f2151217058e7d5c5b4b584bc6052c2ae478c5a36b58a056364351613bfb/importlib_metadata-4.5.0-py3-none-any.whl
Collecting pluggy<1.0.0a1,>=0.12 (from pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
Collecting toml (from pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl
Collecting iniconfig (from pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/9b/dd/b3c12c6d707058fa947864b67f0c4e0c39ef8610988d7baea9578f3c48f3/iniconfig-1.1.1-py2.py3-none-any.whl
Collecting pyparsing>=2.0.2 (from packaging->pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/8a/bb/488841f56197b13700afd5658fc279a2025a39e22449b7cf29864669b15d/pyparsing-2.4.7-py2.py3-none-any.whl (67kB)
Collecting zipp>=0.5 (from importlib-metadata>=0.12; python_version < "3.8"->pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/0f/8c/715c54e9e34c0c4820f616a913a7de3337d0cd79074dd1bed4dd840f16ae/zipp-3.4.1-py3-none-any.whl
Collecting typing-extensions>=3.6.4; python_version < "3.8" (from importlib-metadata>=0.12; python_version < "3.8"->pytest->-r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/2e/35/6c4fff5ab443b57116cb1aad46421fb719bed2825664e8fe77d66d99bcbc/typing_extensions-3.10.0.0-py3-none-any.whl
Building wheels for collected packages: python-docx
  Running setup.py bdist_wheel for python-docx: started
  Running setup.py bdist_wheel for python-docx: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c2/c7/a7/4cb54d79bf82f9bb4be1780647700f7ec311f0f98a7a017c17
Successfully built python-docx
Installing collected packages: lxml, python-docx, robotframework, py, pyparsing, packaging, attrs, zipp, typing-extensions, importlib-metadata, pluggy, toml, iniconfig, pytest
Successfully installed attrs-21.2.0 importlib-metadata-4.5.0 iniconfig-1.1.1 lxml-4.6.3 packaging-20.9 pluggy-0.13.1 py-1.10.0 pyparsing-2.4.7 pytest-6.2.4 python-docx-0.8.7 robotframework-3.1 toml-0.10.2 typing-extensions-3.10.0.0 zipp-3.4.1
You are using pip version 8.1.1, however version 21.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Obtaining file:///home/etsi/dev/robot2doc
Installing collected packages: robot2doc
  Running setup.py develop for robot2doc
Successfully installed robot2doc-0.0.3
You are using pip version 8.1.1, however version 21.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container 0ba656ebe256
 ---> e5092b6cb1ef
Step 15/18 : RUN DEBIAN_FRONTEND=noninteractive 	&& cd /home/etsi/dev/robot 	&& pip3 install -r requirements.txt
 ---> Running in d3201e08f418
Requirement already satisfied (use --upgrade to upgrade): robotframework==3.1 in /usr/local/lib/python3.5/dist-packages (from -r requirements.txt (line 5))
Collecting RESTinstance==1.0.0rc4 (from -r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/1a/27/e6781c2a19471d6b9e54cd943c695668ca84c1b393f48f3b441ca7db520f/RESTinstance-1.0.0rc4-py2.py3-none-any.whl
Collecting robotframework-dependencylibrary==1.0.0.post1 (from -r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/7c/46/c09b5ebb178a85bdeba8d0e66d4b6747657bacbc96cec01c2aedf43d0b82/robotframework_dependencylibrary-1.0.0.post1-py3-none-any.whl
Collecting robotframework-jsonlibrary==0.3 (from -r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/91/05/bc535d666491d0856516cb6efed2736a5242bd70555c4f80df89755cc69b/robotframework-jsonlibrary-0.3.tar.gz
Collecting robotframework-jsonschemalibrary==1.0 (from -r requirements.txt (line 9))
  Downloading https://files.pythonhosted.org/packages/e6/0d/5d4162af1b87260f633cbd402cbe4bd263efa057bb9799c97e8e5676b241/robotframework-jsonschemalibrary-1.0.tar.gz
Collecting robotframework-mockserver==0.0.7 (from -r requirements.txt (line 10))
  Downloading https://files.pythonhosted.org/packages/54/57/b6d5da925976b7d92c66e332160acd25888202cdfbfe987d849252333038/robotframework-mockserver-0.0.7.tar.gz
Collecting robotframework-requests==0.7.1 (from -r requirements.txt (line 11))
  Downloading https://files.pythonhosted.org/packages/5b/9d/512337fc273f7b306992ec8b786b36c61dad9fcd767e7df76855fca57f3c/robotframework_requests-0.7.1-py3-none-any.whl
Collecting pygments==2.2.0 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/02/ee/b6e02dc6529e82b75bb06823ff7d005b141037cb1416b10c6f00fc419dca/Pygments-2.2.0-py2.py3-none-any.whl (841kB)
Collecting rfc3987==1.3.8 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/65/d4/f7407c3d15d5ac779c3dd34fbbc6ea2090f77bd7dd12f207ccf881551208/rfc3987-1.3.8-py2.py3-none-any.whl
Collecting strict-rfc3339==0.7 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/56/e4/879ef1dbd6ddea1c77c0078cd59b503368b0456bcca7d063a870ca2119d3/strict-rfc3339-0.7.tar.gz
Collecting jsonschema==3.0.0a3 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/e3/df/b85ecaf1e9d4a8e9aa958517edeb3d933b9ce23d5c19ad3873ce1ac7d57b/jsonschema-3.0.0a3-py2.py3-none-any.whl (49kB)
Collecting tzlocal==1.5.1 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz
Collecting requests==2.20.0 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
Collecting pytz==2018.5 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl (510kB)
Collecting flex==6.13.2 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/8d/3d/7075e8a5844e485d80972f4f6e9aef287f5b898312524f58d96a203b794d/flex-6.13.2-py3-none-any.whl (77kB)
Collecting GenSON==1.0.1 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/00/ed/4b249d723b330e5856ab1c2f09dfa298f997630fa2bc5cfb50247cf1d8d2/genson-1.0.1.tar.gz
Collecting jsonpath-ng==1.4.3 (from RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/95/32/ab29fef829c129e5847b8241541bec858515af2bd57a845fad78efde25f5/jsonpath_ng-1.4.3-py2.py3-none-any.whl
Collecting tox (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/d8/63/2fa635ac1b8a22e960654b07c270dfb53eb873aba261006536de40327b18/tox-3.23.1-py2.py3-none-any.whl (85kB)
Collecting coverage (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/18/97/fda94f1e78b508dd1a493106c236076c4c82a9925c9347211afc4d6bd4e0/coverage-5.5-cp35-cp35m-manylinux1_x86_64.whl (240kB)
Collecting jsonpath-rw==1.4.0 (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/71/7c/45001b1f19af8c4478489fbae4fc657b21c4c669d7a5a036a86882581d85/jsonpath-rw-1.4.0.tar.gz
Collecting jsonpath-rw-ext>=0.1.9 (from robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/eb/69/e46a4866c6afa52861bcd9bf8909a4b76fd7ac68b227b2d5673f109f0aa3/jsonpath_rw_ext-1.2.2-py2.py3-none-any.whl
Collecting six>=1.11.0 (from jsonschema==3.0.0a3->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl
Collecting pyrsistent>=0.14.0 (from jsonschema==3.0.0a3->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/4d/70/fd441df751ba8b620e03fd2d2d9ca902103119616f0f6cc42e6405035062/pyrsistent-0.17.3.tar.gz (106kB)
Requirement already satisfied (use --upgrade to upgrade): attrs>=17.4.0 in /usr/local/lib/python3.5/dist-packages (from jsonschema==3.0.0a3->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
Collecting certifi>=2017.4.17 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/05/1b/0a0dece0e8aa492a6ec9e4ad2fe366b511558cdc73fd3abc82ba7348e875/certifi-2021.5.30-py2.py3-none-any.whl (145kB)
Collecting idna<2.8,>=2.5 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting urllib3<1.25,>=1.21.1 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/01/11/525b02e4acc0c747de8b6ccdab376331597c569c42ea66ab0a1dbd36eca2/urllib3-1.24.3-py2.py3-none-any.whl (118kB)
Collecting chardet<3.1.0,>=3.0.2 (from requests==2.20.0->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
Collecting validate-email<2,>=1.2 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/84/a0/cb53fb64b52123513d04f9b913b905f3eb6fda7264e639b4573cc715c29f/validate_email-1.3.tar.gz
Collecting click<7,>=3.3 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/34/c1/8806f99713ddb993c5366c362b2f908f18269f8d792aff1abfd700775a77/click-6.7-py2.py3-none-any.whl (71kB)
Collecting PyYAML<4,>=3.11 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/9e/a3/1d13970c3f36777c583f136c136f804d70f500168edc1edea6daa7200769/PyYAML-3.13.tar.gz (270kB)
Collecting jsonpointer<2,>=1.7 (from flex==6.13.2->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/7b/f4/90449441c1c011a733ee85739a680f2442eda2130e6a88f51804660a0289/jsonpointer-1.14-py2.py3-none-any.whl
Collecting decorator (from jsonpath-ng==1.4.3->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/6a/36/b1b9bfdf28690ae01d9ca0aa5b0d07cb4448ac65fb91dc7e2d094e3d992f/decorator-5.0.9-py3-none-any.whl
Collecting ply (from jsonpath-ng==1.4.3->RESTinstance==1.0.0rc4->-r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/a3/58/35da89ee790598a0700ea49b2a66594140f44dec458c07e8e3d4979137fc/ply-3.11-py2.py3-none-any.whl (49kB)
Requirement already satisfied (use --upgrade to upgrade): pluggy>=0.12.0 in /usr/local/lib/python3.5/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Collecting virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/03/08/f819421002e85a71d58368f7bffbe0b1921325e0e8ca7857cb5fb0e1f7c1/virtualenv-20.4.7-py2.py3-none-any.whl (7.2MB)
Requirement already satisfied (use --upgrade to upgrade): importlib-metadata>=0.12; python_version < "3.8" in /usr/local/lib/python3.5/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): toml>=0.9.4 in /usr/local/lib/python3.5/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Collecting filelock>=3.0.0 (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/93/83/71a2ee6158bb9f39a90c0dea1637f81d5eef866e188e1971a1b1ab01a35a/filelock-3.0.12-py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): packaging>=14 in /usr/local/lib/python3.5/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.17 in /usr/local/lib/python3.5/dist-packages (from tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Collecting pbr>=1.8 (from jsonpath-rw-ext>=0.1.9->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/18/e0/1d4702dd81121d04a477c272d47ee5b6bc970d1a0990b11befa275c55cf2/pbr-5.6.0-py2.py3-none-any.whl (111kB)
Collecting distlib<1,>=0.3.1 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/87/26/f6a23dd3e578132cf924e0dd5d4e055af0cd4ab43e2a9f10b7568bfb39d9/distlib-0.3.2-py2.py3-none-any.whl (338kB)
Collecting appdirs<2,>=1.4.3 (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl
Collecting importlib-resources>=1.0; python_version < "3.7" (from virtualenv!=20.0.0,!=20.0.1,!=20.0.2,!=20.0.3,!=20.0.4,!=20.0.5,!=20.0.6,!=20.0.7,>=16.0.0->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/a4/30/b230b6586bcf6b80752ae42979f3b0da70bbde977d2b73eafd20c693b3db/importlib_resources-5.1.4-py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): zipp>=0.5 in /usr/local/lib/python3.5/dist-packages (from importlib-metadata>=0.12; python_version < "3.8"->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): typing-extensions>=3.6.4; python_version < "3.8" in /usr/local/lib/python3.5/dist-packages (from importlib-metadata>=0.12; python_version < "3.8"->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): pyparsing>=2.0.2 in /usr/local/lib/python3.5/dist-packages (from packaging>=14->tox->robotframework-jsonlibrary==0.3->-r requirements.txt (line 8))
Building wheels for collected packages: robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, strict-rfc3339, tzlocal, GenSON, jsonpath-rw, pyrsistent, validate-email, PyYAML
  Running setup.py bdist_wheel for robotframework-jsonlibrary: started
  Running setup.py bdist_wheel for robotframework-jsonlibrary: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/5f/70/4e/099c5b627ea3eb9aed2794f477b45b15ac1a1e7a210a88090f
  Running setup.py bdist_wheel for robotframework-jsonschemalibrary: started
  Running setup.py bdist_wheel for robotframework-jsonschemalibrary: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/0c/9c/f0/680efb7acfc611d50bf85f1cc0e1773dfb5dfd0975a0f515f6
  Running setup.py bdist_wheel for robotframework-mockserver: started
  Running setup.py bdist_wheel for robotframework-mockserver: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/97/21/c1/da2daae69e072a62fc0a39ce43425252e891c93a0c27c78abe
  Running setup.py bdist_wheel for strict-rfc3339: started
  Running setup.py bdist_wheel for strict-rfc3339: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/bb/af/c9/b6e9fb5f9b2470e4ed2a7241c9ab3a8cdd3bc8555ae02ca2e6
  Running setup.py bdist_wheel for tzlocal: started
  Running setup.py bdist_wheel for tzlocal: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/15/ae/df/a67bf1ed84e9bf230187d36d8dcfd30072bea0236cb059ed91
  Running setup.py bdist_wheel for GenSON: started
  Running setup.py bdist_wheel for GenSON: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/c7/8d/68/e7d5111969fea6f6a53ec10803d1bca5118b79b5bb2d559122
  Running setup.py bdist_wheel for jsonpath-rw: started
  Running setup.py bdist_wheel for jsonpath-rw: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/5c/00/9a/82822db383c2d96dcebf839786665a185f92d37e5026f9806f
  Running setup.py bdist_wheel for pyrsistent: started
  Running setup.py bdist_wheel for pyrsistent: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/f0/b8/de/b593ad311be4eb458499d100db081e453576032272398b7ddc
  Running setup.py bdist_wheel for validate-email: started
  Running setup.py bdist_wheel for validate-email: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/14/46/e7/4a2edb0d03a802cb59a75668734c04cceacdd6c0c585448773
  Running setup.py bdist_wheel for PyYAML: started
  Running setup.py bdist_wheel for PyYAML: finished with status 'done'
  Stored in directory: /root/.cache/pip/wheels/ad/da/0c/74eb680767247273e2cf2723482cb9c924fe70af57c334513f
Successfully built robotframework-jsonlibrary robotframework-jsonschemalibrary robotframework-mockserver strict-rfc3339 tzlocal GenSON jsonpath-rw pyrsistent validate-email PyYAML
Installing collected packages: pygments, rfc3987, strict-rfc3339, six, pyrsistent, jsonschema, pytz, tzlocal, certifi, idna, urllib3, chardet, requests, validate-email, click, PyYAML, jsonpointer, flex, GenSON, decorator, ply, jsonpath-ng, RESTinstance, robotframework-dependencylibrary, distlib, filelock, appdirs, importlib-resources, virtualenv, tox, coverage, jsonpath-rw, pbr, jsonpath-rw-ext, robotframework-jsonlibrary, robotframework-jsonschemalibrary, robotframework-mockserver, robotframework-requests
Successfully installed GenSON-1.0.1 PyYAML-3.13 RESTinstance-1.0.0rc4 appdirs-1.4.4 certifi-2021.5.30 chardet-3.0.4 click-6.7 coverage-5.5 decorator-5.0.9 distlib-0.3.2 filelock-3.0.12 flex-6.13.2 idna-2.7 importlib-resources-5.1.4 jsonpath-ng-1.4.3 jsonpath-rw-1.4.0 jsonpath-rw-ext-1.2.2 jsonpointer-1.14 jsonschema-3.0.0a3 pbr-5.6.0 ply-3.11 pygments-2.2.0 pyrsistent-0.17.3 pytz-2018.5 requests-2.20.0 rfc3987-1.3.8 robotframework-dependencylibrary-1.0.0.post1 robotframework-jsonlibrary-0.3 robotframework-jsonschemalibrary-1.0 robotframework-mockserver-0.0.7 robotframework-requests-0.7.1 six-1.16.0 strict-rfc3339-0.7 tox-3.23.1 tzlocal-1.5.1 urllib3-1.24.3 validate-email-1.3 virtualenv-20.4.7
You are using pip version 8.1.1, however version 21.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Removing intermediate container d3201e08f418
 ---> 16b8996e853f
Step 16/18 : ADD . /home/etsi/dev/robot
 ---> a80eb36b91ad
Step 17/18 : RUN	chmod +x /home/etsi/dev/robot/scripts/*
 ---> Running in f4a245995e0d
Removing intermediate container f4a245995e0d
 ---> a2ae021daa3b
Step 18/18 : CMD tail -f /dev/null
 ---> Running in 43f83f01ca27
Removing intermediate container 43f83f01ca27
 ---> 1b3b51ce6220
Successfully built 1b3b51ce6220
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/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
Received arguments:  ['create_sols.py', '../../robot', 'local', '../../build']
Using git ref: 3.3.1.0.0.2 (tag)
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
++ Generating test suite: SOL002 6.3.1.2 ApiVersion
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFConfiguration-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.2.1 VNFIndicators
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators with attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators with invalid attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with malformed authorization token
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators without authorization token
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,GET all VNF Indicators with expired or revoked authorization token
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with invalid resource endpoint
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,POST all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,PUT all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,PATCH all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,DELETE all VNF Indicators - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators to get Paged Response
++++ TD: ,SOL002,VNFIndicator-API,VNFIndicators,Get VNF Indicators - Bad Request Response too Big
++ Generating test suite: SOL002 6.3.2.2 VnfIndicatorsInVnfInstanceId
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,GET Indicators for VNF Instance with attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid resource identifier
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,POST Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PUT Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PATCH Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,DELETE Indicators for VNF instance - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance to get Paged Response
++++ TD: ,SOL002,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance - Bad Request Response too Big
++ Generating test suite: SOL002 6.3.2.3 IndividualVNFindicator
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance with invalid indicator identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,POST Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PUT Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PATCH Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,DELETE Individual VNF Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Performance Indicator
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,Get Individual Performance Indicator with invalid indicator identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,POST Individual Performance Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PUT Individual Performance Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,PATCH Individual Performance Indicator - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualVNFindicator,DELETE Individual Performance Indicator - Method not implemented
++ Generating test suite: SOL002 6.3.2.4 Subscriptions
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions with attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions with invalid attribute-based filter
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions with invalid resource endpoint
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,Create new VNF indicator subscription
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,PUT VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,PATCH VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,DELETE VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions to get Paged Response
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,GET VNF Indicators Subscriptions - Bad Request Response too Big
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,Create new VNF indicator Subscription - DUPLICATION
++++ TD: ,SOL002,VNFIndicator-API,Subscriptions,Create new VNF indicator Subscription - NO-DUPLICATION
++ Generating test suite: SOL002 6.3.2.5 IndividualSubscription
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,PUT Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,PATCH Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,IndividualSubscription,POST Individual VNF Indicator Subscription - Method not implemented
++ Generating test suite: SOL002 6.3.2.6 Notifications
++++ TD: ,SOL002,VNFIndicator-API,Notifications,VNF Indicator Value Change Notification
++++ TD: ,SOL002,VNFIndicator-API,Notifications,Supported Indicators Change Notification
++ Generating test suite: SOL002 6.3.2.7 ApiVersion
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFIndicator-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.3.8 NotificationEndpoint
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,VNF Indicator Value Change Notification
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,Supported Indicators Change Notification
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,Test the Notification Endpoint - Successful
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,Test the Notification Endpoint - NOT FOUND
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,PUT Notification endpoint - Method Not Implemented
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,PATCH Notification endpoint - Method Not Implemented
++++ TD: ,SOL002,VNFIndicator-API,NotificationEndpoint,DELETE Notification endpoint - Method Not Implemented
++ Generating test suite: SOL002 6.3.3.1 PMJobs
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with all_fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_default attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid resource endpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,POST Create new VNF Performance Monitoring Job - SUCCESSFUL
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,PUT all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,PATCH all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,DELETE all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs to get Paged Response
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs for Bad Request Response too big
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_default and fields attribute selector
++++ TD: ,SOL002,VNFPerformanceManagement-API,PMJobs,POST Create new VNF Performance Monitoring Job - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.3.2 IndividualPmJob
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,POST Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PUT Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - Precondition failed
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.3.3 IndividualReport
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report with invalid resource endpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,POST Individual Performance Report - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,PUT Individual Performance Report - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,PATCH Individual Performance Report - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualReport,DELETE Individual Performance Report - Method not implemented
++ Generating test suite: SOL002 6.3.3.4 Thresholds
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET All Performance Thresholds
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid attribute-based filter
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid resource endpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,POST Create new Performance Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,PUT Performance Thresholds - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,PATCH Performance Thresholds - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,DELETE Performance Thresholds - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with Paged Response
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds for Bad Request Response too big
++++ TD: ,SOL002,VNFPerformanceManagement-API,Thresholds,POST Create new Performance Threshold - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.3.5 IndividualThreshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold with invalid resource identifier
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,POST Individual Threshold - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PUT Individual Threshold - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Precondition failed
++++ TD: ,SOL002,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Unprocessible Entity
++ Generating test suite: SOL002 6.3.3.8 Notifications
++++ TD: ,SOL002,VNFPerformanceManagement-API,Notifications,VNF Performance Information Availability Notification
++++ TD: ,SOL002,VNFPerformanceManagement-API,Notifications,VNF Threshold Crossed Notification
++ Generating test suite: SOL002 6.3.3.9 ApiVersion
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFPerformanceManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.3.10 NotificationEndpoint
++++ TD: ,SOL002,VNFPerformanceManagement-API,NotificationEndpoint,VNF Performance Information Availability Notification
++++ TD: ,SOL002,VNFPerformanceManagement-API,NotificationEndpoint,VNF Threshold Crossed Notification
++ Generating test suite: SOL002 6.3.4.1 Alarms
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,POST Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with invalid attribute-based filter
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with "all_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with exclude_default attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with fields attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with "exclude_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,PUT Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,PATCH Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,DELETE Alarms - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms to get Paged Response
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms for Bad Request Response too big
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about alarms with attribute-based filter "id"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "vnfcInstanceIds"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "rootCauseFaultyResource.faultyResourceType"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "eventType"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "perceivedSeverity"
++++ TD: ,SOL002,VNFFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "probableCause"
++ Generating test suite: SOL002 6.3.4.2 IndividualAlarm
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,POST Alarm - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,GET information about an individual alarm
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PUT Individual Alarm - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PATCH Individual Alarm
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PATCH Individual Alarm - Precondition failed
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,PATCH Individual Alarm - Conflict
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,DELETE Individual Alarm - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualAlarm,GET information about an individual alarm - Not Found
++ Generating test suite: SOL002 6.3.4.3 EscalatePerceivedSeverityTask
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,Escalate the perceived severity
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,GET Escalate the perceived severity - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,PUT Escalate the perceived severity - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,PATCH Escalate the perceived severity - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,EscalatePerceivedSeverityTask,DELETE Escalate the perceived severity - Method not implemented
++ Generating test suite: SOL002 6.3.4.4 Subscriptions
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Create a new subscription
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Create a duplicated Subscription
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscriptions to get Paged Response
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,GET Subscription with attribute-based filter "id"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.notificationTypes"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.faultyResourceTypes"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.perceivedSeverities"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.eventTypes"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.probableCauses"
++++ TD: ,SOL002,VNFFaultManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++ Generating test suite: SOL002 6.3.4.5 IndividualSubscription
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,GET Information about an individual subscription
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL002,VNFFaultManagement-API,IndividualSubscription,GET Information about an individual subscription - Not Found
++ Generating test suite: SOL002 6.3.4.6 Notifications
++++ TD: ,SOL002,VNFFaultManagement-API,Notifications,VNF Fault Alarm Notification
++++ TD: ,SOL002,VNFFaultManagement-API,Notifications,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL002,VNFFaultManagement-API,Notifications,VNF Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL002 6.3.4.7 ApiVersion
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFFaultManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.4.8 NotificationEndpoint
++++ TD: ,SOL002,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Notification
++++ TD: ,SOL002,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL002,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL002 6.3.5.1 VNFInstances
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "all_fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,PUT VNFInstances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,PATCH VNFInstances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,DELETE VNFInstances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance - UNPROCESSIBLE ENTITY
++ Generating test suite: SOL002 6.3.5.2 IndividualVNFInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,POST Individual VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,GET Information about an individual VNF Instance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PUT Individual VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Precondition failed
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Conflict
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance Conflict
++ Generating test suite: SOL002 6.3.5.3 InstantiateVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,POST Instantiate a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,POST Instantiate a vnfInstance Conflict
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,GET Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,PUT Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,PATCH Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,InstantiateVNFTask,DELETE Instantiate VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.4 ScaleVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,GET Scale VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,PUT Scale VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,PATCH Scale VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFTask,DELETE Scale VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.5 ScaleVNFToLevelTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,GET Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PUT Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PATCH Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ScaleVNFToLevelTask,DELETE Scale to level VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.6 ChangeVNFFlavourTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,GET Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PUT Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PATCH Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeVNFFlavourTask,DELETE Change deployment flavour VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.7 TerminateVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,GET Terminate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,PUT Terminate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,PATCH Terminate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,TerminateVNFTask,DELETE Terminate VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.8 HealVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,GET Heal VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,PUT Heal VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,PATCH Heal VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,HealVNFTask,DELETE Heal VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.9 OperateVNFTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,GET Operate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,PUT Operate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,PATCH Operate VNFInstance - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,OperateVNFTask,DELETE Operate VNFInstance - Method not implemented
++ Generating test suite: SOL002 6.3.5.10 ChangeExternalVNFConnectivityTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,POST Change external VNF connectivity
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,GET Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PUT Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PATCH Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,DELETE Change external VNF connectivity - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,POST Change external VNF connectivity Conflict
++ Generating test suite: SOL002 6.3.5.11 VnfLcmOperationOccurences
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,POST VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM operation occurrences
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM operation occurrences Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences Bad Request Invalid attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "all_fields"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "exlude_default"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "fields"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "exclude_fields"
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PUT status information about multiple VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PATCH status information about multiple VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,DELETE status information about multiple VNF LCM operation occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM operation occurances to get Paged Response
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences Bad Request Response too big
++++ TD: ,SOL002,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation occurrences with "exlude_default" and "fields"
++ Generating test suite: SOL002 6.3.5.12 IndividualVnfLcmOperationOccurence
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Post Individual VNF LCM OP occurrences - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Get status information about multiple VNF instances
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PUT status information about multiple VNF instances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PATCH status information about multiple VNF instances - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,DELETE status information about multiple VNF instances - Method not implemented
++ Generating test suite: SOL002 6.3.5.13 RetryOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,POST Retry operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,POST Retry operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,POST Retry operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,GET Retry operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,PUT Retry operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,PATCH Retry operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RetryOperationTask,DELETE Retry operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.14 RollbackOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,GET Rollback operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,PUT Rollback operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,PATCH Rollback operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,RollbackOperationTask,DELETE Rollback operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.15 FailOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,GET Fail operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,PUT Fail operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,PATCH Fail operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,FailOperationTask,DELETE Fail operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.16 CancelOperationTask
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,Post Cancel operation task
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,Post Cancel operation task Conflict
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,Post Cancel operation task Not Found
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,GET Cancel operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,PUT Cancel operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,PATCH Cancel operation task - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,CancelOperationTask,DELETE Cancel operation task - Method not implemented
++ Generating test suite: SOL002 6.3.5.17 Subscriptions
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new subscription
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - DUPLICATION
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - NO-DUPLICATION
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with all_fields attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with exclude_default attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with fields attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET subscriptions with exclude_fields attribute selector
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET information about multiple subscriptions to get Paged Response
++++ TD: ,SOL002,VNFLifecycleManagement-API,Subscriptions,GET information about multiple subscriptions for Bad Request Response too big
++ Generating test suite: SOL002 6.3.5.18 IndividualSubscription
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,GET Individual Subscription
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,IndividualSubscription,DELETE an individual subscription
++ Generating test suite: SOL002 6.3.5.19 Notifications
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Start Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Result Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF Identifier Creation Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,Notifications,VNF Identifier Deletion Notification
++ Generating test suite: SOL002 6.3.5.20 ApiVersion
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL002,VNFLifecycleManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL002 6.3.5.21 NotificationEndpoint
++++ TD: ,SOL002,VNFLifecycleManagement-API,NotificationEndpoint,VNF LCM Operation Occurrence Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Creation Notification
++++ TD: ,SOL002,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Deletion Notification
Writing SOL002 definitions to: ../../build/Tests-SOL002-VeVnfm.docx, (/home/etsi/dev/build/Tests-SOL002-VeVnfm.docx)
Opening doc: Tests-SOL003-OrVnfm_template.docx
++ Generating test suite: SOL003 7.3.1.1 VNFInstances
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances Bad Request Invalid attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "all_fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,PUT multiples VNFInstances - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,PATCH multiples VNFInstances - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,DELETE VNFInstances - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances to get Paged Response
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances as a Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances - Bad Request Response too Big
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,POST Create a new vnfInstance - Unprocessible Entity
++++ TD: ,SOL003,VNFLifecycleManagement-API,VNFInstances,GET information about multiple VNF instances using Filter
++ Generating test suite: SOL003 7.3.1.2 IndividualVNFInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,Post Individual VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,Get Information about an individual VNF Instance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PUT Individual VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Precondition failed
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,PATCH Individual VNFInstance Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,DELETE Individual VNFInstance Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVNFInstance,Get Information about an individual VNF Instance - Not Found
++ Generating test suite: SOL003 7.3.1.3 InstantiateVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,Instantiate a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,Instantiate a vnfInstance Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,GET Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,PUT Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,PATCH Instantiate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTask,DELETE Instantiate VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.4 ScaleVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,POST Scale a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,GET Scale VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,PUT Scale VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,PATCH Scale VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFTask,DELETE Scale VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.5 ScaleVNFToLevelTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,POST Scale a vnfInstance to level Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,Scale a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,GET Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PUT Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,PATCH Scale to level VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelTask,DELETE Scale to level VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.6 ChangeVNFFlavourTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,POST Change deployment flavour of a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,GET Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PUT Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,PATCH Change deployment flavour VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourTask,DELETE Change deployment flavour VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.7 TerminateVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,POST Terminate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,GET Terminate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,PUT Terminate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,PATCH Terminate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFTask,DELETE Terminate VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.8 HealVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,POST Heal a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,GET Heal VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,PUT Heal VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,PATCH Heal VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFTask,DELETE Heal VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.9 OperateVNFTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Conflict (Not-Instantiated)
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,POST Operate a vnfInstance Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,GET Operate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,PUT Operate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,PATCH Operate VNFInstance - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFTask,DELETE Operate VNFInstance - Method not implemented
++ Generating test suite: SOL003 7.3.1.10 ChangeExternalVNFConnectivityTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,POST Change external VNF connectivity
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,GET Change external VNF connectivity - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PUT Change external VNF connectivity - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,PATCH Change external VNF connectivity - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityTask,DELETE Change external VNF connectivity - Method not implemented
++ Generating test suite: SOL003 7.3.1.11 VnfLcmOperationOccurences
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,POST VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC Bad Request Invalid attribute selector
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "all_fields"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "exlude_default"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "fields"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "exclude_fields"
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PUT status information about multiple VNF LCM Operation OCC - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,PATCH status information about multiple VNF LCM Operation OCC - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,DELETE status information about multiple VNF LCM Operation OCC - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC to get Paged Response
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET information about multiple VNF LCM Operation OCC as a Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC - Bad Request Response too Big
++++ TD: ,SOL003,VNFLifecycleManagement-API,VnfLcmOperationOccurences,GET status information about multiple VNF LCM Operation OCC with "exclude_default" and "fields"
++ Generating test suite: SOL003 7.3.1.12 IndividualVnfLcmOperationOccurence
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Post Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Get Individual VNF LCM Operation occurrences
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PUT Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,PATCH Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,DELETE Individual VNF LCM Operation occurrences - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualVnfLcmOperationOccurence,Get Individual VNF LCM Operation occurrences - Not Found
++ Generating test suite: SOL003 7.3.1.13 RetryOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,Post Retry operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,Post Retry operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,Post Retry operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,GET Retry operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,PUT Retry operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,PATCH Retry operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationTask,DELETE Retry operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.14 RollbackOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,Post Rollback operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,GET Rollback operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,PUT Rollback operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,PATCH Rollback operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollbackOperationTask,DELETE Rollback operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.15 FailOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,POST Fail operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,Post Fail operation task Conflict (Not-FAILED_TEMP)
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,Post Fail operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,GET Fail operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,PUT Fail operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,PATCH Fail operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationTask,DELETE Fail operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.16 CancelOperationTask
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,POST Cancel operation task
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,POST Cancel operation task Conflict
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,POST Cancel operation task Not Found
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,GET Cancel operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,PUT Cancel operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,PATCH Cancel operation task - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationTask,DELETE Cancel operation task - Method not implemented
++ Generating test suite: SOL003 7.3.1.17 Subscriptions
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,POST Create a new subscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Create a new Subscription - DUPLICATION
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Create a new Subscription - NO-DUPLICATION
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET Subscriptions as a Paged Response
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++++ TD: ,SOL003,VNFLifecycleManagement-API,Subscriptions,GET Subscriptions as a Paged Response with nextpage_opauque_marker parameter
++ Generating test suite: SOL003 7.3.1.18 IndividualSubscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,GET Individual Subscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL003,VNFLifecycleManagement-API,IndividualSubscription,GET Individual Subscription - Not Found
++ Generating test suite: SOL003 7.3.1.19 CancelOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationWorkflow,Cancel a VNF LCM Operation - STARTING
++++ TD: ,SOL003,VNFLifecycleManagement-API,CancelOperationWorkflow,Cancel a VNF LCM Operation - PROCESSING - ROLLING_BACK
++ Generating test suite: SOL003 7.3.1.20 ChangeExternalVNFConnectivityWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeExternalVNFConnectivityWorkflow,Change external connectivity of VNF Workflow
++ Generating test suite: SOL003 7.3.1.21 ChangeVNFFlavourWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ChangeVNFFlavourWorkflow,Change VNF Flavour Workflow
++ Generating test suite: SOL003 7.3.1.22 CreateVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,CreateVNFWorkflow,Create VNF Instance Resource
++ Generating test suite: SOL003 7.3.1.23 DeleteVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,DeleteVNFWorkflow,Delete VNF Instance Resource
++ Generating test suite: SOL003 7.3.1.24 FailOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,FailOperationWorkflow,Fail a VNF LCM Operation Workflow
++ Generating test suite: SOL003 7.3.1.25 HealVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,HealVNFWorkflow,Heal a VNF Instance
++ Generating test suite: SOL003 7.3.1.26 InstantiateVNFTaskWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,InstantiateVNFTaskWorkflow,VNF Instantiation
++ Generating test suite: SOL003 7.3.1.27 ModifyVNFInformationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ModifyVNFInformationWorkflow,Modify info of a VNF Instance
++ Generating test suite: SOL003 7.3.1.28 OperateVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,OperateVNFWorkflow,Operate a VNF Instance
++ Generating test suite: SOL003 7.3.1.29 RetryOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationWorkflow,Retry VNF LCM Operation - Successful
++++ TD: ,SOL003,VNFLifecycleManagement-API,RetryOperationWorkflow,Retry VNF LCM Operation - Unsuccessful
++ Generating test suite: SOL003 7.3.1.30 RollBackOperationWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollBackOperationWorkflow,Rollback a VNF LCM Operation - Successful
++++ TD: ,SOL003,VNFLifecycleManagement-API,RollBackOperationWorkflow,Rollback VNF LCM Operation - Unsuccessful
++ Generating test suite: SOL003 7.3.1.31 ScaleVNFToLevelWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFToLevelWorkflow,VNF Instance Scale To Level
++ Generating test suite: SOL003 7.3.1.32 ScaleVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,ScaleVNFWorkflow,VNF Instance Scale Out
++ Generating test suite: SOL003 7.3.1.33 TerminateVNFWorkflow
++++ TD: ,SOL003,VNFLifecycleManagement-API,TerminateVNFWorkflow,Terminate a VNF Instance
++ Generating test suite: SOL003 7.3.1.34 Notifications
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Start Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF LCM Operation Occurrence Result Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF Identifier Creation Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,Notifications,VNF Identifier Deletion Notification
++ Generating test suite: SOL003 7.3.1.35 ApiVersion
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.1.36 NotificationEndpoint
++++ TD: ,SOL003,VNFLifecycleManagement-API,NotificationEndpoint,VNF LCM Operation Occurrence Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Creation Notification
++++ TD: ,SOL003,VNFLifecycleManagement-API,NotificationEndpoint,VNF Identifier Deletion Notification
++ Generating test suite: SOL003 7.3.2.1 Grants
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,Requests a grant for a particular VNF lifecycle operation - Synchronous mode
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,Requests a grant for a particular VNF lifecycle operation - Asynchronous mode
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,Requests a grant for a particular VNF lifecycle operation - Forbidden
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,GET Grants - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,PUT Grants - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,PATCH Grants - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,Grants,DELETE Grants - Method not implemented
++ Generating test suite: SOL003 7.3.2.2 IndividualGrant
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,POST Individual Grant - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - Successful
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - Process ongoing
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - grant rejected
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,PUT an individual grant - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,PATCH an individual grant - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,IndividualGrant,DELETE an individual grant - Method not implemented
++ Generating test suite: SOL003 7.3.2.3 ApiVersion
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFLifecycleOperationGranting-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.3.1 VNFPackages
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all VNF Packages
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with invalid attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "all_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all VNF Packages with invalid resource endpoint
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,POST all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PUT all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PATCH all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,DELETE all VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all VNF Packages as a Paged Response
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all VNF Packages as a Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages - Bad Request Response too Big
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all OnBoarded VNF Packages
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with invalid attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "all_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all OnBoarded VNF Packages with invalid resource endpoint
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,POST all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PUT all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,PATCH all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,DELETE all OnBoarded VNF Packages - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all OnBoarded VNF Packages as a Paged Response
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET all OnBoarded VNF Packages as a Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages - Bad Request Response too Big
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "fields" and "exclude_default" attribute selector
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackages,GET OnBoarded VNF Packages with "fields" and "exclude_default" attribute selector
++ Generating test suite: SOL003 7.3.3.2 IndividualVNFPackage
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual VNF Package
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,POST Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PUT Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PATCH Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,DELETE Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual OnBoarded VNF Package
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,GET Individual OnBoarded VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,POST Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PUT Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,PATCH Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualVNFPackage,DELETE Individual OnBoarded VNF Package - Method not implemented
++ Generating test suite: SOL003 7.3.3.3 VNFPackageContent
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with Range Request and NFVO not supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,POST Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PUT Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PATCH Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,DELETE Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with Range Request and NFVO not supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,GET Individual OnBoarded VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,POST Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PUT Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,PATCH Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageContent,DELETE Individual OnBoarded VNF Package Content - Method not implemented
++ Generating test suite: SOL003 7.3.3.4 VNFDInIndividualVNFPackage
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual VNF Package in Plain Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package in Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,POST VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PUT VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PATCH VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,DELETE VNFD in Individual VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual OnBoarded VNF Package in Plain Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual OnBoarded VNF Package in Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get single file VNFD in Individual OnBoarded VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual OnBoarded VNF Package in Plain or Zip Format
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual OnBoarded VNF Package with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual OnBoarded VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,POST VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PUT VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PATCH VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,DELETE VNFD in Individual OnBoarded VNF Package Content - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual VNF Package with security information
++++ TD: ,SOL003,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get multi file VNFD in Individual OnBoarded VNF Package with security information
++ Generating test suite: SOL003 7.3.3.5 VNFPackageArtifacts
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,GET VNF Package Artifact with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,POST VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PUT VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PATCH VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,DELETE VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,GET OnBoarded VNF Package Artifact with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,POST OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PUT OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PATCH OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,DELETE OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_external_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "include_external_artifacts" parameter
++ Generating test suite: SOL003 7.3.3.6 Subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get All VNF Package Subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions with attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions with invalid attribute-based filter
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,GET VNF Package Subscription with invalid resource endpoint
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Create new VNF Package subscription
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Create duplicated VNF Package subscription with NFVO not creating duplicated subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Create duplicated VNF Package subscription with NFVO creating duplicated subscriptions
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,PUT VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,PATCH VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,DELETE VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get All VNF Package Subscriptions as Paged Response
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,GET All VNF Package Subscriptions as a Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions - Unprocessable Entity
++ Generating test suite: SOL003 7.3.3.7 IndividualSubscription
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,GET Individual VNF Package Subscription
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,GET Individual VNF Package Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,DELETE Individual VNF Package Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,POST Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,PUT Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,PATCH Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,IndividualSubscription,DELETE Individual VNF Package Subscription
++ Generating test suite: SOL003 7.3.3.8 Notifications
++++ TD: ,SOL003,VNFPackageManagement-API,Notifications,VNF Package Onboarding Notification
++++ TD: ,SOL003,VNFPackageManagement-API,Notifications,VNF Package Operational State Change Notification
++++ TD: ,SOL003,VNFPackageManagement-API,Notifications,VNF Package Deletion Notification
++ Generating test suite: SOL003 7.3.3.9 ApiVersion
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.3.10 ManifestInIndividualVNFPackage
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package with security information
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package - Not acceptable
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package - Conflict
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,POST Manifest in Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,PUT Manifest in Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,PATCH Manifest in Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,DELETE Manifest in Individual VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual OnBoarded VNF Package
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual OnBoarded VNF Package with security information
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual OnBoarded VNF Package - Not acceptable
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual OnBoarded VNF Package - Conflict
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,POST Manifest in Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,PUT Manifest in Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,PATCH Manifest in Individual OnBoarded VNF Package - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,ManifestInIndividualVNFPackage,DELETE Manifest in Individual OnBoarded VNF Package - Method not implemented
++ Generating test suite: SOL003 7.3.3.11 VNFPackageArtifacts
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,GET VNF Package Artifact with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,POST VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PUT VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PATCH VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,DELETE VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,GET OnBoarded VNF Package Artifact with invalid Range Request
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,POST OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PUT OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,PATCH OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,DELETE OnBoarded VNF Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_external_artifacts" parameter
++++ TD: ,SOL003,VNFPackageManagement-API,VNFPackageArtifacts,Get OnBoarded VNF Package Artifact with "include_external_artifacts" parameter
++ Generating test suite: SOL003 7.3.3.12 NotificationEndpoint
++++ TD: ,SOL003,VNFPackageManagement-API,NotificationEndpoint,VNF Package Onboarding Notification
++++ TD: ,SOL003,VNFPackageManagement-API,NotificationEndpoint,VNF Package Change Notification
++ Generating test suite: SOL003 7.3.4.1 PMJobs
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with all_fields attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_default attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with fields attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with exclude_fields attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs with invalid resource endpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,Create new VNF Performance Monitoring Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,PUT all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,PATCH all VNF Performance Monitoring Jobs - (Method not implemented)
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,DELETE all VNF Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs as Paged Response
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs as Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET VNF Performance Monitoring Jobs - Bad Request Response too Big
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,GET all VNF Performance Monitoring Jobs with fields and exclude_default attribute selector
++++ TD: ,SOL003,VNFPerformanceManagement-API,PMJobs,POST Create new VNF Performance Monitoring Job - Unprocessable Entity
++ Generating test suite: SOL003 7.3.4.2 IndividualPmJob
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,GET individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,DELETE Individual VNF Performance Job with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,POST Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PUT Individual VNF Performance Job - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - Precondition failed
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualPmJob,PATCH Individual VNF Performance Job - Unprocessable Entity
++ Generating test suite: SOL003 7.3.4.3 IndividualReport
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,Get Individual Performance Report with invalid resource endpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,POST Individual Performance Report - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,PUT Individual Performance Report - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,PATCH Individual Performance Report - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualReport,DELETE Individual Performance Report - Method not implemented
++ Generating test suite: SOL003 7.3.4.4 Thresholds
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET All Performance Thresholds
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid attribute-based filter
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid resource endpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,Create new Performance Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,PUT Performance Thresholds - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,PATCH Performance Thresholds - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,DELETE Performance Thresholds - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET All Performance Thresholds as Paged Response
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,GET Performance Thresholds - Bad Request Response too Big
++++ TD: ,SOL003,VNFPerformanceManagement-API,Thresholds,POST create new Performance Threshold - Unprocessable Entity
++ Generating test suite: SOL003 7.3.4.5 IndividualThreshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,GET Individual Threshold with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold with invalid resource identifier
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,POST Individual Threshold - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PUT Individual Threshold - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Precondition failed
++++ TD: ,SOL003,VNFPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Unprocessible Entity
++ Generating test suite: SOL003 7.3.4.8 Notifications
++++ TD: ,SOL003,VNFPerformanceManagement-API,Notifications,VNF Performance Information Availability Notification
++++ TD: ,SOL003,VNFPerformanceManagement-API,Notifications,VNF Threshold Crossed Notification
++ Generating test suite: SOL003 7.3.4.9 ApiVersion
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFPerformanceManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.4.10 NotificationEndpoint
++++ TD: ,SOL003,VNFPerformanceManagement-API,NotificationEndpoint,Performance Information Available Notification
++++ TD: ,SOL003,VNFPerformanceManagement-API,NotificationEndpoint,Threshold Crossed Notification
++ Generating test suite: SOL003 7.3.5.1 Alarms
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,POST Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms with filter
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,PUT Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,PATCH Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,DELETE Alarms - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms as a Paged Response
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,GET information about multiple alarms as a Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VNFFaultManagement-API,Alarms,Get information about multiple alarms - Bad Request Response too Big
++ Generating test suite: SOL003 7.3.5.2 IndividualAlarm
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,POST Alarm - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Get information about an fault management individual alarm
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,PUT Alarm - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,PATCH Fault Management Individual Alarm
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Modify an individual alarm resource - Precondition failed
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Modify an individual alarm resource - Conflict
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,DELETE Alarm - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualAlarm,Get information about an fault management individual alarm - Not Found
++ Generating test suite: SOL003 7.3.5.3 Subscriptions
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Create a new Fault Management alarm subscription
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Create a new alarm subscription - DUPLICATION
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Create a new alarm subscription - NO DUPLICATION
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions as Paged Response
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,GET Subscription with attribute-based filter "id"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.notificationTypes"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.faultyResourceTypes"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.perceivedSeverities"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.eventTypes"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.probableCauses"
++++ TD: ,SOL003,VNFFaultManagement-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++ Generating test suite: SOL003 7.3.5.4 IndividualSubscription
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,Post Individual Subscription - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,Get Information about an individual subscription
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL003,VNFFaultManagement-API,IndividualSubscription,Get Information about an individual subscription - Not Found
++ Generating test suite: SOL003 7.3.5.5 Notifications
++++ TD: ,SOL003,VNFFaultManagement-API,Notifications,VNF Fault Alarm Notification
++++ TD: ,SOL003,VNFFaultManagement-API,Notifications,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL003,VNFFaultManagement-API,Notifications,VNF Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL003 7.3.5.6 ApiVersion
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFFaultManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.5.7 NotificationEndpoint
++++ TD: ,SOL003,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Notification
++++ TD: ,SOL003,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm Cleared Notification
++++ TD: ,SOL003,VNFFaultManagement-API,NotificationEndpoint,VNF Fault Alarm List Reulit Notification
++ Generating test suite: SOL003 7.3.6.1 VNFIndicators
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get VNF Indicators with attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get VNF Indicators with invalid attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with malformed authorization token
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators without authorization token
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,GET all VNF Indicators with expired or revoked authorization token
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators with invalid resource endpoint
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,POST all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,PUT all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,PATCH all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,DELETE all VNF Indicators - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get all VNF Indicators as Paged Response
++++ TD: ,SOL003,VNFIndicator-API,VNFIndicators,Get VNF Indicators - Bad Request Response too Big
++ Generating test suite: SOL003 7.3.6.2 VnfIndicatorsInVnfInstanceId
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,GET Indicators for VNF Instance with attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance with invalid resource identifier
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,POST Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PUT Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,PATCH Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,DELETE Indicators for VNF instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance as Paged Response
++++ TD: ,SOL003,VNFIndicator-API,VnfIndicatorsInVnfInstanceId,Get Indicators for VNF Instance - Bad Request Response too Big
++ Generating test suite: SOL003 7.3.6.3 IndividualVNFindicator
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,Get Individual Indicator for VNF Instance with invalid indicator identifier
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,POST Individual VNF Indicator for VNF Instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,PUT Individual VNF Indicator for VNF Instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,PATCH Individual VNF Indicator for VNF Instance - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualVNFindicator,DELETE Individual VNF Indicator for VNF Instance - Method not implemented
++ Generating test suite: SOL003 7.3.6.4 Subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET All VNF Indicator Subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions with attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions with invalid attribute-based filter
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions with invalid resource endpoint
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,Create new VNF indicator subscription
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,Create duplicated VNF indicator subscription with VNFM not creating duplicated subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,Create duplicated VNF indicator subscription with VNFM creating duplicated subscriptions
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,PUT VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,PATCH VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,DELETE VNF Indicator Subscriptions - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET All VNF Indicator Subscriptions as Paged Response
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,GET VNF Indicator Subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VNFIndicator-API,Subscriptions,POST Create a new Subscription - Unprocessable Entity
++ Generating test suite: SOL003 7.3.6.5 IndividualSubscription
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,GET Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,DELETE Individual VNF Indicator Subscription with invalid resource identifier
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,PUT Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,PATCH Individual VNF Indicator Subscription - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,IndividualSubscription,POST Individual VNF Indicator Subscription - Method not implemented
++ Generating test suite: SOL003 7.3.6.6 Notifications
++++ TD: ,SOL003,VNFIndicator-API,Notifications,VNF Indicator Value Change Notification
++ Generating test suite: SOL003 7.3.6.7 ApiVersion
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFIndicator-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.6.8 NotificationEndpoint
++++ TD: ,SOL003,VNFIndicator-API,NotificationEndpoint,VNF Indicator Value Change Notification
++++ TD: ,SOL003,VNFIndicator-API,NotificationEndpoint,Supported Indicators Change Notification
++ Generating test suite: SOL003 7.3.7.1 Subscriptions
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification subscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification subscription - DUPLICATION
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification subscription - NO-DUPLICATION
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification Subscriptions
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification Subscriptions with attribute-based Filter
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,PUT Virtualised Resources Quota Available Notification subscriptions - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,PATCH Virtualised Resources Quota Available Notification subscriptions - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,DELETE Virtualised Resources Quota Available Notification subscriptions - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification Subscriptions as Paged Response
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification Subscriptions as Paged Response with nextpage_opauque_marker parameter
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,GET Virtualised Resources Quota Available Notification subscriptions - Bad Request Response too Big
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Subscriptions,Create new Virtualised Resources Quota Available Notification Subscription - Unprocessable Entity
++ Generating test suite: SOL003 7.3.7.2 IndividualSubscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,Create new Virtualised Resources Quota Available Notification individual subscription - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,Get Information about an individual subscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,IndividualSubscription,Get Information about an individual subscription - Not Found
++ Generating test suite: SOL003 7.3.7.3 ApiVersion
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.7.4 NotificationEndpoint
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,NotificationEndpoint,Vr Quota Availibility Notification
++ Generating test suite: SOL003 7.3.7.5 Notifications
++++ TD: ,SOL003,VirtualisedResourcesQuotaAvailableNotification-API,Notifications,Virtualised Resource Quota Available Notification
++ Generating test suite: SOL003 7.3.8.1 ApiVersion
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL003 7.3.8.2 VNFSnapshotPackages
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,POST VNF Snapshot Packages - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages Bad Request Invalid attribute selector
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "all_fields" attribute selector
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "exclude_default" attribute selector
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "fields" attribute selector
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "exclude_fields" attribute selector
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET VNF Snapshot Packages - Bad Request Response too Big
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET VNF Snapshot Packages as Paged Response
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,PUT VNF Snapshot Packages - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,PATCH VNF Snapshot Packages - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,DELETE VNF Snapshot Packages - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages using filter
++ Generating test suite: SOL003 7.3.8.3 IndividualVNFSnapshotPackage
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,POST Individual VNF Snapshot Package - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,GET Information about an individual VNF Snapshot Package - SUCCESSFUL
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,GET Information about an individual VNF Snapshot Package - NOT FOUND
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,PUT Individual VNF Snapshot Package - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,PATCH Individual VNF Snapshot Package - Method Not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,DELETE Individual VNF Snapshot Package - Method Not implemented
++ Generating test suite: SOL003 7.3.8.4 VNFSnapshotPackageContent
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,POST VNF Snapshot Package Content - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Complete File
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Partial Content
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Range Request Not Supported
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Range Not Satisfiable
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Conflict
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,PUT VNF Snapshot Package Content - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,PATCH VNF Snapshot Package Content - Method Not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,DELETE VNF Snapshot Package Content - Method Not implemented
++ Generating test suite: SOL003 7.3.8.5 IndividualVNFSnapshotPackageArtifact
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,POST Individual VNF Snapshot Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Complete File
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Partial Content
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Range Request Not Supported
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Range Not Satisfiable
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Conflict
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,PUT Individual VNF Snapshot Package Artifact - Method not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,PATCH Individual VNF Snapshot Package Artifact - Method Not implemented
++++ TD: ,SOL003,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,DELETE Individual VNF Snapshot Package Artifact - Method Not implemented
Writing SOL003 definitions to: ../../build/Tests-SOL003-OrVnfm.docx, (/home/etsi/dev/build/Tests-SOL003-OrVnfm.docx)
Opening doc: Tests-SOL005-OsMaNfvo_template.docx
++ Generating test suite: SOL005 5.3.1.1 NSDescriptors
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET Network Service Descriptors Information with attribute-based filter
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET Network Service Descriptors Information with invalid attribute-based filter
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,Get all Network Service Descriptors Information with malformed authorization token
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,Get all Network Service Descriptors Information without authorization token
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information with expired or revoked authorization token
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information with "all_fields" attribute selector
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information with "exclude_default" attribute selector
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information with "fields" attribute selector
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information with "exclude_fields" attribute selector
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,Create new Network Service Descriptor Resource
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,PUT all Network Service Descriptors - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,PATCH all Network Service Descriptors - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,DELETE all Network Service Descriptors - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information as Paged Response
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,Get all Network Service Descriptors Information - Bad Request Response too Big
++++ TD: ,SOL005,NSDManagement-API,NSDescriptors,GET all Network Service Descriptors Information with "exclude_default" and "fields" attribute selector
++ Generating test suite: SOL005 5.3.1.2 IndividualNSDescriptor
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,GET Individual Network Service Descriptor Information
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,GET Individual Network Service Descriptor Information with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,Disable Individual Network Service Descriptor
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,Enable Individual Network Service Descriptor
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,Enable Individual Network Service Descriptor with conflict due to operational state ENABLED
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,Enable Individual Network Service Descriptor with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,Enable Individual Network Service Descriptor with HTTP Etag precondition failure
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,DELETE Individual Network Service Descriptor
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,DELETE Individual Network Service Descriptor in operational state ENABLED
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,POST Individual Network Service Descriptor - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,IndividualNSDescriptor,PUT Individual Network Service Descriptor - Method not implemented
++ Generating test suite: SOL005 5.3.1.3 NSDArchiveContent
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Get NSD Content in Zip Format
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Get NSD Content with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Get NSD Content with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,GET NSD Content with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,GET NSD Content with Range Request and NFVO not supporting Range Requests
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,GET NSD Content with invalid Range Request
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Upload NSD Content as Zip file in asynchronous mode
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Upload NSD Content as Zip file in synchronous mode
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,Upload NSD Content with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,POST NSD Content - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,PATCH NSD Content - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveContent,DELETE NSD Content - Method not implemented
++ Generating test suite: SOL005 5.3.1.4 PNFDescriptors
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET all PNF Descriptors Information
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET PNF Descriptors Information with attribute-based filter
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET PNF Descriptors Information with invalid attribute-based filter
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET all PNF Descriptors Information with "all_fields" attribute selector
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET all PNF Descriptors Information with "exclude_default" attribute selector
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET all PNF Descriptors Information with "fields" attribute selector
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET all PNF Descriptors Information with "exclude_fields" attribute selector
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,Create new PNF Descriptor Resource
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,PUT all PNF Descriptors - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,PATCH all PNF Descriptors - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,DELETE all PNF Descriptors - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET all PNF Descriptors Information as Paged Response
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET PNF Descriptors Information - Bad Request Response too Big
++++ TD: ,SOL005,NSDManagement-API,PNFDescriptors,GET all PNF Descriptors Information with "exclude_default" and "fields" attribute selector
++ Generating test suite: SOL005 5.3.1.5 IndividualPnfDescriptor
++++ TD: ,SOL005,NSDManagement-API,IndividualPnfDescriptor,GET Individual PNF Descriptor Information
++++ TD: ,SOL005,NSDManagement-API,IndividualPnfDescriptor,GET Individual PNF Descriptor Information with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,IndividualPnfDescriptor,Update Individual PNF Descriptor
++++ TD: ,SOL005,NSDManagement-API,IndividualPnfDescriptor,Update Individual PNF Descriptor with HTTP Etag precondition failure
++++ TD: ,SOL005,NSDManagement-API,IndividualPnfDescriptor,POST Individual PNF Descriptor - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,IndividualPnfDescriptor,PUT Individual PNF Descriptor - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,IndividualPnfDescriptor,DELETE Individual PNF Descriptor
++ Generating test suite: SOL005 5.3.1.6 PNFDArchiveContent
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Get PNFD Content
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Get PNFD Content with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Get PNFD Content with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Upload PNFD Content as zip file
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Upload PNFD Content with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,POST PNFD Content - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,PATCH PNFD Content - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,DELETE PNFD Content - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Get PNFD Content with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Get PNFD Content with invalid Range Request
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveContent,Upload PNFD Archive Content
++ Generating test suite: SOL005 5.3.1.7 Subscriptions
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Get All NSD Management Subscriptions
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Get NSD Management Subscriptions with attribute-based filter
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Get NSD Management Subscriptions with invalid attribute-based filter
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,GET NSD Management Subscription with invalid resource endpoint
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Create new NSD Management subscription
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Create duplicated NSD Management subscription with NFVO not creating duplicated subscriptions
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Create duplicated NSD Management subscription with NFVO creating duplicated subscriptions
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,PUT NSD Management Subscriptions - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,PATCH NSD Management Subscriptions - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,DELETE NSD Management Subscriptions - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Get All NSD Management Subscriptions as Paged Response
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Get NSD Management Subscriptions - Bad Request Response too Big
++++ TD: ,SOL005,NSDManagement-API,Subscriptions,Create new NSD Management subscription - Unprocessable Entity
++ Generating test suite: SOL005 5.3.1.8 IndividualSubscription
++++ TD: ,SOL005,NSDManagement-API,IndividualSubscription,GET Individual NSD Management Subscription
++++ TD: ,SOL005,NSDManagement-API,IndividualSubscription,GET Individual NSD Management Subscription with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,IndividualSubscription,DELETE Individual NSD Management Subscription with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,IndividualSubscription,POST Individual NSD Management Subscription - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,IndividualSubscription,PUT Individual NSD Management Subscription - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,IndividualSubscription,PATCH Individual NSD Management Subscription - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,IndividualSubscription,DELETE Individual NSD Management Subscription
++ Generating test suite: SOL005 5.3.1.9 Notifications
++++ TD: ,SOL005,NSDManagement-API,Notifications,NSD Onboarding Notification
++++ TD: ,SOL005,NSDManagement-API,Notifications,NSD Onboarding Failure Notification
++++ TD: ,SOL005,NSDManagement-API,Notifications,NSD Operational State Change Notification
++++ TD: ,SOL005,NSDManagement-API,Notifications,NSD Deletion Notification
++++ TD: ,SOL005,NSDManagement-API,Notifications,PNFD Onboarding Notification
++++ TD: ,SOL005,NSDManagement-API,Notifications,PNFD Onboarding Failure Notification
++++ TD: ,SOL005,NSDManagement-API,Notifications,PNFD Deletion Notification
++ Generating test suite: SOL005 5.3.1.10 ApiVersion
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL005 5.3.1.11 NSD
++++ TD: ,SOL005,NSDManagement-API,NSD,Get single file NSD in Plain Format
++++ TD: ,SOL005,NSDManagement-API,NSD,Get NSD in Zip Format
++++ TD: ,SOL005,NSDManagement-API,NSD,Get single file NSD in Plain or Zip Format
++++ TD: ,SOL005,NSDManagement-API,NSD,Get multi file NSD in Plain or Zip Format
++++ TD: ,SOL005,NSDManagement-API,NSD,Get multi file NSD in Plain Format
++++ TD: ,SOL005,NSDManagement-API,NSD,Get NSD Content with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,NSD,Get NSD with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,NSD,Get NSD with security information
++++ TD: ,SOL005,NSDManagement-API,NSD,POST NSD - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSD,PUT NSD - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSD,PATCH NSD - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSD,DELETE NSD - Method not implemented
++ Generating test suite: SOL005 5.3.1.12 NSDArchiveManifest
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveManifest,Get NSD Archive Manifest
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveManifest,Get NSD Archive Manifest with security information
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveManifest,Get NSD Archive Manifest with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveManifest,POST NSD Archive Manifest - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveManifest,PUT NSD Archive Manifest - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveManifest,PATCH NSD Archive Manifest - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,NSDArchiveManifest,DELETE NSD Archive Manifest - Method not implemented
++ Generating test suite: SOL005 5.3.1.13 PNFD
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get single file PNFD in Plain Format
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get PNFD in Zip Format
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get single file PNFD in Plain or Zip Format
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get multi file PNFD in Plain or Zip Format
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get multi file PNFD in Plain Format
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get PNFD Content with invalid resource identifier
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get PNFD with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,PNFD,Get PNFD with security information
++++ TD: ,SOL005,NSDManagement-API,PNFD,POST PNFD - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFD,PUT PNFD - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFD,PATCH PNFD - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFD,DELETE PNFD - Method not implemented
++ Generating test suite: SOL005 5.3.1.14 PNFDArchiveManifest
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveManifest,Get PNFD Archive Manifest
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveManifest,Get PNFD Archive Manifest with security information
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveManifest,Get PNFD Archive Manifest with conflict due to onboarding state
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveManifest,POST PNFD Archive Manifest - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveManifest,PUT PNFD Archive Manifest - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveManifest,PATCH PNFD Archive Manifest - Method not implemented
++++ TD: ,SOL005,NSDManagement-API,PNFDArchiveManifest,DELETE PNFD Archive Manifest - Method not implemented
++ Generating test suite: SOL005 5.3.1.15 NotificationEndpoint
++++ TD: ,SOL005,NSDManagement-API,NotificationEndpoint,NSD Onboarding Notification
++++ TD: ,SOL005,NSDManagement-API,NotificationEndpoint,NSD Onboarding Failure Notification
++++ TD: ,SOL005,NSDManagement-API,NotificationEndpoint,NSD Change Notification
++++ TD: ,SOL005,NSDManagement-API,NotificationEndpoint,NSD Deletion Notification
++++ TD: ,SOL005,NSDManagement-API,NotificationEndpoint,Pnfd Onboarding Notification
++++ TD: ,SOL005,NSDManagement-API,NotificationEndpoint,Pnfd Onboarding Failure Notification
++++ TD: ,SOL005,NSDManagement-API,NotificationEndpoint,Pnfd Deletion Notification
++ Generating test suite: SOL005 5.3.2.1 NSInstances
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,POST Create a new NsInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET information about multiple NS instances
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET information about multiple NS instances Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET information about multiple NS instances Bad Request Invalid attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET NSInstances with "all_fields" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET NSInstances with "exclude_default" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET NSInstances with "fields" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET NSInstances with "exclude_fields" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,PUT NSInstances - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,PATCH NSInstances - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,DELETE NSInstances - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET information about multiple NS instances as Paged Response
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET information about multiple NS instances - Bad Request Response too Big
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET NSInstances with "fields" and "exclude_default" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,NSInstances,GET information about multiple NS instances - Filter
++ Generating test suite: SOL005 5.3.2.2 IndividualNSInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSInstance,POST Individual NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSInstance,GET Information about an individual NS Instance
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSInstance,PUT Individual NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSInstance,PATCH Individual NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSInstance,DELETE Individual NSInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSInstance,DELETE Individual NSInstance Conflict
++ Generating test suite: SOL005 5.3.2.3 InstantiateNSTask
++++ TD: ,SOL005,NSLifecycleManagement-API,InstantiateNSTask,POST Instantiate a nsInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,InstantiateNSTask,POST Instantiate a nsInstance Conflict
++++ TD: ,SOL005,NSLifecycleManagement-API,InstantiateNSTask,GET Instantiate NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,InstantiateNSTask,PUT Instantiate NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,InstantiateNSTask,PATCH Instantiate NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,InstantiateNSTask,DELETE Instantiate NSInstance - Method not implemented
++ Generating test suite: SOL005 5.3.2.4 ScaleNSTask
++++ TD: ,SOL005,NSLifecycleManagement-API,ScaleNSTask,POST Scale a nsInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,ScaleNSTask,POST Scale a nsInstance - Conflict (Not Instantited)
++++ TD: ,SOL005,NSLifecycleManagement-API,ScaleNSTask,GET Scale NSInstance- Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ScaleNSTask,PUT Scale NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ScaleNSTask,PATCH Scale NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ScaleNSTask,DELETE Scale NSInstance - Method not implemented
++ Generating test suite: SOL005 5.3.2.5 UpdateNSTask
++++ TD: ,SOL005,NSLifecycleManagement-API,UpdateNSTask,POST Update a NSInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,UpdateNSTask,POST Update a NSInstance - Conflict (Not Instantited)
++++ TD: ,SOL005,NSLifecycleManagement-API,UpdateNSTask,GET Update NSInstance- Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,UpdateNSTask,PUT Update NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,UpdateNSTask,PATCH Update NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,UpdateNSTask,DELETE Update NSInstance - Method not implemented
++ Generating test suite: SOL005 5.3.2.6 HealNSTask
++++ TD: ,SOL005,NSLifecycleManagement-API,HealNSTask,POST Heal a NSInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,HealNSTask,POST Heal a NSInstance - Conflict (Not Instantited)
++++ TD: ,SOL005,NSLifecycleManagement-API,HealNSTask,GET Heal NSInstance- Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,HealNSTask,PUT Heal NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,HealNSTask,PATCH Heal NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,HealNSTask,DELETE Heal NSInstance - Method not implemented
++ Generating test suite: SOL005 5.3.2.7 TerminateNSTask
++++ TD: ,SOL005,NSLifecycleManagement-API,TerminateNSTask,POST Terminate a NSInstance
++++ TD: ,SOL005,NSLifecycleManagement-API,TerminateNSTask,POST Terminate a NSInstance - Conflict (Not Instantited)
++++ TD: ,SOL005,NSLifecycleManagement-API,TerminateNSTask,GET Terminate NSInstance- Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,TerminateNSTask,PUT Terminate NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,TerminateNSTask,PATCH Terminate NSInstance - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,TerminateNSTask,DELETE Terminate NSInstance - Method not implemented
++ Generating test suite: SOL005 5.3.2.8 NSLCMOccurences
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,POST NS LCM occurrences - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences Bad Request Invalid attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences with "all_fields"
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences with "exclude_default"
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences with "fields"
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences with "exclude_fields"
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,PUT status information about multiple NS LCM occurrences - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,PATCH status information about multiple NS LCM occurrences - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,DELETE status information about multiple NS LCM occurrences - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences as Paged Response
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences - Bad Request Response too Big
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences with "fields" and "exclude_default"
++++ TD: ,SOL005,NSLifecycleManagement-API,NSLCMOccurences,GET status information about multiple NS LCM occurrences - Filter
++ Generating test suite: SOL005 5.3.2.9 IndividualNSLCMOccurences
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSLCMOccurences,Post Individual NS LCM occurrences - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSLCMOccurences,Get status information about Individual NS LCM occurrences
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSLCMOccurences,PUT status information about Individual NS LCM occurrences - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSLCMOccurences,PATCH status information about Individual NS LCM occurrences - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualNSLCMOccurences,DELETE status information about Individual NS LCM occurrences - Method not implemented
++ Generating test suite: SOL005 5.3.2.10 RetryOperationTask
++++ TD: ,SOL005,NSLifecycleManagement-API,RetryOperationTask,Post Retry operation task
++++ TD: ,SOL005,NSLifecycleManagement-API,RetryOperationTask,Post Retry operation task Not Found
++++ TD: ,SOL005,NSLifecycleManagement-API,RetryOperationTask,Post Retry operation task Conflict
++++ TD: ,SOL005,NSLifecycleManagement-API,RetryOperationTask,GET Retry operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,RetryOperationTask,PUT Retry operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,RetryOperationTask,PATCH Retry operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,RetryOperationTask,DELETE Retry operation task - Method not implemented
++ Generating test suite: SOL005 5.3.2.11 RollbackOperationTask
++++ TD: ,SOL005,NSLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task
++++ TD: ,SOL005,NSLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Not Found
++++ TD: ,SOL005,NSLifecycleManagement-API,RollbackOperationTask,POST Rollback operation task Conflict
++++ TD: ,SOL005,NSLifecycleManagement-API,RollbackOperationTask,GET Rollback operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,RollbackOperationTask,PUT Rollback operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,RollbackOperationTask,PATCH Rollback operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,RollbackOperationTask,DELETE Rollback operation task - Method not implemented
++ Generating test suite: SOL005 5.3.2.12 ContinueOperationTask
++++ TD: ,SOL005,NSLifecycleManagement-API,ContinueOperationTask,POST Continue operation task
++++ TD: ,SOL005,NSLifecycleManagement-API,ContinueOperationTask,POST Continue operation task Not Found
++++ TD: ,SOL005,NSLifecycleManagement-API,ContinueOperationTask,POST Continue operation task Conflict
++++ TD: ,SOL005,NSLifecycleManagement-API,ContinueOperationTask,GET Continue operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ContinueOperationTask,PUT Continue operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ContinueOperationTask,PATCH Continue operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ContinueOperationTask,DELETE Continue operation task - Method not implemented
++ Generating test suite: SOL005 5.3.2.13 FailOperationTask
++++ TD: ,SOL005,NSLifecycleManagement-API,FailOperationTask,POST Fail operation task
++++ TD: ,SOL005,NSLifecycleManagement-API,FailOperationTask,POST Fail operation task Not Found
++++ TD: ,SOL005,NSLifecycleManagement-API,FailOperationTask,POST Fail operation task Conflict
++++ TD: ,SOL005,NSLifecycleManagement-API,FailOperationTask,GET Fail operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,FailOperationTask,PUT Fail operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,FailOperationTask,PATCH Fail operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,FailOperationTask,DELETE Fail operation task - Method not implemented
++ Generating test suite: SOL005 5.3.2.14 CancelOperationTask
++++ TD: ,SOL005,NSLifecycleManagement-API,CancelOperationTask,POST Cancel operation task
++++ TD: ,SOL005,NSLifecycleManagement-API,CancelOperationTask,POST Cancel operation task Not Found
++++ TD: ,SOL005,NSLifecycleManagement-API,CancelOperationTask,POST Cancel operation task Conflict
++++ TD: ,SOL005,NSLifecycleManagement-API,CancelOperationTask,GET Cancel operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,CancelOperationTask,PUT Cancel operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,CancelOperationTask,PATCH Cancel operation task - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,CancelOperationTask,DELETE Cancel operation task - Method not implemented
++ Generating test suite: SOL005 5.3.2.15 Subscriptions
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,POST Create a new subscription
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,POST Create a new Subscription - DUPLICATION
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,POST Create a new Subscription - NO-DUPLICATION
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET Subscriptions as Paged Response
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL005,NSLifecycleManagement-API,Subscriptions,POST Create a new subscription - Unprocessable Entity
++ Generating test suite: SOL005 5.3.2.16 IndividualSubscription
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualSubscription,GET Information about an individual subscription
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,IndividualSubscription,DELETE an individual subscription
++ Generating test suite: SOL005 5.3.2.17 Notifications
++++ TD: ,SOL005,NSLifecycleManagement-API,Notifications,NS LCM Operation Occurrence Start Notification
++++ TD: ,SOL005,NSLifecycleManagement-API,Notifications,NS LCM Operation Occurrence Result Notification
++++ TD: ,SOL005,NSLifecycleManagement-API,Notifications,NS Identifier Creation Notification
++++ TD: ,SOL005,NSLifecycleManagement-API,Notifications,NS Identifier Deletion Notification
++ Generating test suite: SOL005 5.3.2.18 CreateNSInstanceWorkflow
++++ TD: ,SOL005,NSLifecycleManagement-API,CreateNSInstanceWorkflow,NS Instance Creation
++++ TD: ,SOL005,NSLifecycleManagement-API,CreateNSInstanceWorkflow,NS Instance Creation with DISABLED Network Service Descriptor
++ Generating test suite: SOL005 5.3.2.19 DeleteNSInstanceWorkflow
++++ TD: ,SOL005,NSLifecycleManagement-API,DeleteNSInstanceWorkflow,NS Instance Deletion
++ Generating test suite: SOL005 5.3.2.20 HealNSTaskWorkflow
++++ TD: ,SOL005,NSLifecycleManagement-API,HealNSTaskWorkflow,Heal Flow of NS lifecycle management operations
++ Generating test suite: SOL005 5.3.2.21 InstantiateNSTaskWorkflow
++++ TD: ,SOL005,NSLifecycleManagement-API,InstantiateNSTaskWorkflow,Instantiate Flow of NS lifecycle management operations
++ Generating test suite: SOL005 5.3.2.22 ScaleNSTaskWorkflow
++++ TD: ,SOL005,NSLifecycleManagement-API,ScaleNSTaskWorkflow,Scale Flow of NS lifecycle management operations
++ Generating test suite: SOL005 5.3.2.23 TerminateNSTaskWorkflow
++++ TD: ,SOL005,NSLifecycleManagement-API,TerminateNSTaskWorkflow,Terminate Flow of NS lifecycle management operations
++ Generating test suite: SOL005 5.3.2.24 UpdateNSTaskWorkflow
++++ TD: ,SOL005,NSLifecycleManagement-API,UpdateNSTaskWorkflow,Update Flow of NS lifecycle management operations
++ Generating test suite: SOL005 5.3.2.25 ApiVersion
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSLifecycleManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL005 5.3.2.26 NotificationEndpoint
++++ TD: ,SOL005,NSLifecycleManagement-API,NotificationEndpoint,Ns Lcm Operation Occurrence Notification
++++ TD: ,SOL005,NSLifecycleManagement-API,NotificationEndpoint,Ns Identifier Creation Notification
++++ TD: ,SOL005,NSLifecycleManagement-API,NotificationEndpoint,Ns Identifier Deletion Notification
++ Generating test suite: SOL005 5.3.3.1 Alarms
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,POST Alarms - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filters
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with "all_fields" attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with exclude_default attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with fields attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with "exclude_fields" attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,PUT Alarms - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,PATCH Alarms - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,DELETE Alarms - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms as Paged Response
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms - Bad Request Response too Big
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "id"
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "rootCauseFaultyComponent.faultyNestedNsInstanceId"
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "rootCauseFaultyComponent.faultyNsVirtualLinkInstanceId"
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "rootCauseFaultyComponent.faultyVnfInstanceId"
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "rootCauseFaultyResource.faultyResourceType"
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "eventType"
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "perceivedSeverity"
++++ TD: ,SOL005,NSFaultManagement-API,Alarms,GET information about multiple alarms with filter "probableCause"
++ Generating test suite: SOL005 5.3.3.2 IndividualAlarm
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,POST Individual Alarm - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,GET information about Individual Alarm
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,GET information about Invalid Individual Alarm
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,PUT Individual Alarm - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,PATCH Alarm
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,PATCH Alarm - Conflict
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,PATCH Alarm - Precondition failed
++++ TD: ,SOL005,NSFaultManagement-API,IndividualAlarm,DELETE Individual Alarm - Method not implemented
++ Generating test suite: SOL005 5.3.3.3 Subscriptions
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Create a new alarm subscription
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Create a duplicated Subscription
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions - Filter
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions as Paged Response
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter "id"
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter "filter.notificationTypes"
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter "filter.faultyResourceTypes"
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter "filter.perceivedSeverities"
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter "filter.eventTypes"
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter "filter.probableCauses"
++++ TD: ,SOL005,NSFaultManagement-API,Subscriptions,Create a new alarm subscription - Unprocessable Entity
++ Generating test suite: SOL005 5.3.3.4 IndividualSubscription
++++ TD: ,SOL005,NSFaultManagement-API,IndividualSubscription,Post Individual Subscription - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,IndividualSubscription,Get Information about an individual subscription
++++ TD: ,SOL005,NSFaultManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,IndividualSubscription,DELETE an individual subscription
++ Generating test suite: SOL005 5.3.3.5 Notifications
++++ TD: ,SOL005,NSFaultManagement-API,Notifications,NS Fault Alarm Notification
++++ TD: ,SOL005,NSFaultManagement-API,Notifications,NS Fault Alarm Cleared Notification
++++ TD: ,SOL005,NSFaultManagement-API,Notifications,NS Fault Alarm List Rebuilt Notification
++++ TD: ,SOL005,NSFaultManagement-API,Notifications,NS Fault Alarm Notification with Instrumental Platform Hook
++++ TD: ,SOL005,NSFaultManagement-API,Notifications,NS Fault Alarm Cleared Notification with Instrumental Platform Hook
++++ TD: ,SOL005,NSFaultManagement-API,Notifications,NS Fault Alarm List Rebuilt Notification with Instrumental Platform Hook
++ Generating test suite: SOL005 5.3.3.6 ApiVersion
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSFaultManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL005 5.3.3.7 NotificationEndpoint
++++ TD: ,SOL005,NSFaultManagement-API,NotificationEndpoint,NS Fault Alarm Notification
++++ TD: ,SOL005,NSFaultManagement-API,NotificationEndpoint,NS Fault Alarm Cleared Notification
++++ TD: ,SOL005,NSFaultManagement-API,NotificationEndpoint,NS Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL005 5.3.4.1 PMJobs
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET all NS Performance Monitoring Jobs
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET NS Performance Monitoring Jobs with attribute-based filter
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET all NS Performance Monitoring Jobs with "all_fields" attribute selector
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET all NS Performance Monitoring Jobs with "exclude_default" attribute selector
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET all NS Performance Monitoring Jobs with "fields" attribute selector
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET all NS Performance Monitoring Jobs with "exclude" attribute selector
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET NS Performance Monitoring Jobs with invalid attribute-based filter
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET NS Performance Monitoring Jobs with invalid resource endpoint
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,Create new NS Performance Monitoring Job
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,PUT all NS Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,PATCH all NS Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,DELETE all NS Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET all NS Performance Monitoring Jobs as Paged Response
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET NS Performance Monitoring Jobs - Bad Request Response too Big
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,GET all NS Performance Monitoring Jobs with "fields" and "exclude_default" attribute selector
++++ TD: ,SOL005,NSPerformanceManagement-API,PMJobs,POST new NS Performance Monitoring Job - Unprocessable Entity
++ Generating test suite: SOL005 5.3.4.2 IndividualPmJob
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,GET individual NS Performance Job
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,GET individual NS Performance Job with invalid resource identifier
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,DELETE Individual NS Performance Job with invalid resource identifier
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,POST Individual NS Performance Job - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,PUT Individual NS Performance Job - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,PATCH Individual NS Performance Job
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,DELETE Individual NS Performance Job
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,PATCH Individual NS Performance Job - Precondition failed
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualPmJob,PATCH Individual NS Performance Job - Unprocessable Entity
++ Generating test suite: SOL005 5.3.4.3 IndividualReport
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualReport,Get Individual Performance Report
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualReport,Get Individual Performance Report with invalid resource endpoint
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualReport,POST Individual Performance Report - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualReport,PUT Individual Performance Report - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualReport,PATCH Individual Performance Report - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualReport,DELETE Individual Performance Report - Method not implemented
++ Generating test suite: SOL005 5.3.4.4 Thresholds
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,GET All Performance Thresholds
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,GET Performance Thresholds with attribute-based filter
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid attribute-based filter
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,GET Performance Thresholds with invalid resource endpoint
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,Create new Performance Threshold
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,PUT Performance Thresholds - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,PATCH Performance Thresholds - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,DELETE Performance Thresholds - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,GET All Performance Thresholds as Paged Response
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,GET Performance Thresholds - Bad Request Response too Big
++++ TD: ,SOL005,NSPerformanceManagement-API,Thresholds,POST new Performance Threshold - Unprocessable Entity
++ Generating test suite: SOL005 5.3.4.5 IndividualThreshold
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,GET Individual Threshold
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,GET Individual Threshold with invalid resource identifier
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold with invalid resource identifier
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,POST Individual Threshold - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,PUT Individual Threshold - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Precondition failed
++++ TD: ,SOL005,NSPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Unprocessable Entity
++ Generating test suite: SOL005 5.3.4.8 Notifications
++++ TD: ,SOL005,NSPerformanceManagement-API,Notifications,NS Performance Information Availability Notification
++++ TD: ,SOL005,NSPerformanceManagement-API,Notifications,NS Threshold Crossed Notification
++ Generating test suite: SOL005 5.3.4.9 ApiVersion
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NSPerformanceManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL005 5.3.4.10 NotificationEndpoint
++++ TD: ,SOL005,NSPerformanceManagement-API,NotificationEndpoint,NS Performance Information Availability Notification
++++ TD: ,SOL005,NSPerformanceManagement-API,NotificationEndpoint,NS Threshold Crossed Notification
++ Generating test suite: SOL005 5.3.5.1 VNFPackages
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET all VNF Packages
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET VNF Packages with attribute-based filter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET VNF Packages with invalid attribute-based filter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,Get all VNF Packages with malformed authorization token
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,Get all VNF Packages without authorization token
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "all_fields" attribute selector
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "exclude_default" attribute selector
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "fields" attribute selector
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET VNF Packages with "exclude_fields" attribute selector
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET all VNF Packages with invalid resource endpoint
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,Create new VNF Package Resource
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,PUT all VNF Packages - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,PATCH all VNF Packages - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,DELETE all VNF Packages - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET all VNF Packages as Paged Response
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackages,GET VNF Packages - Bad Request Response too Big
++ Generating test suite: SOL005 5.3.5.2 IndividualVNFPackage
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,GET Individual VNF Package
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,GET Individual VNF Package with invalid resource identifier
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,POST Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,PUT Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,Disable Individual VNF Package
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,Disable Individual VNF Package with conflict due to operational state DISABLED
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,Enable Individual VNF Package
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,Enable Individual VNF Package with conflict due to operational state ENABLED
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,DELETE Individual VNF Package
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,DELETE Individual VNF Package in operational state ENABLED
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualVNFPackage,DELETE Individual VNF Package used for instantiated VNF instances
++ Generating test suite: SOL005 5.3.5.3 VNFDInIndividualVNFPackage
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package in Zip Format
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Void
WARNING: Reference possibly incorrect ('ETSI GS NFV-SOL' not found): Void
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package with invalid resource identifier
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package with conflict due to onboarding state
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,POST VNFD in Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PUT VNFD in Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,PATCH VNFD in Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,DELETE VNFD in Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFDInIndividualVNFPackage,Get VNFD in Individual VNF Package with security information
++ Generating test suite: SOL005 5.3.5.4 VNFPackageContent
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with Range Request and NFVO not supporting Range Requests
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with invalid Range Request
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with invalid resource identifier
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,GET Individual VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,POST Individual VNF Package Content - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,Upload VNF Package Content
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,Upload VNF Package Content with conflict due to onboarding state
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,PATCH Individual VNF Package Content - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContent,DELETE Individual VNF Package Content - Method not implemented
++ Generating test suite: SOL005 5.3.5.5 VNFPackageContentViaURI
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContentViaURI,Upload VNF Package Content from URI
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContentViaURI,Upload VNF Package Content from URI with conflict due to onboarding state
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContentViaURI,GET Individual VNF Package Content from URI - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContentViaURI,PUT Individual VNF Package Content from URI - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContentViaURI,PATCH Individual VNF Package Content from URI - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageContentViaURI,DELETE Individual VNF Package Content from URI - Method not implemented
++ Generating test suite: SOL005 5.3.5.6 VNFPackageArtifacts
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,GET VNF Package Artifact with invalid Range Request
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,POST VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,PUT VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,PATCH VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,DELETE VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_external_artifacts" parameter
++ Generating test suite: SOL005 5.3.5.7 Subscriptions
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Get All VNF Package Subscriptions
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions with attribute-based filter
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions with invalid attribute-based filter
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,GET VNF Package Subscription with invalid resource endpoint
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Create new VNF Package subscription
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Create duplicated VNF Package subscription with NFVO not creating duplicated subscriptions
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Create duplicated VNF Package subscription with NFVO creating duplicated subscriptions
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,PUT VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,PATCH VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,DELETE VNF Package Subscriptions - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Get All VNF Package Subscriptions as Paged Response
++++ TD: ,SOL005,VNFPackageManagement-API,Subscriptions,Get VNF Package Subscriptions - Bad Request Response too Big
++ Generating test suite: SOL005 5.3.5.8 IndividualSubscription
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualSubscription,GET Individual VNF Package Subscription
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualSubscription,GET Individual VNF Package Subscription with invalid resource identifier
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualSubscription,DELETE Individual VNF Package Subscription with invalid resource identifier
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualSubscription,POST Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualSubscription,PUT Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualSubscription,PATCH Individual VNF Package Subscription - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,IndividualSubscription,DELETE Individual VNF Package Subscription
++ Generating test suite: SOL005 5.3.5.9 Notifications
++++ TD: ,SOL005,VNFPackageManagement-API,Notifications,VNF Package Onboarding Notification
++++ TD: ,SOL005,VNFPackageManagement-API,Notifications,VNF Package Operational State Change Notification
++++ TD: ,SOL005,VNFPackageManagement-API,Notifications,VNF Package Deletion Notification
++ Generating test suite: SOL005 5.3.5.10 ApiVersion
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL005 5.3.5.11 ManifestInIndividualVNFPackage
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package with security information
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package - Not Acceptable
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,Get Manifest in Individual VNF Package - Conflict
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,POST Manifest in Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,PUT Manifest in Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,PATCH Manifest in Individual VNF Package - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,ManifestInIndividualVNFPackage,DELETE Manifest in Individual VNF Package - Method not implemented
++ Generating test suite: SOL005 5.3.5.11 VNFPackageArtifacts
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_mano_artifacts" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "exclude_all_non_mano_artifacts" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "select_non_mano_artifact_sets" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_signatures" parameter
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with Range Request and NFVO supporting Range Requests
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "select_non_mano_artifact_sets"
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters "exclude_all_non_mano_artifacts", "exclude_all_mano_artifacts"
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with invalid URI parameters undifend select_non_mano_artifact_sets
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with conflict due to onboarding state
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,GET VNF Package Artifact with invalid Range Request
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,POST VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,PUT VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,PATCH VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,DELETE VNF Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFPackageManagement-API,VNFPackageArtifacts,Get VNF Package Artifact with "include_external_artifacts" parameter
++ Generating test suite: SOL005 5.3.5.13 NotificationEndpoint
++++ TD: ,SOL005,VNFPackageManagement-API,NotificationEndpoint,VNF Package Onboarding Notification
++++ TD: ,SOL005,VNFPackageManagement-API,NotificationEndpoint,VNF Package Change Notification
++ Generating test suite: SOL005 5.3.6.1 ApiVersion
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,GET API Version
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL005 5.3.6.2 NFVICapacityInformation
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,POST NFVI Capacity Information - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information - Filter
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information Bad Request Invalid attribute selector
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information with "all_fields" attribute selector
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information with "exclude_default" attribute selector
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information with "fields" attribute selector
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information with "exclude_fields" attribute selector
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information - Bad Request Response too Big
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,GET NFVI Capacity Information as Paged Response
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,PUT NFVI Capacity Information - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,PATCH NFVI Capacity Information - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,NFVICapacityInformation,DELETE NFVI Capacity Information - Method not implemented
++ Generating test suite: SOL005 5.3.6.3 IndividualVIMsNFVICapacityInformation
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualVIMsNFVICapacityInformation,POST Individual VIMs NFVI Capacity Information - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualVIMsNFVICapacityInformation,GET Information about an Individual VIMs NFVI Capacity Information
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualVIMsNFVICapacityInformation,GET Information about an Individual VIMs NFVI Capacity Information using filter query parameter
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualVIMsNFVICapacityInformation,GET Information about an Individual VIMs NFVI Capacity Information - NOT FOUND
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualVIMsNFVICapacityInformation,PUT Individual VIMs NFVI Capacity Information - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualVIMsNFVICapacityInformation,PATCH Individual VIMs NFVI Capacity Information - Method Not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualVIMsNFVICapacityInformation,DELETE Individual VIMs NFVI Capacity Information - Method Not implemented
++ Generating test suite: SOL005 5.3.6.4 IndividualCapacityThreshold
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,POST Individual Capacity Threshold
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,GET Individual Capacity Thresholds
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,GET Individual Capacity Thresholds - NOT FOUND
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PUT Individual Capacity Threshold - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PATCH Individual Capacity Threshold - Success
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PATCH Individual Capacity Threshold - Precondition Failed
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PATCH Individual Capacity Threshold - Unprocessible Entity
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,DELETE Individual VNF Snapshot
++ Generating test suite: SOL005 5.3.6.5 IndividualCapacityThreshold
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,POST Individual Capacity Threshold
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,GET Individual Capacity Thresholds
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,GET Individual Capacity Thresholds - NOT FOUND
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PUT Individual Capacity Threshold - Method not implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PATCH Individual Capacity Threshold - Success
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PATCH Individual Capacity Threshold - Precondition Failed
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,PATCH Individual Capacity Threshold - Unprocessible Entity
++++ TD: ,SOL005,NFVICapacityInformation-API,IndividualCapacityThreshold,DELETE Individual VNF Snapshot
++ Generating test suite: SOL005 5.3.6.6 NotificationEndpoint
++++ TD: ,SOL005,NFVICapacityInformation-API,NotificationEndpoint,Capacity Shortage Notification
++++ TD: ,SOL005,NFVICapacityInformation-API,NotificationEndpoint,Test the Notification Endpoint - Successful
++++ TD: ,SOL005,NFVICapacityInformation-API,NotificationEndpoint,Test the Notification Endpoint - UNREACHABLE
++++ TD: ,SOL005,NFVICapacityInformation-API,NotificationEndpoint,PUT Notification endpoint - Method Not Implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,NotificationEndpoint,PATCH Notification endpoint - Method Not Implemented
++++ TD: ,SOL005,NFVICapacityInformation-API,NotificationEndpoint,DELETE Notification endpoint - Method Not Implemented
++ Generating test suite: SOL005 5.3.7.1 ApiVersion
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL005 5.3.7.2 VNFSnapshotPackages
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,POST Create a VNF Snapshot Package
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages Bad Request Invalid attribute selector
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "all_fields" attribute selector
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "exclude_default" attribute selector
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "fields" attribute selector
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with "exclude_fields" attribute selector
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET VNF Snapshot Packages - Bad Request Response too Big
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET VNF Snapshot Packages as Paged Response
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,PUT VNF Snapshot Packages - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,PATCH VNF Snapshot Packages - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,DELETE VNF Snapshot Packages - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackages,GET information about multiple VNF Snapshot Packages with Filter
++ Generating test suite: SOL005 5.3.7.3 IndividualVNFSnapshotPackage
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,POST Individual VNF Snapshot Package - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,GET Information about an individual VNF Snapshot Package - SUCCESSFUL
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,GET Information about an individual VNF Snapshot Package - NOT FOUND
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,PUT Individual VNF Snapshot Package - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,PATCH Individual VNF Snapshot Package - Modified
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,PATCH Individual VNF Snapshot Package - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,DELETE Individual VNF Snapshot Package
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackage,DELETE Individual VNF Snapshot Package - Conflict
++ Generating test suite: SOL005 5.3.7.4 VNFSnapshotPackageContent
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,POST VNF Snapshot Package Content - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Complete File
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Partial Content
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Range Request Not Supported
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Range Not Satisfiable
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,GET VNF Snapshot Package Content - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,PUT VNF Snapshot Package Content
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,PUT VNF Snapshot Package Content - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,PATCH VNF Snapshot Package Content - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,VNFSnapshotPackageContent,DELETE VNF Snapshot Package Content - Method Not implemented
++ Generating test suite: SOL005 5.3.7.5 UploadVNFSnapshotPackageFromUriTask
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,UploadVNFSnapshotPackageFromUriTask,POST Upload VNF Snapshot Package Content from URI
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,UploadVNFSnapshotPackageFromUriTask,POST Upload VNF Snapshot Package Content from URI - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,UploadVNFSnapshotPackageFromUriTask,GET Upload VNF Snapshot Package Content from URI - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,UploadVNFSnapshotPackageFromUriTask,PUT Upload VNF Snapshot Package Content from URI - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,UploadVNFSnapshotPackageFromUriTask,PATCH Upload VNF Snapshot Package Content from URI - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,UploadVNFSnapshotPackageFromUriTask,DELETE Upload VNF Snapshot Package Content from URI - Method Not implemented
++ Generating test suite: SOL005 5.3.7.6 BuildVNFSnapshotPackageContentTask
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,BuildVNFSnapshotPackageContentTask,POST Build VNF Snapshot Package Content Task
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,BuildVNFSnapshotPackageContentTask,POST Build VNF Snapshot Package Content Task - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,BuildVNFSnapshotPackageContentTask,GET Build VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,BuildVNFSnapshotPackageContentTask,PUT Build VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,BuildVNFSnapshotPackageContentTask,PATCH Build VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,BuildVNFSnapshotPackageContentTask,DELETE Build VNF Snapshot Package Content Task - Method Not implemented
++ Generating test suite: SOL005 5.3.7.7 ExtractVNFSnapshotPackageContentTask
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ExtractVNFSnapshotPackageContentTask,POST Extract VNF Snapshot Package Content Task
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ExtractVNFSnapshotPackageContentTask,POST Extract VNF Snapshot Package Content Task - Conflict State
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ExtractVNFSnapshotPackageContentTask,POST Extract VNF Snapshot Package Content Task - Invalid VnfInstanceId
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ExtractVNFSnapshotPackageContentTask,GET Extract VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ExtractVNFSnapshotPackageContentTask,PUT Extract VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ExtractVNFSnapshotPackageContentTask,PATCH Extract VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,ExtractVNFSnapshotPackageContentTask,DELETE Extract VNF Snapshot Package Content Task - Method Not implemented
++ Generating test suite: SOL005 5.3.7.8 CancelVNFSnapshotPackageOperationTask
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,CancelVNFSnapshotPackageOperationTask,POST Cancel VNF Snapshot Package Content Task
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,CancelVNFSnapshotPackageOperationTask,POST Cancel VNF Snapshot Package Content Task - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,CancelVNFSnapshotPackageOperationTask,GET Cancel VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,CancelVNFSnapshotPackageOperationTask,PUT Cancel VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,CancelVNFSnapshotPackageOperationTask,PATCH Cancel VNF Snapshot Package Content Task - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,CancelVNFSnapshotPackageOperationTask,DELETE Cancel VNF Snapshot Package Content Task - Method Not implemented
++ Generating test suite: SOL005 5.3.7.9 AccessConfigurationForExternalArtifacts
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,AccessConfigurationForExternalArtifacts,POST Access Configuration for External Artifacts - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,AccessConfigurationForExternalArtifacts,GET Access Configuration for External Artifacts
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,AccessConfigurationForExternalArtifacts,PUT Access Configuration for External Artifacts
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,AccessConfigurationForExternalArtifacts,PUT Access Configuration for External Artifacts - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,AccessConfigurationForExternalArtifacts,PATCH Access Configuration for External Artifacts - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,AccessConfigurationForExternalArtifacts,DELETE Access Configuration for External Artifacts - Method Not implemented
++ Generating test suite: SOL005 5.3.7.10 IndividualVNFSnapshotPackageArtifact
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,POST Individual VNF Snapshot Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Complete File
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Partial Content
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Range Request Not Supported
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Range Not Satisfiable
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - Conflict
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,GET Individual VNF Snapshot Package Artifact - External Artifact
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,PUT Individual VNF Snapshot Package Artifact - Method not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,PATCH Individual VNF Snapshot Package Artifact - Method Not implemented
++++ TD: ,SOL005,VNFSnapshotPackageManagement-API,IndividualVNFSnapshotPackageArtifact,DELETE Individual VNF Snapshot Package Artifact - Method Not implemented
Writing SOL005 definitions to: ../../build/Tests-SOL005-OsMaNfvo.docx, (/home/etsi/dev/build/Tests-SOL005-OsMaNfvo.docx)
Opening doc: Tests-SOL009-NFV-MANO-mgmt_template.docx
++ Generating test suite: SOL009 8.3.1.1 NFVMANOEntity
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,POST NFV-MANO entity - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,GET NFV-MANO entity
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,GET NFV-MANO entity - Not Found
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,PUT NFV-MANO entity - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,PATCH NFV-MANO entity
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,PATCH NFV-MANO entity - Conflict
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,PATCH NFV-MANO entity - PreCondition Failed
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOEntity,DELETE NFV-MANO entity - Method not implemented
++ Generating test suite: SOL009 8.3.1.2 ChangeNFVMANOEntityStateTask
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeNFVMANOEntityStateTask,POST NFV-MANO functional entity application state change
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeNFVMANOEntityStateTask,POST NFV-MANO functional entity application state change - Conflict
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeNFVMANOEntityStateTask,GET NFV-MANO functional entity application state change - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeNFVMANOEntityStateTask,PUT NFV-MANO functional entity application state change - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeNFVMANOEntityStateTask,PATCH NFV-MANO functional entity application state change - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeNFVMANOEntityStateTask,DELETE NFV-MANO functional entity application state change - Method not implemented
++ Generating test suite: SOL009 8.3.1.3 ChangeStateOperationOccurrences
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,POST Change State Operation Occurrences - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences - invalid attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences - invalid attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences - Bad Request Response too Big
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences with attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences with "all_fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences with "exclude_default" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences with "fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences with "exclude_fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences with Paged Response
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,GET Change State Operation Occurrences with "fields" and "exclude_default" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,PUT Change State Operation Occurrences - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,PATCH Change State Operation Occurrences - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeStateOperationOccurrences,DELETE Change State Operation Occurrences - Method not implemented
++ Generating test suite: SOL009 8.3.1.4 IndividualStateChangeOperationOccurrence
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualStateChangeOperationOccurrence,POST Individual Change State Operation Occurrence - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualStateChangeOperationOccurrence,GET Individual Change State Operation Occurrence
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualStateChangeOperationOccurrence,GET Individual Change State Operation Occurrence - Not Found
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualStateChangeOperationOccurrence,PUT Individual Change State Operation Occurrence - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualStateChangeOperationOccurrence,PATCH Individual Change State Operation Occurrence - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualStateChangeOperationOccurrence,DELETE Individual Change State Operation Occurrence - Method not implemented
++ Generating test suite: SOL009 8.3.1.5 NFVMANOServiceInterfaces
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,POST NFV-MANO Service Interfaces - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces - invalid attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces - invalid attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces - Bad Request Response too Big
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces with attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces with "all_fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces with "exclude_default" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces with "fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces with "exclude_fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,GET NFV-MANO Service Interfaces with Paged Response
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,PUT NFV-MANO Service Interfaces - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,PATCH NFV-MANO Service Interfaces - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NFVMANOServiceInterfaces,DELETE NFV-MANO Service Interfaces - Method not implemented
++ Generating test suite: SOL009 8.3.1.6 IndividualNFVMANOServiceInterface
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,POST Individual NFV-MANO Service Interface - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,GET Individual NFV-MANO Service Interface
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,GET Individual NFV-MANO Service Interface - Not Found
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,PUT Individual NFV-MANO Service Interface - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,PATCH Individual NFV-MANO Service Interface
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,PATCH Individual NFV-MANO Service Interface - Conflict
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,PATCH Individual NFV-MANO Service Interface - PreCondition Failed
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualNFVMANOServiceInterface,DELETE Individual NFV-MANO Service Interface - Method not implemented
++ Generating test suite: SOL009 8.3.1.7 ChangeInterfaceStateTask
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeInterfaceStateTask,POST Change interface state task
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeInterfaceStateTask,POST Change interface state task - Conflict
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeInterfaceStateTask,GET Change interface state task - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeInterfaceStateTask,PUT Change interface state task - Conflict - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeInterfaceStateTask,PATCH Change interface state task - Conflict - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ChangeInterfaceStateTask,DELETE Change interface state task - Conflict - Method not implemented
++ Generating test suite: SOL009 8.3.1.8 PeerEntities
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,POST Peer Entity
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities - invalid attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities - invalid attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities - Bad Request Response too Big
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities with attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities with "all_fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities with "exclude_default" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities with "fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities with "exclude_fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entities with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET Peer Entity with Paged Response
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,Get Peer Entity with malformed authorization token
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,Get Peer Entity without authorization token
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,GET information about multiple alarms with expired or revoked authorization token
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,PUT Peer Entities - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,PATCH Peer Entities - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,PeerEntities,DELETE Peer Entities - Method not implemented
++ Generating test suite: SOL009 8.3.1.9 IndividualPeerEntity
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,POST Individual Peer Entity - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,GET Individual Peer Entity
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,GET Individual Peer Entity - Not Found
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,PUT Individual Peer Entity - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,PATCH Individual Peer Entity
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,PATCH Individual Peer Entity - Conflict
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,PATCH Individual Peer Entity - PreCondition Failed
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualPeerEntity,DELETE Individual Peer Entity - Method not implemented
++ Generating test suite: SOL009 8.3.1.10 Subscriptions
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,GET all Subscriptions
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,GET Subscriptions with attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,GET Subscriptions with Paged Response
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,GET Subscriptions - invalid attribute-based filter
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,GET Subscriptions - Bad Request Response too Big
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,GET Subscriptions - invalid resource endpoint
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,Create new Subscription
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,Create request for duplicated Subscription not creating duplicated subscriptions
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,Create request for duplicated Subscription creating duplicated subscriptions
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,PUT Subscriptions - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,PATCH Subscriptions - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Subscriptions,DELETE Subscriptions - Method not implemented
++ Generating test suite: SOL009 8.3.1.11 IndividualSubscription
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualSubscription,GET Individual Subscription
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualSubscription,GET Individual Subscription - invalid resource identifier
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualSubscription,DELETE Individual Subscription
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualSubscription,DELETE Individual Subscription - invalid resource identifier
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualSubscription,PUT Individual Subscription - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,IndividualSubscription,PATCH Individual Subscription - Method not implemented
++ Generating test suite: SOL009 8.3.1.12 Notifications
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Notifications,Information Changed Notification
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,Notifications,Change State Notification
++ Generating test suite: SOL009 8.3.1.13 ApiVersion
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL009 8.3.1.14 NotificationEndpoint
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NotificationEndpoint,Information Changed Notification
++++ TD: ,SOL009,NFVManoConfigurationAndInformationManagement-API,NotificationEndpoint,Change State Notification
++ Generating test suite: SOL009 8.3.2.1 PMJobs
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,Create new NFV-MANO Performance Monitoring Job
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET all NFV-MANO Performance Monitoring Jobs
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET NFV-MANO Performance Monitoring Jobs with attribute-based filter
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET all NFV-MANO Performance Monitoring Jobs with all_fields attribute selector
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET all NFV-MANO Performance Monitoring Jobs with exclude_default attribute selector
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET all NFV-MANO Performance Monitoring Jobs with fields attribute selector
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET all NFV-MANO Performance Monitoring Jobs with exclude_fields attribute selector
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET NFV-MANO Performance Monitoring Jobs with invalid attribute-based filter
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET NFV-MANO Performance Monitoring Jobs with invalid attribute selector
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET information about multiple Performance Monitoring Jobs to get Paged Response
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET information about multiple Performance Monitoring Jobs for Bad Request Response too big
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET information about multiple Performance Monitoring Jobs with "fields" and "exclude_default" attribute selector
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,Get information about multiple Performance Monitoring Jobs with malformed authorization token
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,Get information about multiple Performance Monitoring Jobs without authorization token
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,GET information about multiple Performance Monitoring Jobs with expired or revoked authorization token
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,PUT all NFV-MANO Performance Monitoring Jobs - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,PATCH all NFV-MANO Performance Monitoring Jobs - (Method not implemented)
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,PMJobs,DELETE all NFV-MANO Performance Monitoring Jobs - Method not implemented
++ Generating test suite: SOL009 8.3.2.2 IndividualPmJob
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualPmJob,POST Individual NFV-MANO Performance Job - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualPmJob,GET individual NFV-MANO Performance Job
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualPmJob,GET individual NFV-MANO Performance Job with invalid resource identifier
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualPmJob,PUT Individual NFV-MANO Performance Job - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualPmJob,PATCH Individual NFV-MANO Performance Job - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualPmJob,DELETE Individual NFV-MANO Performance Job
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualPmJob,DELETE Individual NFV-MANO Performance Job with invalid resource identifier
++ Generating test suite: SOL009 8.3.2.3 IndividualReport
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualReport,POST Individual Performance Report - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualReport,Get Individual Performance Report
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualReport,Get Individual Performance Report with invalid resource endpoint
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualReport,PUT Individual Performance Report - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualReport,PATCH Individual Performance Report - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualReport,DELETE Individual Performance Report - Method not implemented
++ Generating test suite: SOL009 8.3.2.4 Thresholds
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,Create new Performance Threshold
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,GET All Performance Thresholds
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,GET Performance Thresholds with attribute-based filter
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,GET Performance Threshold with Paged Response
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,GET Performance Thresholds - Invalid attribute-based filter
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,GET Performance Threshold - Bad Request Response too Big
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,PUT Performance Thresholds - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,PATCH Performance Thresholds - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Thresholds,DELETE Performance Thresholds - Method not implemented
++ Generating test suite: SOL009 8.3.2.5 IndividualThreshold
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualThreshold,POST Individual Threshold - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualThreshold,GET Individual Threshold
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualThreshold,GET Individual Threshold with invalid resource identifier
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualThreshold,PUT Individual Threshold - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualThreshold,PATCH Individual Threshold - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualThreshold,DELETE Individual Threshold with invalid resource identifier
++ Generating test suite: SOL009 8.3.2.6 Subscriptions
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,GET all Performance Subscriptions
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,GET Performance Subscriptions with attribute-based filter
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,GET Performance Management Subscriptions with Paged Response
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,GET Performance Subscriptions with invalid attribute-based filter
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,GET Performance Subscriptions - Bad Request Response too Big
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,GET Performance Subscriptions with invalid resource endpoint
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,Create new Performance subscription
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,Create duplicated Performance subscription with NFV-MANO not creating duplicated subscriptions
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,Create duplicated Performance subscription with NFV-MANO creating duplicated subscriptions
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,PUT Performance Subscriptions - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,PATCH Performance Subscriptions - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Subscriptions,DELETE Performance Subscriptions - Method not implemented
++ Generating test suite: SOL009 8.3.2.7 IndividualSubscription
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualSubscription,GET Individual Performance Subscription
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualSubscription,GET Individual Performance Subscription with invalid resource identifier
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualSubscription,DELETE Individual Performance Subscription
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualSubscription,DELETE Individual Performance Subscription with invalid resource identifier
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualSubscription,POST Individual Performance Subscription - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualSubscription,PUT Individual Performance Subscription - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,IndividualSubscription,PATCH Individual Performance Subscription - Method not implemented
++ Generating test suite: SOL009 8.3.2.8 Notifications
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Notifications,Performance Information Availability Notification
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,Notifications,Threshold Crossed Notification
++ Generating test suite: SOL009 8.3.2.9 ApiVersion
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL009 8.3.2.10 NotificationEndpoint
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,NotificationEndpoint,Performance Information Available Notification
++++ TD: ,SOL009,NFVMANOPerformanceManagement-API,NotificationEndpoint,Threshold Crossed Notification
++ Generating test suite: SOL009 8.3.3.1 Alarms
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,POST Alarms - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,Get information about multiple alarms
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,Get information about multiple alarms with filter
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,Get information about multiple alarms with invalid attribute-based filtering parameters
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,Get information about multiple alarms as a Paged Response
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,Get information about multiple alarms - Bad Request Response too Big
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,GET information about alarms with attribute-based filter "id"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "managedObjectId"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "eventType"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "perceivedSeverity"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,GET information about multiple alarms with attribute-based filter "probableCause"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,Get information about multiple alarms with malformed authorization token
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,Get information about multiple alarms without authorization token
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,GET information about multiple alarms with expired or revoked authorization token
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,PUT Alarms - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,PATCH Alarms - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Alarms,DELETE Alarms - Method not implemented
++ Generating test suite: SOL009 8.3.3.2 IndividualAlarm
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,POST Individual Alarm - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,Get information about an fault management individual alarm
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,Get information about an fault management individual alarm - Not Found
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,PUT Individual Alarm - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,PATCH Fault Management Individual Alarm
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,Modify an individual alarm resource - Precondition failed
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,Modify an individual alarm resource - Conflict
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualAlarm,DELETE Individual Alarm - Method not implemented
++ Generating test suite: SOL009 8.3.3.3 Subscriptions
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Create a new Fault Management alarm subscription
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Create a new alarm subscription - DUPLICATION
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Create a new alarm subscription - NO DUPLICATION
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Retrieve a list of alarm subscriptions with filter
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Get information about multiple alarms as a Paged Response
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Get information about multiple alarms - Bad Request Response too Big
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,GET Subscription with attribute-based filter "id"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.notificationTypes"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.perceivedSeverities"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.eventTypes"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,Get subscriptions with filter "filter.probableCauses"
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++ Generating test suite: SOL009 8.3.3.4 IndividualSubscription
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualSubscription,Post Individual Subscription - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualSubscription,Get Information about an individual subscription
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualSubscription,Get Information about an individual subscription - Not Found
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,IndividualSubscription,DELETE an individual subscription
++ Generating test suite: SOL009 8.3.3.5 Notifications
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Notifications,NFV-MANO Fault Alarm Notification
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Notifications,NFV-MANO Fault Alarm Cleared Notification
++++ TD: ,SOL009,NFVMANOFaultManagement-API,Notifications,NFV-MANO Fault Alarm List Rebuilt Notification
++ Generating test suite: SOL009 8.3.3.6 ApiVersion
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOFaultManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL009 8.3.3.7 NotificationEndpoint
++++ TD: ,SOL009,NFVMANOFaultManagement-API,NotificationEndpoint,Alarm Notification
++++ TD: ,SOL009,NFVMANOFaultManagement-API,NotificationEndpoint,Alarm Cleared Notification
++++ TD: ,SOL009,NFVMANOFaultManagement-API,NotificationEndpoint,Alarm List Rebuilt Notification
++ Generating test suite: SOL009 8.3.4.1 LoggingJobs
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,POST Create a new logging job
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about logging jobs
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET Logging jobs - invalid attribute-based filter
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET Logging jobs - invalid attribute selector
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET Logging jobs - Bad Request Response too Big
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about logging jobs with attribute-based filter
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about logging jobs with "all_fields" attribute selector
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs with "exclude_default" attribute selector
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs with "fields" attribute selector
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs with "exclude_fields" attribute selector
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs with "fields" and "exclude_default" attribute selector
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs with Paged Response
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs with malformed authorization token
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs without authorization token
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,GET information about Logging Jobs with expired or revoked authorization token
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,PUT Logging Jobs - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,PATCH Logging Jobs - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,LoggingJobs,DELETE Logging Jobs - Method not implemented
++ Generating test suite: SOL009 8.3.4.2 IndividualLoggingJob
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualLoggingJob,POST Individual Logging Job - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualLoggingJob,GET individual Logging Job
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualLoggingJob,GET individual Logging Job with invalid resource identifier
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualLoggingJob,PUT Individual Logging Job - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualLoggingJob,PATCH Individual Logging Job - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualLoggingJob,DELETE Individual Logging Job
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualLoggingJob,DELETE Individual Logging Job with invalid resource identifier
++ Generating test suite: SOL009 8.3.4.3 IndividualReport
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualReport,POST Individual Log Report - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualReport,Get Individual Log Report
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualReport,Get Individual Log Report (asynchronous)
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualReport,Get Individual Log Report with invalid resource endpoint
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualReport,PUT Individual Log Report - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualReport,PATCH Individual Log Report - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualReport,DELETE Individual Log Report - Method not implemented
++ Generating test suite: SOL009 8.3.4.4 CompileLogTask
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,Request to compile the logged data into a file - Synchronous mode
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,Request to compile the logged data into a file - Asynchronous mode
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,Request to compile the logged data into a file - Already Processing
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,Request to compile the logged data into a file with unprocessable entity
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,GET Compiled Log Data - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,PUT Compiled Log Data - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,PATCH Compiled Log Data - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,CompileLogTask,DELETE Compiled Log Data - Method not implemented
++ Generating test suite: SOL009 8.3.4.5 Subscriptions
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,GET all Subscriptions
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,GET Subscriptions with attribute-based filter
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,GET Subscriptions with Paged Response
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,GET Subscriptions - invalid attribute-based filter
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,GET Subscriptions - Bad Request Response too Big
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,GET Subscriptions - invalid resource endpoint
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,GET Subscription with attribute-based filter "id"
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,Get subscriptions with filter "filter.notificationTypes"
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,Create new Subscription
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,Create request for duplicated Subscription not creating duplicated subscriptions
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,Create request for duplicated Subscription creating duplicated subscriptions
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,PUT Subscriptions - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,PATCH Subscriptions - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,Subscriptions,DELETE Subscriptions - Method not implemented
++ Generating test suite: SOL009 8.3.4.6 IndividualSubscription
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualSubscription,GET Individual Subscription
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualSubscription,GET Individual Subscription - invalid resource identifier
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualSubscription,DELETE Individual Subscription
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualSubscription,DELETE Individual Subscription - invalid resource identifier
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualSubscription,PUT Individual Subscription - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,IndividualSubscription,PATCH Individual Subscription - Method not implemented
++ Generating test suite: SOL009 8.3.4.7 Notifications
++++ TD: ,SOL009,NFVMANOLogManagement-API,Notifications,Log Report Avaliable Notification
++ Generating test suite: SOL009 8.3.4.8 ApiVersion
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL009,NFVMANOLogManagement-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL009 8.3.4.9 NotificationEndpoint
++++ TD: ,SOL009,NFVMANOLogManagement-API,NotificationEndpoint,Log Report Available Notification
Writing SOL009 definitions to: ../../build/Tests-SOL009-NFV-MANO-mgmt.docx, (/home/etsi/dev/build/Tests-SOL009-NFV-MANO-mgmt.docx)
Opening doc: Tests-SOL011-OrOr_template.docx
++ Generating test suite: SOL011 9.3.1.1 Grants
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,Grants,Requests a grant for a particular NS lifecycle operation
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,Grants,Requests a grant for a particular NS lifecycle operation - Forbidden
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,Grants,GET Grants - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,Grants,PUT Grants - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,Grants,PATCH Grants - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,Grants,DELETE Grants - Method not implemented
++ Generating test suite: SOL011 9.3.1.2 IndividualGrant
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,IndividualGrant,POST Individual Grant - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - Successful
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,IndividualGrant,PUT an individual grant - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,IndividualGrant,PATCH an individual grant - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,IndividualGrant,DELETE an individual grant - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,IndividualGrant,GET an individual grant - NOT FOUND
++ Generating test suite: SOL011 9.3.1.3 ApiVersion
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,GET API Version
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL011,NSLifecycleOperationGranting-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
++ Generating test suite: SOL011 9.3.2.1 Subscriptions
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,POST Create a new subscription
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,POST Create a new Subscription - DUPLICATION
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,POST Create a new Subscription - NO-DUPLICATION
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET Subscriptions as Paged Response
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,DELETE subscriptions - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Subscriptions,GET subscriptions with "exclude_default" and "fields" attribute selector
++ Generating test suite: SOL011 9.3.2.2 IndividualSubscription
++++ TD: ,SOL011,NSInstanceUsageNotification-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,IndividualSubscription,GET Information about an individual subscription - Successful
++++ TD: ,SOL011,NSInstanceUsageNotification-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,IndividualSubscription,DELETE an individual subscription
++++ TD: ,SOL011,NSInstanceUsageNotification-API,IndividualSubscription,GET Information about an individual subscription - NOT FOUND
++ Generating test suite: SOL011 9.3.2.3 Notifications
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Notifications,NS Instance Usage START Notification
++++ TD: ,SOL011,NSInstanceUsageNotification-API,Notifications,NS Instance Usage END Notification
++ Generating test suite: SOL011 9.3.2.4 NotificationEndpoint
++++ TD: ,SOL011,NSInstanceUsageNotification-API,NotificationEndpoint,NS Instance Usage Notification
++ Generating test suite: SOL011 9.3.2.5 ApiVersion
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,GET API Version
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,POST API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,GET API Version with apiMajorVerion
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,PUT API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,PATCH API Version with apiMajorVerion - Method not implemented
++++ TD: ,SOL011,NSInstanceUsageNotification-API,ApiVersion,DELETE API Version with apiMajorVerion - Method not implemented
Writing SOL011 definitions to: ../../build/Tests-SOL011-OrOr.docx, (/home/etsi/dev/build/Tests-SOL011-OrOr.docx)
Opening doc: Tests-SOL012-NFV-MANO-Policy-mgmt_template.docx
++ Generating test suite: SOL012 10.3.1.1 ApiVersion
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,POST API Version - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,GET API Version
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,PUT API Version - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,PATCH API Version - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,DELETE API Version - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,POST API Version with apiMajorVersion - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,GET API Version with apiMajorVersion
WARNING: Missing TP ID for test GET API Version with apiMajorVersion
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,PUT API Version with apiMajorVersion - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,PATCH API Version with apiMajorVersion - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ApiVersion,DELETE API Version with apiMajorVersion - Method not implemented
++ Generating test suite: SOL012 10.3.1.2 Policies
++++ TD: ,SOL012,PolicyManagement-API,Policies,POST Create a new Policy
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies - Filter
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies - Bad Request Response too Big
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies with "all_fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies with "exclude_default" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies with "fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies with "exclude_fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Policies,GET Policies as Paged Response
++++ TD: ,SOL012,PolicyManagement-API,Policies,PUT Policies - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,Policies,PATCH Policies - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,Policies,DELETE Policies - Method not implemented
++ Generating test suite: SOL012 10.3.1.3 IndividualPolicy
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,POST Individual Policy - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,GET Information about an individual policy - Successful
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,GET Information about an individual policy - NOT FOUND
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,PUT an individual policy - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,PATCH an individual policy - Successful
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,PATCH an individual policy - Conflict
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,DELETE an individual policy - Successful
++++ TD: ,SOL012,PolicyManagement-API,IndividualPolicy,DELETE an individual policy - CONFLICT
++ Generating test suite: SOL012 10.3.1.4 SelectedVersionOfAnIndividualPolicy
++++ TD: ,SOL012,PolicyManagement-API,SelectedVersionOfAnIndividualPolicy,POST Selected Version of an Individual Policy - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,SelectedVersionOfAnIndividualPolicy,GET Information about the Selected Version of an Individual Policy - Successful
++++ TD: ,SOL012,PolicyManagement-API,SelectedVersionOfAnIndividualPolicy,GET Information about the Selected Version of an Individual Policy - NOT FOUND
++++ TD: ,SOL012,PolicyManagement-API,SelectedVersionOfAnIndividualPolicy,GET Information about the Selected Version of an Individual Policy - CREATED STATE
++++ TD: ,SOL012,PolicyManagement-API,SelectedVersionOfAnIndividualPolicy,PUT Selected Version of an individual policy - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,SelectedVersionOfAnIndividualPolicy,PATCH Selected Version of an individual policy - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,SelectedVersionOfAnIndividualPolicy,DELETE Selected Version of an individual policy - Method not implemented
++ Generating test suite: SOL012 10.3.1.5 ParticularVersionOfAnIndividualPolicy
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,POST Particular Version of an Individual Policy - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,GET Information about a Particular Version of an Individual Policy - Successful
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,GET Information about a Particular Version of an Individual Policy - NOT FOUND
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,PUT Particular Version of an individual policy - Successful
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,PUT Particular Version of an individual policy - CONFLICT
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,PATCH Particular Version of an individual policy - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,DELETE Particular Version of an individual policy - Successful
++++ TD: ,SOL012,PolicyManagement-API,ParticularVersionOfAnIndividualPolicy,DELETE Particular Version of an individual policy - CONFLICT
++ Generating test suite: SOL012 10.3.1.6 Subscriptions
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,POST Create a new subscription
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,POST Create a new Subscription - DUPLICATION NOT ALLOWED
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,POST Create a new Subscription - UNPROCESSABLE ENTITY
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET Subscriptions
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET Subscription - Filter
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET subscriptions - Bad Request Invalid attribute-based filtering parameters
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET subscriptions - Bad Request Response too Big
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET subscriptions with "all_fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET subscriptions with "exclude_default" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET subscriptions with "fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET subscriptions with "exclude_fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET Subscriptions as Paged Response
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,GET subscriptions with "exclude_default" and "fields" attribute selector
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,PUT subscriptions - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,PATCH subscriptions - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,Subscriptions,DELETE subscriptions - Method not implemented
++ Generating test suite: SOL012 10.3.1.7 IndividualSubscription
++++ TD: ,SOL012,PolicyManagement-API,IndividualSubscription,POST Individual Subscription - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,IndividualSubscription,GET Information about an individual subscription - Successful
++++ TD: ,SOL012,PolicyManagement-API,IndividualSubscription,GET Information about an individual subscription - NOT FOUND
++++ TD: ,SOL012,PolicyManagement-API,IndividualSubscription,PUT an individual subscription - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,IndividualSubscription,PATCH an individual subscription - Method not implemented
++++ TD: ,SOL012,PolicyManagement-API,IndividualSubscription,DELETE an individual subscription
++ Generating test suite: SOL012 10.3.1.8 Notifications
++++ TD: ,SOL012,PolicyManagement-API,Notifications,Policy Change Notification
++++ TD: ,SOL012,PolicyManagement-API,Notifications,Policy Conflict Notification
++ Generating test suite: SOL012 10.3.1.9 NotificationEndpoint
++++ TD: ,SOL012,PolicyManagement-API,NotificationEndpoint,Policy Change Notification
++++ TD: ,SOL012,PolicyManagement-API,NotificationEndpoint,Policy Conflict Notification
++++ TD: ,SOL012,PolicyManagement-API,NotificationEndpoint,Test the Notification Endpoint - Successful
++++ TD: ,SOL012,PolicyManagement-API,NotificationEndpoint,Test the Notification Endpoint - UNREACHABLE
++++ TD: ,SOL012,PolicyManagement-API,NotificationEndpoint,PUT Notification endpoint - Method Not Implemented
++++ TD: ,SOL012,PolicyManagement-API,NotificationEndpoint,PATCH Notification endpoint - Method Not Implemented
++++ TD: ,SOL012,PolicyManagement-API,NotificationEndpoint,DELETE Notification endpoint - Method Not Implemented
Writing SOL012 definitions to: ../../build/Tests-SOL012-NFV-MANO-Policy-mgmt.docx, (/home/etsi/dev/build/Tests-SOL012-NFV-MANO-Policy-mgmt.docx)
Final validation result: 0
Archiving artifacts
Finished: SUCCESS