diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/compliance/onap.heat.2019.04.yaml | 8 | ||||
-rw-r--r-- | etc/conf/dovetail_config.yml | 1 |
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/compliance/onap.heat.2019.04.yaml b/etc/compliance/onap.heat.2019.04.yaml new file mode 100644 index 00000000..d6a92dcc --- /dev/null +++ b/etc/compliance/onap.heat.2019.04.yaml @@ -0,0 +1,8 @@ +--- +onap.heat.2019.04: + name: onap.heat.2019.04 + version: '2019.04' + vnf_type: heat + testcases_list: + mandatory: + - onap-vvp.validate.heat diff --git a/etc/conf/dovetail_config.yml b/etc/conf/dovetail_config.yml index a6aaab06..cdad0554 100644 --- a/etc/conf/dovetail_config.yml +++ b/etc/conf/dovetail_config.yml @@ -19,6 +19,7 @@ testsuite_supported: - healthcheck - ovp.2018.09 - onap.tosca.2019.04 + - onap.heat.2019.04 - onap.1.0.0 # used for testcase cmd template in jinja2 format |