diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-05 20:20:53 +0000 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-11 09:28:50 +0000 |
commit | 962f8ed21b97d40bc501c4854a4e28310023642d (patch) | |
tree | 051e23cbf4391e3d79322a168d533c66443fddfc /etc/userconfig | |
parent | 05efb85b4c2703be7145420c06aae5acb6778e2b (diff) |
Adding Neutron trunk port tests to proposed_tests suite
Adding the Neutron trunk port tempest tests to Dovetail and the
proposed_tests test suite.
JIRA: DOVETAIL-648
Change-Id: Ia77980a245fd1bca6e5f0e567467432e12bf974e
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'etc/userconfig')
-rw-r--r-- | etc/userconfig/testcases.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml index 5e6a6c70..444eff98 100644 --- a/etc/userconfig/testcases.yaml +++ b/etc/userconfig/testcases.yaml @@ -191,6 +191,22 @@ tiers: - '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: 'TempestNeutronTrunk' - name: features |