--- tiers: - name: smoke order: 1 ci_loop: '(daily)|(weekly)' description: >- Set of basic Functional tests to validate the OPNFV scenarios. testcases: - case_name: tempest_custom project_name: functest criteria: 100 blocking: false description: >- The test case allows running a customized list of tempest test cases defined in a file under /functest/opnfv_tests/openstack/ /tempest/custom_tests/test_list.txt The file is empty and can be customized with the desired tests. dependencies: installer: '' scenario: '' run: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCustom' - name: features order: 2 ci_loop: '(daily)|(weekly)' description: >- Test suites from feature projects integrated in functest testcases: - case_name: bgpvpn project_name: sdnvpn criteria: 100 blocking: false description: >- Test suite from SDNVPN project. dependencies: installer: '' scenario: '' run: module: 'sdnvpn.test.functest.run_sdnvpn_tests' class: 'SdnvpnFunctest' - name: vnf order: 4 ci_loop: '(daily)|(weekly)' description: >- Collection of VNF test cases. testcases: - case_name: cloudify_ims project_name: functest criteria: 80 blocking: false description: >- This test case deploys an OpenSource vIMS solution from Clearwater using the Cloudify orchestrator. It also runs some signaling traffic. dependencies: installer: '' scenario: '' run: module: 'functest.opnfv_tests.vnf.ims.cloudify_ims' class: 'CloudifyIms' - case_name: juju_epc project_name: functest criteria: 100 blocking: false description: >- vEPC validation with Juju as VNF manager and ABoT as test executor. dependencies: installer: '' scenario: '' run: module: 'functest.opnfv_tests.vnf.epc.juju_epc' class: 'JujuEpc'