From de39be86dddc6fd590d9dbc9bad084e6be45aa13 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Fri, 8 Feb 2019 11:38:08 +0200 Subject: 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 --- etc/compliance/onap.1.0.0.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/compliance/onap.1.0.0.yml') 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 -- cgit 1.2.3-korg