diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-09-06 07:22:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-06 07:22:31 +0000 |
commit | 44364e6db1941410632e6ab732e72bcc718a86da (patch) | |
tree | 14d2ce236141d3758dc920c0f6e3432bef5188ed /ci/config_functest.yaml | |
parent | aa9bde1a5d538bbad95b6c7da6815626a0ad7abd (diff) | |
parent | 861ad3fe18c6ee672c8c82d5d8ad39c6131fdf85 (diff) |
Merge "[Promise test case] Use proper way to get parameters from yaml"
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index 2b3317a1b..12e78d6df 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -162,20 +162,19 @@ multisite: installer_password: 'root' multisite_controller_ip: '10.1.0.50' promise: - general: - tenant_name: promise - tenant_description: promise Functionality Testing - user_name: promiser - user_pwd: test - image_name: promise-img - flavor_name: promise-flavor - flavor_vcpus: 1 - flavor_ram: 128 - flavor_disk: 0 - network_name: promise-net - subnet_name: promise-subnet - subnet_cidr: 192.168.121.0/24 - router_name: promise-router + tenant_name: promise + tenant_description: promise Functionality Testing + user_name: promiser + user_pwd: test + image_name: promise-img + flavor_name: promise-flavor + flavor_vcpus: 1 + flavor_ram: 128 + flavor_disk: 0 + network_name: promise-net + subnet_name: promise-subnet + subnet_cidr: 192.168.121.0/24 + router_name: promise-router example: example_vm_name: example-vm |