diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-02-08 11:38:08 +0200 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2019-02-14 03:46:40 +0000 |
commit | de39be86dddc6fd590d9dbc9bad084e6be45aa13 (patch) | |
tree | 8c5d41f051abe8ca14bb591f993ccf2ee9fd16d4 /etc | |
parent | 6b9e62527829867f52a8d18efb09d85b76b35436 (diff) |
Dynamic results version and vnf type recognition
This patch makes it able to fetch the version from the testsuite.
Furthermore, in case of ONAP test cases it adds the vnf_type to the
produced results.json file in order to be parsed from the results
portal. Finally, it creates a testuite for ONAP TOSCA related tests.
Change-Id: I613358c445cfe62730b98fee5e8c6fba7d322e90
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/compliance/onap.1.0.0.yml | 2 | ||||
-rw-r--r-- | etc/compliance/onap.tosca.2019.04.yaml | 8 | ||||
-rw-r--r-- | etc/compliance/ovp.2018.09.yaml | 1 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/etc/compliance/onap.1.0.0.yml b/etc/compliance/onap.1.0.0.yml index e9e805c4..b7566b3f 100644 --- a/etc/compliance/onap.1.0.0.yml +++ b/etc/compliance/onap.1.0.0.yml @@ -1,6 +1,8 @@ --- onap.1.0.0: name: onap.1.0.0 + version: '1.0.0' + vnf_type: tosca testcases_list: optional: - onap.lifecycle.tc001 diff --git a/etc/compliance/onap.tosca.2019.04.yaml b/etc/compliance/onap.tosca.2019.04.yaml new file mode 100644 index 00000000..45df66ed --- /dev/null +++ b/etc/compliance/onap.tosca.2019.04.yaml @@ -0,0 +1,8 @@ +--- +onap.tosca.2019.04: + name: onap.tosca.2019.04 + version: '2019.04' + vnf_type: tosca + testcases_list: + mandatory: + - onap-vtp.validate.csar diff --git a/etc/compliance/ovp.2018.09.yaml b/etc/compliance/ovp.2018.09.yaml index 9821b4cb..14e92ac4 100644 --- a/etc/compliance/ovp.2018.09.yaml +++ b/etc/compliance/ovp.2018.09.yaml @@ -1,6 +1,7 @@ --- ovp.2018.09: name: ovp.2018.09 + version: '2018.09' testcases_list: mandatory: - functest.vping.userdata diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index 74f54c9c..a6aaab06 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -18,6 +18,7 @@ testsuite_supported: - debug - healthcheck - ovp.2018.09 + - onap.tosca.2019.04 - onap.1.0.0 # used for testcase cmd template in jinja2 format |