06570b8421
1. Validate the VPN-service and ipsec-site connection status when updating the router status to DOWN and back to ACTIVE state 2. Added methods in vpn_base to support this scenario test 3. Modified test_vpn_connectivity test because of [2] 4. Updated rally_config file to include this scenario test Change-Id: I72b53b2e01779d57e9ccac0e9c7155d9a8e4e877
62 lines
1.4 KiB
YAML
62 lines
1.4 KiB
YAML
{% set image_name = image_name or "cirros-0.3.3-x86_64-disk" %}
|
|
---
|
|
VpnBasicScenario.create_and_delete_vpn_connection:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "m1.tiny"
|
|
image:
|
|
name: {{image_name}}
|
|
phase1_negotiation_mode: "main"
|
|
auth_algorithm: "sha1"
|
|
encryption_algorithm: "aes-128"
|
|
pfs: "group5"
|
|
value: 7200
|
|
ike_version: "v1"
|
|
transform_protocol: "esp"
|
|
encapsulation_mode: "tunnel"
|
|
mtu: 1500
|
|
secret: "secret"
|
|
nova_server_boot_timeout: 60 * 6
|
|
vpn_service_creation_timeout: 100
|
|
ipsec_site_connection_creation_timeout: 400
|
|
namespace_creation_timeout: 60
|
|
|
|
runner:
|
|
type: "constant"
|
|
times: 1
|
|
concurrency: 1
|
|
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|
|
|
|
TestVPNStatusScenario.check_vpn_status:
|
|
-
|
|
args:
|
|
flavor:
|
|
name: "m1.tiny"
|
|
image:
|
|
name: {{image_name}}
|
|
nova_server_boot_timeout: 60 * 6
|
|
vpn_service_creation_timeout: 100
|
|
ipsec_site_connection_creation_timeout: 400
|
|
namespace_creation_timeout: 60
|
|
|
|
runner:
|
|
type: "constant"
|
|
times: 1
|
|
concurrency: 1
|
|
|
|
context:
|
|
users:
|
|
tenants: 1
|
|
users_per_tenant: 1
|
|
sla:
|
|
failure_rate:
|
|
max: 0
|