blob: 20e80fa7bbdd5a0effd39ed6761ac167912f7da3 (
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
---
scenario:
-
scenarios:
- '^os-'
tests:
- 'NeutronNetworks.associate_and_dissociate_floating_ips'
- 'NeutronNetworks.create_and_delete_floating_ips'
- 'NeutronNetworks.create_and_list_floating_ips'
- 'NeutronSecurityGroup.create_and_delete_security_group_rule'
- 'NeutronSecurityGroup.create_and_delete_security_groups'
- 'NeutronSecurityGroup.create_and_list_security_group_rules'
- 'NeutronSecurityGroup.create_and_list_security_groups'
- 'NeutronSecurityGroup.create_and_show_security_group'
- 'NeutronSecurityGroup.create_and_show_security_group_rule'
- 'NeutronSecurityGroup.create_and_update_security_groups'
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:
|