aboutsummaryrefslogtreecommitdiffstats
path: root/functest/core
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-02-02 19:39:43 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-02-02 20:31:52 +0100
commitf501b520f80d573a77cdae941fe19db216b94307 (patch)
tree5e00169141df2a6b8b60f48429e6c7c9a83a49ce /functest/core
parent75e860a82f38b036c341576d8f44fc8a5e78b2cb (diff)
Update Cloudify images
The former image can't be downloaded and then breaks all gates. It will be completed by changes in vnf if needed. Change-Id: Ie364aa2315257157a5e09eb4ba121926a60e7b26 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/core')
-rw-r--r--functest/core/cloudify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/core/cloudify.py b/functest/core/cloudify.py
index 83dd603ad..d9b3398e3 100644
--- a/functest/core/cloudify.py
+++ b/functest/core/cloudify.py
@@ -27,7 +27,7 @@ class Cloudify(singlevm.SingleVm2):
__logger = logging.getLogger(__name__)
filename = ('/home/opnfv/functest/images/'
- 'cloudify-manager-premium-4.0.1.qcow2')
+ 'cloudify-manager-community-18.10.4.qcow2')
flavor_ram = 4096
flavor_vcpus = 2
flavor_disk = 40