blob: 0ba297a8dbcc8fe468c4ebdb45d80444c66bff22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
dovetail.example.tc001:
name: dovetail.example.tc001
objective: Bulk creation and deletion of IPv6 networks, ports and subnets
validate:
type: functest
testcase: tempest_smoke_serial
pre_condition:
- 'echo test for precondition'
cmds:
- 'functest env prepare'
- 'functest testcase run {{validate_testcase}} -r'
post_condition:
- 'echo test for precondition'
report:
sub_testcase_list:
- tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network
- tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port
- tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet
|