Update Cloudify images 33/66833/4
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 2 Feb 2019 18:39:43 +0000 (19:39 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 2 Feb 2019 19:31:52 +0000 (20:31 +0100)
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>
docker/vnf/testcases.yaml
functest/ci/download_images.sh
functest/ci/testcases.yaml
functest/core/cloudify.py

index 9822a51..61bcd07 100644 (file)
@@ -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:
index b4abc53..71da9a9 100644 (file)
@@ -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
index e96658c..e5e762f 100644 (file)
@@ -552,6 +552,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
@@ -578,6 +579,7 @@ tiers:
                 project_name: functest
                 criteria: 100
                 blocking: false
+                enabled: false
                 description: >-
                     This test case is vRouter testing.
                 run:
index 83dd603..d9b3398 100644 (file)
@@ -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