blob: 992f1caf2d2e25c0e032c69fc392c68a012dceda (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
---
scenario:
-
scenarios:
- 'ovs'
tests:
- 'NovaServers.boot_and_live_migrate_server'
- 'NovaServers.boot_server_attach_created_volume_and_live_migrate'
- 'NovaServers.boot_server_from_volume_and_live_migrate'
- 'NovaServers.boot_and_migrate_server'
functionality:
-
functions:
- block_migration
tests:
- NovaServers.boot_server_from_volume_and_live_migrate
-
functions:
- no_migration
tests:
- NovaServers.boot_and_live_migrate_server
- NovaServers.boot_server_attach_created_volume_and_live_migrate
- NovaServers.boot_server_from_volume_and_live_migrate
- NovaServers.boot_and_migrate_server
-
functions:
- no_net_trunk_service
tests:
- '^NeutronTrunk'
-
functions:
- no_floating_ip
tests:
- HeatStacks.create_and_delete_stack
- NovaServers.boot_and_associate_floating_ip
- NovaServers.boot_server_associate_and_dissociate_floating_ip
- NeutronNetworks.create_and_delete_floating_ips
- NeutronNetworks.create_and_list_floating_ips
- NeutronNetworks.associate_and_dissociate_floating_ips
- VMTasks.dd_load_test
|