diff options
author | xudan <xudan16@huawei.com> | 2018-10-21 21:56:37 -0400 |
---|---|---|
committer | Dan Xu <xudan16@huawei.com> | 2018-10-25 01:35:17 +0000 |
commit | 7cd5c4c60b3f9a9893c2801a39061489ecfa6ae0 (patch) | |
tree | 9bd863c289337d5a2202e95b826d7f1a28e47660 /etc/userconfig | |
parent | a017201e115d27c86a00959e7baedbb0c95f0580 (diff) |
Stop redefine testcases.yaml for some test cases
1. For Functest healthcheck, patrole, refstack_defcore, neutron_trunk and vping
test cases, stop to redefine testcases.yaml.
2. For VNF and bgpvpn, they still have scenario dependencies for Functest.
How to handle them are still under consideration.
3. For other tempest test cases, they rely on tempest_custom. Leave them
under discussion.
JIRA: DOVETAIL-673
Change-Id: Ibd10c9883d8df3749f4a93e280deaca77fe6bc00
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/userconfig')
-rw-r--r-- | etc/userconfig/testcases.yaml | 191 |
1 files changed, 0 insertions, 191 deletions
diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml index cc048c9c..529e1162 100644 --- a/etc/userconfig/testcases.yaml +++ b/etc/userconfig/testcases.yaml @@ -1,68 +1,6 @@ --- tiers: - - name: healthcheck - order: 0 - ci_loop: '(daily)|(weekly)' - description: >- - First tier to be executed to verify the basic - operations in the VIM. - testcases: - - - case_name: connection_check - project_name: functest - criteria: 100 - blocking: true - description: >- - This test case verifies the retrieval of OpenStack clients: - Keystone, Glance, Neutron and Nova and may perform some - simple queries. When the config value of - snaps.use_keystone is True, functest must have access to - the cloud's private network. - dependencies: - installer: '' - scenario: '' - run: - module: - 'functest.opnfv_tests.openstack.snaps.connection_check' - class: 'ConnectionCheck' - - - - case_name: api_check - project_name: functest - criteria: 100 - blocking: true - description: >- - This test case verifies the retrieval of OpenStack clients: - Keystone, Glance, Neutron and Nova and may perform some - simple queries. When the config value of - snaps.use_keystone is True, functest must have access to - the cloud's private network. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.openstack.snaps.api_check' - class: 'ApiCheck' - - - - case_name: snaps_health_check - project_name: functest - criteria: 100 - blocking: true - description: >- - This test case creates executes the SimpleHealthCheck - Python test class which creates an, image, flavor, network, - and Cirros VM instance and observes the console output to - validate the single port obtains the correct IP address. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.openstack.snaps.health_check' - class: 'HealthCheck' - - - name: smoke order: 1 ci_loop: '(daily)|(weekly)' @@ -70,95 +8,6 @@ tiers: Set of basic Functional tests to validate the OPNFV scenarios. testcases: - - case_name: vping_ssh - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case verifies: 1) SSH to an instance using - floating IPs over the public network. 2) Connectivity - between 2 instances over a private network. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.openstack.vping.vping_ssh' - class: 'VPingSSH' - - - - case_name: vping_userdata - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case verifies: 1) Boot a VM with given userdata. - 2) Connectivity between 2 instances over a private network. - dependencies: - installer: '' - scenario: '' - run: - module: - 'functest.opnfv_tests.openstack.vping.vping_userdata' - class: 'VPingUserdata' - - - - case_name: refstack_defcore - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case runs a sub group of tests of the OpenStack - Defcore testcases. - dependencies: - installer: '' - scenario: '' - run: - module: - 'functest.opnfv_tests.openstack.refstack.refstack' - class: 'Refstack' - - - - case_name: tempest_smoke_serial - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case runs the smoke subset of the OpenStack - Tempest suite. The list of test cases is generated by - Tempest automatically and depends on the parameters of - the OpenStack deplopyment. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.openstack.tempest.tempest' - class: 'TempestCommon' - args: - mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$' - option: - - '--concurrency=1' - - - - case_name: snaps_smoke - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case contains tests that setup and destroy - environments with VMs with and without Floating IPs - with a newly created user and project. Set the config - value snaps.use_floating_ips (True|False) to toggle - this functionality. When the config value of - snaps.use_keystone is True, functest must have access to - the cloud's private network. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.openstack.snaps.smoke' - class: 'SnapsSmoke' - - - case_name: tempest_custom project_name: functest criteria: 100 @@ -176,46 +25,6 @@ tiers: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCustom' - - - case_name: patrole - project_name: functest - criteria: 100 - blocking: false - description: >- - Test suite from Patrole project. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.openstack.patrole.patrole' - class: 'Patrole' - args: - role: 'admin' - services: - - 'image' - - 'network' - exclude: - - 'test_networks_multiprovider_rbac' - - - - case_name: neutron_trunk - project_name: functest - criteria: 100 - blocking: false - description: >- - This test case runs the neutron trunk subtest of the - OpenStack Tempest suite. The list of test cases is - generated by Tempest having as input the relevant - testcase list file. - dependencies: - installer: '' - scenario: '' - run: - module: 'functest.opnfv_tests.openstack.tempest.tempest' - class: 'TempestCommon' - args: - mode: 'neutron.tests.tempest.(api|scenario).test_trunk' - - name: features order: 2 |