aboutsummaryrefslogtreecommitdiffstats
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-03 18:15:16 +0100
commitc98c5ebe9b4da03c054e1fb702aede596e43da70 (patch)
tree5892ba2497b6c5f2fed8ff73bb378195114e3aa7
parent772d3f8ad272cd999faa85fb2726d32002c1f5c0 (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> (cherry picked from commit f501b520f80d573a77cdae941fe19db216b94307)
-rw-r--r--docker/vnf/testcases.yaml2
-rw-r--r--functest/ci/download_images.sh2
-rw-r--r--functest/ci/testcases.yaml2
-rw-r--r--functest/core/cloudify.py2
4 files changed, 6 insertions, 2 deletions
diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml
index 9822a515a..61bcd0748 100644
--- a/docker/vnf/testcases.yaml
+++ b/docker/vnf/testcases.yaml
@@ -20,6 +20,7 @@ tiers:
project_name: functest
criteria: 100
blocking: false
+ enabled: false
description: >-
This test case deploys an OpenSource vIMS solution from
Clearwater using the Cloudify orchestrator. It also runs
@@ -44,6 +45,7 @@ tiers:
project_name: functest
criteria: 100
blocking: false
+ enabled: false
description: >-
This test case is vRouter testing.
run:
diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh
index b4abc532e..71da9a963 100644
--- a/functest/ci/download_images.sh
+++ b/functest/ci/download_images.sh
@@ -10,7 +10,7 @@ http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img
https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-amd64-disk1.img
https://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2
https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64-disk1.img
-http://repository.cloudifysource.org/cloudify/4.0.1/sp-release/cloudify-manager-premium-4.0.1.qcow2
+http://repository.cloudifysource.org/cloudify/18.10.4/community-release/cloudify-manager-community-18.10.4.qcow2
http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-aarch64-disk.img
https://cloud-images.ubuntu.com/releases/14.04/release/ubuntu-14.04-server-cloudimg-arm64-uefi1.img
http://cloud.centos.org/altarch/7/images/aarch64/CentOS-7-aarch64-GenericCloud.qcow2.xz
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index c70315c1e..8b088b38c 100644
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -546,6 +546,7 @@ tiers:
project_name: functest
criteria: 100
blocking: false
+ enabled: false
description: >-
This test case deploys an OpenSource vIMS solution from
Clearwater using the Cloudify orchestrator. It also runs
@@ -572,6 +573,7 @@ tiers:
project_name: functest
criteria: 100
blocking: false
+ enabled: false
description: >-
This test case is vRouter testing.
run:
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