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>
source_file = os.path.join(result_path, 'bgpvpn.log')
elif validate_testcase == 'patrole':
source_file = os.path.join(result_path, 'patrole', 'tempest.log')
+ elif validate_testcase == 'neutron_trunk':
+ source_file = os.path.join(result_path,
+ 'neutron_trunk',
+ 'tempest.log')
else:
source_file = None
if source_file:
- dovetail.sdnvpn.tc000
# patrole
- dovetail.security.patrole
+ # Neutron trunk port Tempest tests
+ - dovetail.tempest.neutron_trunk_ports
- rally_sanity
- promise
- patrole
+ - neutron_trunk
functest_testcase:
- bgpvpn
--- /dev/null
+---
+dovetail.tempest.neutron_trunk_ports:
+ name: dovetail.tempest.neutron_trunk_ports
+ objective: Run Neutron trunk port Tempest tests
+ validate:
+ type: functest
+ testcase: neutron_trunk
+ report:
+ sub_testcase_list:
- '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