d66486874d
Rally prior change - I77eba97596df4448065982956c3b6fb08c8e45db * Fix pep8 issues. For unknown reasons, previous flake8 version did not argue on some too long lines and some other issues. * Temporary disable run of VMTask scenarios in CI. It raises TimeoutError and blocks several jobs to be executed. Let's fix this issue separately. * Re-enable rally-tox-pep8, rally-tox-cover, rally-dsvm-tox-functional, rally-task-basic-with-existing-users, rally-task-simple-job, rally-task-neutron, rally-task-nova and rally-verify-tempest jobs * Add rally-tox-py310 Change-Id: I6a167793f1b900ff459519b593cac7c2c3e9724b
722 lines
16 KiB
YAML
722 lines
16 KiB
YAML
{% set image_name = "^cirros.*-disk$" %}
|
|
{% set flavor_name = "m1.tiny" %}
|
|
{% set smoke = 0 %}
|
|
|
|
---
|
|
NeutronNetworks.create_and_list_networks:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
-
|
|
args:
|
|
network_create_args:
|
|
provider:network_type: "vxlan"
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
roles:
|
|
- "admin"
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.set_and_clear_router_gateway:
|
|
-
|
|
args:
|
|
network_create_args:
|
|
router:external: True
|
|
router_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 4
|
|
concurrency: 2
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
router: -1
|
|
roles:
|
|
- "admin"
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.create_and_show_network:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.create_and_list_subnets:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
subnet_create_args: {}
|
|
subnet_cidr_start: "1.1.0.0/30"
|
|
subnets_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8 }}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_show_subnets:
|
|
-
|
|
args:
|
|
subnet_cidr_start: "1.1.0.0/30"
|
|
subnets_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8 }}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronSecurityGroup.create_and_list_security_groups:
|
|
-
|
|
args:
|
|
security_group_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8 }}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
security_group: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronSecurityGroup.create_and_show_security_group:
|
|
-
|
|
args:
|
|
security_group_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8 }}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
security_group: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronSecurityGroup.create_and_delete_security_groups:
|
|
-
|
|
args:
|
|
security_group_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8 }}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
security_group: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronSecurityGroup.create_and_update_security_groups:
|
|
-
|
|
args:
|
|
security_group_create_args: {}
|
|
security_group_update_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8 }}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
security_group: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronSecurityGroup.create_and_list_security_group_rules:
|
|
-
|
|
args:
|
|
security_group_args: {}
|
|
security_group_rule_args: {}
|
|
security_group_rules_count: 20
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8 }}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
security_group: -1
|
|
security_group_rule: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronSecurityGroup.create_and_show_security_group_rule:
|
|
-
|
|
args:
|
|
security_group_args: {}
|
|
security_group_rule_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 8
|
|
concurrency: 4
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 1
|
|
quotas:
|
|
neutron:
|
|
security_group: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronSecurityGroup.create_and_delete_security_group_rule:
|
|
-
|
|
args:
|
|
security_group_args: {}
|
|
security_group_rule_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: 4
|
|
concurrency: 4
|
|
context:
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.create_and_list_floating_ips:
|
|
-
|
|
args:
|
|
floating_network: "public"
|
|
floating_ip_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
floatingip: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.associate_and_dissociate_floating_ips:
|
|
-
|
|
args:
|
|
floating_network: "public"
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
floatingip: -1
|
|
network: -1
|
|
port: -1
|
|
router: -1
|
|
subnet: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.create_and_list_routers:
|
|
-
|
|
args:
|
|
subnet_cidr_start: "1.1.0.0/30"
|
|
subnets_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
router: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_show_routers:
|
|
-
|
|
args:
|
|
subnet_cidr_start: "1.1.0.0/30"
|
|
subnets_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: 4
|
|
concurrency: 2
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: 2
|
|
users_per_tenant: 2
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
router: -1
|
|
|
|
NeutronNetworks.create_and_list_ports:
|
|
-
|
|
args:
|
|
ports_per_network: 4
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
router: -1
|
|
port: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.list_agents:
|
|
-
|
|
args:
|
|
agent_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 4}}
|
|
concurrency: {{smoke or 2}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.create_and_show_ports:
|
|
-
|
|
args:
|
|
ports_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 4}}
|
|
concurrency: {{smoke or 2}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
port: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.create_and_update_networks:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
network_update_args:
|
|
admin_state_up: False
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_update_subnets:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
subnet_create_args: {}
|
|
subnet_cidr_start: "1.4.0.0/16"
|
|
subnets_per_network: 2
|
|
subnet_update_args:
|
|
enable_dhcp: False
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_update_routers:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
subnet_create_args: {}
|
|
subnet_cidr_start: "1.1.0.0/30"
|
|
subnets_per_network: 2
|
|
router_create_args: {}
|
|
router_update_args:
|
|
admin_state_up: False
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 4}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
router: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_delete_networks:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 20}}
|
|
concurrency: {{smoke or 10}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 3}}
|
|
users_per_tenant: {{smoke or 2}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_delete_subnets:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
subnet_create_args: {}
|
|
subnet_cidr_start: "1.1.0.0/30"
|
|
subnets_per_network: 2
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 3}}
|
|
users_per_tenant: {{smoke or 2}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_delete_floating_ips:
|
|
-
|
|
args:
|
|
floating_network: "public"
|
|
floating_ip_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 8}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
floatingip: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NeutronNetworks.create_and_delete_routers:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
subnet_create_args: {}
|
|
subnet_cidr_start: "1.1.0.0/30"
|
|
subnets_per_network: 2
|
|
router_create_args: {}
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 4}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
router: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_delete_ports:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
port_create_args: {}
|
|
ports_per_network: 5
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 4}}
|
|
concurrency: {{smoke or 4}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
port: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronNetworks.create_and_update_ports:
|
|
-
|
|
args:
|
|
network_create_args: {}
|
|
port_create_args: {}
|
|
ports_per_network: 2
|
|
port_update_args:
|
|
admin_state_up: False
|
|
device_id: "dummy_id"
|
|
device_owner: "dummy_owner"
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 10}}
|
|
concurrency: {{smoke or 5}}
|
|
context:
|
|
network: {}
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
port: -1
|
|
sla:
|
|
failure_rate:
|
|
max: 20
|
|
|
|
NeutronSubnets.delete_subnets:
|
|
-
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 15}}
|
|
concurrency: {{smoke or 15}}
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: {{smoke or 15}}
|
|
user_choice_method: "round_robin"
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
network:
|
|
subnets_per_network: 15
|
|
dualstack: True
|
|
router: {}
|
|
|
|
NeutronNetworks.create_and_bind_ports:
|
|
-
|
|
args:
|
|
ports_per_network: 5
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 10}}
|
|
concurrency: {{smoke or 5}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
roles:
|
|
- admin
|
|
quotas:
|
|
neutron:
|
|
network: -1
|
|
subnet: -1
|
|
port: -1
|
|
network: {}
|
|
networking_agents: {}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
Quotas.neutron_update:
|
|
-
|
|
args:
|
|
max_quota: 1024
|
|
runner:
|
|
type: "constant"
|
|
times: {{smoke or 10}}
|
|
concurrency: {{smoke or 2}}
|
|
context:
|
|
users:
|
|
tenants: {{smoke or 2}}
|
|
users_per_tenant: {{smoke or 1}}
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
NovaServers.boot_and_delete_server:
|
|
-
|
|
args:
|
|
auto_assign_nic: True
|
|
flavor:
|
|
name: "m1.tiny"
|
|
image:
|
|
name: {{image_name}}
|
|
list_kwargs:
|
|
visibility: "public"
|
|
runner:
|
|
type: "constant"
|
|
times: 1
|
|
concurrency: 1
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
network:
|
|
start_cidr: "10.2.0.0/24"
|
|
networks_per_tenant: 2
|
|
dns_nameservers:
|
|
- "8.8.8.8"
|
|
- "8.8.4.4"
|
|
router:
|
|
external: false
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|