diff options
Diffstat (limited to 'ci')
-rw-r--r-- | ci/config_functest.yaml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index e463df202..29a74afd5 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -62,11 +62,17 @@ tempest: tenant_description: Tenant for Tempest test suite user_name: tempest user_password: tempest - input-scenario: - ssh_user_regex: '[["^.*[Cc]irros.*$", "cirros"], ["^.*[Tt]est[VvMm].*$", "cirros"], ["^.*rally_verify.*$", "cirros"]]' + private_net_name: tempest-net + private_subnet_name: tempest-subnet + private_subnet_cidr: 192.168.150.0/24 + router_name: tempest-router rally: deployment_name: opnfv-rally + network_name: rally-net + subnet_name: rally-subnet + subnet_cidr: 192.168.140.0/24 + router_name: rally-router vIMS: general: @@ -144,6 +150,10 @@ promise: flavor_vcpus: 1 flavor_ram: 512 flavor_disk: 0 + network_name: promise-net + subnet_name: promise-subnet + subnet_cidr: 192.168.121.0/24 + router_name: promise-router results: test_db_url: http://testresults.opnfv.org/testapi |