diff options
author | boucherv <valentin.boucher@orange.com> | 2017-02-17 09:56:02 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-02-17 09:56:02 +0100 |
commit | 3a3968850a0c37ef0734919b03c6bcdc309b3628 (patch) | |
tree | 116a005f407645683b9f6d59d75073b592b797ab /functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | |
parent | 0b5f01779a50b36d775a5ed8fed53106d04c450c (diff) |
Fix flavor config and error log
JIRA: FUNCTEST-734
Change-Id: Ic124cfa68e1ba50c9dc098c14b17ed694eefb7cc
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'functest/opnfv_tests/vnf/ims/cloudify_ims.yaml')
-rw-r--r-- | functest/opnfv_tests/vnf/ims/cloudify_ims.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml index c5918087..775685fa 100644 --- a/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml +++ b/functest/opnfv_tests/vnf/ims/cloudify_ims.yaml @@ -6,7 +6,7 @@ cloudify: url: https://github.com/boucherv-orange/cloudify-manager-blueprints.git branch: '3.3.1-build' requirements: - ram_min: 3000 + ram_min: 4000 os_image: centos_7 inputs: keystone_username: "" @@ -29,7 +29,7 @@ clearwater: branch: stable deployment_name: clearwater-opnfv requirements: - ram_min: 1700 + ram_min: 2000 os_image: ubuntu_14.04 inputs: image_id: '' |