diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-09-01 17:09:31 +0200 |
---|---|---|
committer | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-09-02 07:55:18 +0000 |
commit | d7043927fa8b6f33a87c8c15c9a35fe44b58cc23 (patch) | |
tree | d08278afe54b4247a43d3456e22db1fc6564ddaa /ci/config_functest.yaml | |
parent | 4a803db9fa32c42559306da22beaab437d664fdc (diff) |
Change default memory for Promise flavor
In some scenarios (bgpvpn) the timeout defined in promise
to boot/delete vms is too tight. Having less memory
might fix the problem as it will take less time and it
doesn't impact the promise test case.
Change-Id: Ib3165ea5d6518d88384f76c8edd10dddb0b529a3
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit abc3abc3981ba33d32b446fba8b2d40ceb59ec17)
Diffstat (limited to 'ci/config_functest.yaml')
-rw-r--r-- | ci/config_functest.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_functest.yaml b/ci/config_functest.yaml index e58fcea1a..2b3317a1b 100644 --- a/ci/config_functest.yaml +++ b/ci/config_functest.yaml @@ -170,7 +170,7 @@ promise: image_name: promise-img flavor_name: promise-flavor flavor_vcpus: 1 - flavor_ram: 512 + flavor_ram: 128 flavor_disk: 0 network_name: promise-net subnet_name: promise-subnet |