summaryrefslogtreecommitdiffstats
path: root/etc/compliance
diff options
context:
space:
mode:
Diffstat (limited to 'etc/compliance')
-rw-r--r--etc/compliance/debug.yml19
-rw-r--r--etc/compliance/healthcheck.yml17
-rw-r--r--etc/compliance/onap.heat.2019.04.yaml17
-rw-r--r--etc/compliance/onap.tosca.2019.04.yaml17
-rw-r--r--etc/compliance/ovp.2019.12.yaml49
-rw-r--r--etc/compliance/proposed_tests.yml29
6 files changed, 148 insertions, 0 deletions
diff --git a/etc/compliance/debug.yml b/etc/compliance/debug.yml
new file mode 100644
index 00000000..b15c3cec
--- /dev/null
+++ b/etc/compliance/debug.yml
@@ -0,0 +1,19 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+# only used for dovetail tool development and the integration testing
+# of new test cases. New test case candidates for the next release,
+# which need to be evaluated in the OPNFV CI, should be added to the
+# proposed_tests test suite.
+debug:
+ name: debug
+ testcases_list:
+ optional:
+ - functest.vping.userdata
diff --git a/etc/compliance/healthcheck.yml b/etc/compliance/healthcheck.yml
new file mode 100644
index 00000000..ad461cad
--- /dev/null
+++ b/etc/compliance/healthcheck.yml
@@ -0,0 +1,17 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+# Pre-flight check before running more complex tests
+# Will be used for running on CI
+healthcheck:
+ name: healthcheck
+ testcases_list:
+ optional:
+ - functest.healthcheck.connection_check
diff --git a/etc/compliance/onap.heat.2019.04.yaml b/etc/compliance/onap.heat.2019.04.yaml
new file mode 100644
index 00000000..1777bda2
--- /dev/null
+++ b/etc/compliance/onap.heat.2019.04.yaml
@@ -0,0 +1,17 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+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/compliance/onap.tosca.2019.04.yaml b/etc/compliance/onap.tosca.2019.04.yaml
new file mode 100644
index 00000000..15072010
--- /dev/null
+++ b/etc/compliance/onap.tosca.2019.04.yaml
@@ -0,0 +1,17 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+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.2019.12.yaml b/etc/compliance/ovp.2019.12.yaml
new file mode 100644
index 00000000..a1f7a50b
--- /dev/null
+++ b/etc/compliance/ovp.2019.12.yaml
@@ -0,0 +1,49 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+ovp.2019.12:
+ name: ovp.2019.12
+ version: '2019.12'
+ testcases_list:
+ mandatory:
+ - functest.vping.userdata
+ - functest.vping.ssh
+ - functest.tempest.osinterop
+ - functest.tempest.compute
+ - functest.tempest.identity_v3
+ - functest.tempest.image
+ - functest.tempest.network_api
+ - functest.tempest.volume
+ - functest.tempest.neutron_trunk_ports
+ - functest.tempest.ipv6_api
+ - functest.security.patrole
+ - yardstick.ha.nova_api
+ - yardstick.ha.neutron_server
+ - yardstick.ha.keystone
+ - yardstick.ha.glance_api
+ - yardstick.ha.cinder_api
+ - yardstick.ha.cpu_load
+ - yardstick.ha.disk_load
+ - yardstick.ha.haproxy
+ - yardstick.ha.rabbitmq
+ - yardstick.ha.database
+ - bottlenecks.stress.ping
+ optional:
+ - functest.tempest.ipv6_scenario
+ - functest.tempest.multi_node_scheduling
+ - functest.tempest.network_security
+ - functest.tempest.vm_lifecycle
+ - functest.tempest.network_scenario
+ - functest.tempest.bgpvpn
+ - functest.security.patrole_vxlan_dependent
+ - yardstick.ha.neutron_l3_agent
+ - yardstick.ha.controller_restart
+ - functest.vnf.vims
+ - functest.vnf.vepc
diff --git a/etc/compliance/proposed_tests.yml b/etc/compliance/proposed_tests.yml
new file mode 100644
index 00000000..17eadff8
--- /dev/null
+++ b/etc/compliance/proposed_tests.yml
@@ -0,0 +1,29 @@
+##############################################################################
+# Copyright (c) 2019 opnfv.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################
+
+---
+proposed_tests:
+ # proposed new test cases for next release
+ name: proposed_tests
+ testcases_list:
+ mandatory:
+ optional:
+ - functest.k8s.conformance
+ - functest.k8s.smoke
+ - functest.rally.authenticate
+ - functest.rally.cinder
+ - functest.rally.glance
+ - functest.rally.gnocchi
+ - functest.rally.heat
+ - functest.rally.keystone
+ - functest.rally.neutron
+ - functest.rally.nova
+ - functest.rally.quotas
+ - functest.tempest.neutron_tempest_plugin_api
+ - functest.tempest.networking_sfc