blob: fd65321e88c04ce36d9e66fc9f87faf5c3c14009 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
---
functest.security.patrole_vxlan_dependent:
name: functest.security.patrole_vxlan_dependent
objective: Run 2 sub test cases in Patrole that are dependent on vxlan
validate:
type: functest
testcase: tempest_custom
pre_condition:
- 'cp /home/opnfv/pre_config/tempest_conf.yaml /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml'
- 'cp /home/opnfv/userconfig/tempest_custom_testcases.yaml /usr/lib/python2.7/site-packages/xtesting/ci/testcases.yaml'
- 'cp /home/opnfv/functest/results/tempest_custom.txt /usr/lib/python2.7/site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/test_list.txt'
report:
source_archive_files:
- functest.log
- tempest_custom/tempest.log
- tempest_custom/tempest-report.html
dest_archive_files:
- security_logs/functest.security.patrole_vxlan_dependent.functest.log
- security_logs/functest.security.patrole_vxlan_dependent.log
- security_logs/functest.security.patrole_vxlan_dependent.html
check_results_file: 'functest_results.txt'
sub_testcase_list:
- patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type[admin]
- patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_segmentation_id[admin]
|